# How to get started

*A list to help you get started, from registration to collecting statistics on Selarti's performance.*

1. Register at [Selarti](https://selarti.com/) using Telegram via [instructions](/manual-en/getting-started/registration-in-selarti.md).
2. Activate the trial period in your [personal account](https://selarti.com/panel?menu=dashboard). More about the trial period in [article](/manual-en/getting-started/activating-the-trial-period.md).
3. Add a communication channel through which your AI agent will operate — Telegram, VK, WhatsApp, etc. Use the [instructions](/manual-en/main-sections-of-the-service/channels.md) to add a channel.
4. Create an artificial intelligence (AI agent). More about creating AI in [instructions](/manual-en/main-sections-of-the-service/ai.md).
5. If you need integration with third-party services, add it at this stage. Read about integration settings in [article](/manual-en/main-sections-of-the-service/integration.md).
6. Create a task for the AI agent to get started. More about tasks and their creation in [instructions](/manual-en/main-sections-of-the-service/tasks.md).
7. After starting work, you can track dialogues with clients in a special section. About dialogue monitoring at [link](/manual-en/main-sections-of-the-service/chats.md).
8. It will also be useful to track the performance indicators of your AI agent — this can be done in the «Dashboard» section. Learn about the functionality of the section [at the link](/manual-en/main-sections-of-the-service/dashboard.md).

If you are not ready to set everything up yourself, we offer you a turnkey virtual sales department launch service. More about the service and rates at [article](/manual-en/financial-matters/plans-and-limits.md).


---

# Agent Instructions: 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://manual.selarti.com/manual-en/getting-started/how-to-get-started.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.
