# Queue and IVR Access Control

This feature allows an admin to customize the access each user has to view, edit, create, and delete queues and IVRs, and to apply that access specifically to each queue or IVR. To set up queue and IVR access control, follow the steps below:

#### Create and Assign a Role

1. Navigate to Administration | Roles. Create or edit an existing [role](/administration/roles.md) and add the appropriate permissions for IVR and Queue.  See screenshot below:

   <figure><img src="/files/i4u4lgX3kiPEqfO761Wv" alt="" width="322"><figcaption></figcaption></figure>
2. Navigate to Configuration | Users | Edit user | Roles Tab. Assign the role to the user(s) that need access to the queues and IVRs page.

#### Create and Assign a Data Access Policy

1. Navigate to Administration | Data Access Policies. Create or edit a [data access policy](/administration/data-roles.md) and add the appropriate access permissions for IVRs and Queues. See screenshot below:

   <figure><img src="/files/3OgFuS9r6AmTUVoyWy1a" alt="" width="337"><figcaption></figcaption></figure>
2. Navigate to Administration | Organization Units | Select the appropriate queue or IVR object or organization unit that you would like to give access | Select Add member | Select the user(s) | Select the data access policy configured in step 3. | save.
3. The user(s) should now be able to see and access only the queues and IVRs that match their data access policy permissions.

{% hint style="info" %}
If a user is granted a data access policy assigned to an OU, permissions are inherited to all objects in the OU.
{% endhint %}

{% hint style="info" %}
Create permissions are required to be assigned to an OU. This will allow the user to create a queue or IVR in this OU.
{% endhint %}


---

# 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://cc.docs.landis.cloud/administration/queue-and-ivr-access-control.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.
