# Access Management

By default, any user in your organization can interact with the agent. If you want to limit access to only a few users, you can enable restrictions.

#### Who Always Has Access?

* [**Admins**](/settings/members.md) always have full access to all agents in Explorer.
* This setting **does not affect Slack or Teams**—if the agent is added to a Slack or Teams channel, anyone in that channel can interact with it.

***

#### How to Restrict Access to Specific Users

1. Go to your agent and click the **Access** tab from the top bar.
2. Toggle **”Restrict access to specific users”** to enable.
3. Search for and select users who should have access to this agent.
4. Your changes are saved automatically.

✅ Once restricted, **only selected users** (plus all Admins) will see and use this agent in Actian AI Analyst Explorer.


---

# 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.wobby.ai/ai-analysts/creating-an-agent/access-management.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.
