# Setting permissions

{% hint style="info" %}
**VoiceB tip:** Keep your AI agent secure — grant Admin rights only to users directly responsible for configuration and script maintenance.
{% endhint %}

<figure><img src="/files/FA5cuV5CP5xw68TA7dgx" alt=""><figcaption></figcaption></figure>

### 👥 Permission Levels

| **Role**   | **Capabilities**                                                                                                                                  |
| ---------- | ------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Admin**  | Full access: create and configure agents, edit scripts and objections, manage integrations, invite or remove users                                |
| **Member** | Limited access: view analytics, monitor call outcomes, listen to recordings, and access collected lead data — but cannot edit or configure agents |

***

### 🔐 Best Practices

* Assign **Admin** access only to users who need to build or modify agent flows
* Use the **Member** role for marketing, operations, or sales teams who need to track performance and handle leads
* You can change a user’s role at any time from the **Organization → Members** section


---

# 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.voiceb.ai/help-center/getting-set-up/setting-permissions.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.
