> For the complete documentation index, see [llms.txt](https://docs.athenachat.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.athenachat.ai/documentation/documentation-en/features/agent-setup.md).

# Agent setup

Agent settings tabs — general, triggers, working hours, webhook

Open **Channels → channel → Edit**. Agent settings are divided into tabs — like in the dashboard.

## Tabs

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td></td><td><a href="/documentation/documentation-en/features/agent-setup/general.md">General</a></td><td>Name, language, role, instructions, task, tables, and knowledge bases</td><td><a href="/documentation/documentation-en/features/agent-setup/general.md">General</a></td></tr><tr><td></td><td><a href="/documentation/documentation-en/features/agent-setup/triggers.md">Triggers</a></td><td>Notification of dialogue start, stop words, message limit, events</td><td><a href="/documentation/documentation-en/features/agent-setup/triggers.md">Triggers</a></td></tr><tr><td></td><td><a href="/documentation/documentation-en/features/agent-setup/working-hours.md">Working hours</a></td><td>Schedule when the agent responds on its own</td><td><a href="/documentation/documentation-en/features/agent-setup/working-hours.md">Working hours</a></td></tr><tr><td></td><td><a href="/documentation/documentation-en/features/agent-setup/webhook.md">Webhook</a></td><td>Channel ID, external system URL, and test send</td><td><a href="/documentation/documentation-en/features/agent-setup/webhook.md">Webhook</a></td></tr></tbody></table>

Tabs **Google Calendar** and [**YCLIENTS**](/documentation/documentation-en/integrations/yclients.md) lead to the same integrations that are already described separately: [**Google Calendar**](/documentation/documentation-en/integrations/google-calendar.md) and [**YClients**](/documentation/documentation-en/integrations/yclients.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, and the optional `goal` query parameter:

```
GET https://docs.athenachat.ai/documentation/documentation-en/features/agent-setup.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
