> 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/how-to-start/pervichnaya-nastroika.md).

# 3. Initial setup

Role, instructions, task, and greeting — quick start

## What to fill in

**Action:** Open **Channels → your channel → Edit**. Fill in the minimum for the first test:

1. **Role** — who the agent presents themselves as
2. **Instructions** — tone, restrictions, what can and cannot be said
3. **Task** — what to do before the dialogue ends (collect contacts, record it, place an order)
4. **Greeting** — the first phrase ([Telegram](/documentation/documentation-en/channels/messengers/telegram.md) and widget)

![Basic settings](https://4126380821-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FwirYrs8odJMFan3KqfzY%2Fuploads%2FA5Yp7EPHpEJ0oIfloNut%2Findex--settings-01--1x.webp?alt=media)

![Agent basic settings](https://4126380821-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FwirYrs8odJMFan3KqfzY%2Fuploads%2FeR6MUxGNtk0dMGEriTrs%2Fpervichnaya-osnovnye.png?alt=media)

## More details

{% hint style="info" %}
This is a brief checklist for launch. Full description of all fields is in the section [**Agent setup**](/documentation/documentation-en/features/agent-setup.md).
{% endhint %}

{% hint style="info" %}
Next step → [**4. Uploading materials**](/documentation/documentation-en/how-to-start/zagruzka-materialov.md)
{% endhint %}


---

# 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/how-to-start/pervichnaya-nastroika.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.
