> ## Documentation Index
> Fetch the complete documentation index at: https://docs.orq.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Configure AI Chat

> Control which LLM models and agents are available to end users in AI Chat. Admin-only settings for managing the AI Chat experience.

**AI Chat** Configuration lets workspace admins control exactly which models and agents are available to end users in the **AI Chat** interface. Access it from **Organization** in the top-left switcher, under **Applications > AI Chat**. Only users with the **Admin** role can manage this configuration.

<Frame caption="AI Chat Configuration">
  <img src="https://mintcdn.com/orqai/gDycPJzj9mP5VpLj/images/ai-chat-configuration.png?fit=max&auto=format&n=gDycPJzj9mP5VpLj&q=85&s=a44099eb65cdb4c5063ee51258bf1cc5" alt="AI Chat Configuration" width="1789" height="952" data-path="images/ai-chat-configuration.png" />
</Frame>

## Models

The **Models** section lists all models currently enabled for AI Chat. End users can select any model in this list from the chat input bar.

### Adding a Model

1. Click **Add Model** in the top-right of the Models section.
2. Select a model from your [AI Router](/docs/model-garden/overview).
3. Optionally give it a custom name — this is what end users see in the model selector.
4. The model becomes immediately available to all users in the workspace.

### Editing a Model

Click the <Icon icon="ellipsis" /> menu next to any model to rename it or remove it. The name you set is what end users see in the model selector inside AI Chat.

### Removing a Model

Click the <Icon icon="ellipsis" /> menu next to any model and select **Remove** to stop exposing it to end users.

## Agents

The **Agents** section lists all agents enabled for AI Chat. End users can select and chat with any agent in this list, just like a regular model.

### Adding an Agent

1. Click **Add Agent** in the top-right of the Agents section.
2. Select an agent from your workspace. Agents are created and managed in [AI Studio](/docs/agents/build).
3. Optionally give it a custom name — this is what end users see in the selector.
4. The agent becomes immediately selectable in the AI Chat input bar.

### Editing an Agent

Click the <Icon icon="ellipsis" /> menu next to any agent to rename it or remove it. The name you set is what end users see in the selector.

### Removing an Agent

Click the <Icon icon="ellipsis" /> menu next to any agent and select **Remove** to hide it from end users.

<Info>
  Only agents created in AI Studio are available to add here. See [Agents](/docs/agents/build) to learn how to build and configure agents.
</Info>
