> For the complete documentation index, see [llms.txt](https://docs.coherent.global/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.coherent.global/assistant/agent/settings-and-storage.md).

# Settings and storage

Agent settings let you choose how Agent works and manage the data saved on your device.

<figure><img src="/files/PETuuiXhxT84xQc9EVzj" alt="Agent settings and storage page"><figcaption><p>Agent settings and storage page</p></figcaption></figure>

Use settings when you need to adjust model options, conversation size, display preferences, or local storage. The exact options available can vary by organization.

## General settings

General settings may include the model, conversation size, and cost display options available to your organization. If a setting is unavailable, your administrator may manage it centrally.

Choose settings based on the task. Short reviews and simple edits usually need less context. Longer analysis, multi-step reviews, and conversations with attachments may need more context.

## Conversation size

Conversation size controls how much prior chat and workbook information Agent can use at once. Larger sizes can support longer work sessions, but they may use more AI capacity or cost more depending on your organization's configuration.

If Agent forgets an earlier detail, restate it in your next message. If the conversation has become crowded with unrelated work, start a new conversation.

## Local data and storage

Agent stores conversations, messages, saved outputs or artifacts, Skills, and some temporary files in browser storage on your device. This lets you return to prior work and reuse saved outputs without uploading the full workbook or attached files.

When Agent needs an AI response, it sends only the relevant information for that request. See [AI Guidelines](/assistant/agent/ai-guidelines.md) for more detail.

## Clearing local data

Use the clear-all option only when you want to remove Agent data from the current device. This can remove local conversations, messages, saved outputs or artifacts, Skills, and temporary files. It cannot be undone.

Before clearing data, check whether you need to keep any saved outputs, conversation history, or custom Skills.

## Tip

If storage looks high, review saved outputs, artifacts, and old conversations before clearing all local data.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.coherent.global/assistant/agent/settings-and-storage.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.
