> 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.md).

# Agent

- [What is Agent?](https://docs.coherent.global/assistant/agent/what-is-agent.md)
- [AI Guidelines](https://docs.coherent.global/assistant/agent/ai-guidelines.md)
- [Getting started with Agent](https://docs.coherent.global/assistant/agent/getting-started-with-agent.md)
- [Chatting with Agent](https://docs.coherent.global/assistant/agent/chatting-with-agent.md)
- [Agent modes and approvals](https://docs.coherent.global/assistant/agent/agent-modes-and-approvals.md)
- [Using files and attachments](https://docs.coherent.global/assistant/agent/using-files-and-attachments.md)
- [Conversations and history](https://docs.coherent.global/assistant/agent/conversations-and-history.md)
- [Skills](https://docs.coherent.global/assistant/agent/skills.md)
- [Saved outputs](https://docs.coherent.global/assistant/agent/artifacts-and-saved-outputs.md)
- [Settings and storage](https://docs.coherent.global/assistant/agent/settings-and-storage.md)
- [Workflows](https://docs.coherent.global/assistant/agent/workflows.md)
- [Analyze a workbook](https://docs.coherent.global/assistant/agent/workflows/analyze-a-workbook.md)
- [Edit cells, ranges, and sheets](https://docs.coherent.global/assistant/agent/workflows/edit-cells-ranges-and-sheets.md)
- [Work with tables and SQL](https://docs.coherent.global/assistant/agent/workflows/work-with-tables-and-sql.md)
- [Create and manage PivotTables](https://docs.coherent.global/assistant/agent/workflows/create-and-manage-pivottables.md)
- [Audit a workbook](https://docs.coherent.global/assistant/agent/workflows/audit-a-workbook.md)
- [Compare workbooks](https://docs.coherent.global/assistant/agent/workflows/compare-workbooks.md)
- [Use Agent with knowledge base articles](https://docs.coherent.global/assistant/agent/workflows/use-agent-with-knowledge-base-articles.md)
- [Troubleshooting Agent](https://docs.coherent.global/assistant/agent/troubleshooting-agent.md)


---

# 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.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.
