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

# Settings

Select <Icon src="/docs/images/lucide/settings.svg" /> **Settings** from the bottom of the left-hand navigation to open the Settings page.

## Account

The Account page shows your Anaconda account information and your daily request quota for models accessed through the Anaconda provider.

* **Account**: Displays your name and email. Click **Manage** to open your Anaconda account settings on Anaconda.com.
* **Daily Request Quota**: Shows how many requests you have made today against your plan's daily limit. The quota resets each day and applies only to models accessed through your Anaconda account.

## About

The About page shows the current version of Agent Studio and provides links to resources.

* **Check for Updates**: Checks for a newer version of Agent Studio and prompts you to install it if one is available.
* **Documentation**: Opens the Agent Studio documentation in your browser.
* **Feedback**: Opens a form to share feedback with the Agent Studio team. On the Feedback page, select **Agent Studio** from the left-hand product list.
* **Talk to the Team**: Opens a link to schedule a call with the Agent Studio team.

## API Server

The API Server page configures the local server that exposes Agent Studio's agents and tool servers as API endpoints.

**Configuring the port**

The API server listens on `127.0.0.1` at the port you specify. The default port is `54321`. Use a port in the range `1024–65535`.

To change the port:

1. Update the **Port** field.
2. Click **Save port**.

The **Base URL** field shows the full address the server is listening on. Copy this URL when configuring external tools that connect to Agent Studio agents.

**Endpoints**

Expand any row in the **Endpoints** section to see the full URL path for that endpoint. The available endpoints include per-agent chat completions, MCP server connections (Streamable HTTP and legacy SSE), tool server MCP connections, and health checks.

## Appearance

**Display**

* **Theme**: Choose <Icon src="/docs/images/lucide/sun.svg" /> **Light**, <Icon src="/docs/images/lucide/moon.svg" /> **Dark**, or <Icon src="/docs/images/lucide/monitor.svg" /> **System**.
* **Reduce Transparency**: Replace translucent surfaces with solid backgrounds.

**Editors**

* **Default Editor**: The editor Agent Studio opens when you click **Open** on an agent's or tool server's Python tool files. Select from the editors detected on your machine.

## Chats

**Anaconda Assistant**

* **Generative UI**: When enabled, the Anaconda Assistant renders interactive controls — such as charts, forms, and buttons — inline in its replies. When disabled, responses appear as plain text and markdown.

**Quick actions**

Controls which buttons appear in the chat composer toolbar:

* **Attachments**: Show the attach-files button.
* **Activity**: Show the button that opens the activity side panel.
* **Debug**: Show the debug button, which lets you inspect raw request and stream traffic for the current chat.

## Privacy

* **Anonymous usage data**: When enabled, Agent Studio sends anonymous usage statistics to Anaconda to help improve the product. No conversation content or personal data is included.

## Sandbox

The Sandbox page configures Docker availability and default settings that apply whenever sandbox mode is enabled on an [agent](/docs/anaconda-desktop/agent-studio/agents#sandbox) or [tool server](/docs/anaconda-desktop/agent-studio/tool-servers#sandbox).

* **Docker status**: Indicates whether Docker is available on your machine. Sandbox mode requires Docker Desktop to be installed and running.
* **Sandbox by default**: When enabled, sandbox mode is turned on automatically for every new agent you create. Default folder mounts are applied when this setting is on.
* **Default folder mounts**: Folder mounts listed here are pre-filled whenever sandbox mode is enabled on a new agent or tool server. You can override them per agent or tool server. Click <Icon src="/docs/images/lucide/plus.svg" /> **Add** to configure a mount.
