# Configuring Privileges for Sync Actions

### Prerequisites

1. You must have admin access to the SimplifyQA account.
2. The user role being configured should already exist within the project.

To allow users to sync actions using the Code Editor, you must configure the necessary privileges from the admin panel:

* **Switch to Admin Mode** by clicking on your profile and selecting **“Switch to Admin.”**
* Navigate to the **Project Settings** for the relevant project.
* Go to **Roles & Privileges** and select the role for which you want to grant sync action access.
* From the left panel, click on **Configuration** under the **Privileges** section.
* Scroll to the **Actions** section and enable the relevant **sync-related privileges**.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.simplifyqa.ai/code-editor/configuring-privileges-for-sync-actions.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
