> For the complete documentation index, see [llms.txt](https://tads.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tads.gitbook.io/docs/getting-started.md).

# Getting Started

- [For Advertiser](https://tads.gitbook.io/docs/getting-started/advertisers.md): Follow a few simple steps to reach your audience with TADS
- [Launch Ad](https://tads.gitbook.io/docs/getting-started/advertisers/launch-ad.md)
- [Ad Analysis](https://tads.gitbook.io/docs/getting-started/advertisers/ad-analysis.md)
- [Ad Statuses](https://tads.gitbook.io/docs/getting-started/advertisers/ad-statuses.md)
- [Ad Targeting](https://tads.gitbook.io/docs/getting-started/advertisers/ad-targeting.md)
- [Location](https://tads.gitbook.io/docs/getting-started/advertisers/ad-targeting/location.md)
- [Locales](https://tads.gitbook.io/docs/getting-started/advertisers/ad-targeting/locales.md)
- [Platforms](https://tads.gitbook.io/docs/getting-started/advertisers/ad-targeting/platforms.md)
- [Gender](https://tads.gitbook.io/docs/getting-started/advertisers/ad-targeting/gender.md)
- [Telegram Gifts](https://tads.gitbook.io/docs/getting-started/advertisers/ad-targeting/telegram-gifts.md)
- [Telegram Wallet](https://tads.gitbook.io/docs/getting-started/advertisers/ad-targeting/telegram-wallet.md)
- [Telegram Premium](https://tads.gitbook.io/docs/getting-started/advertisers/ad-targeting/telegram-premium.md)
- [Traffic Type](https://tads.gitbook.io/docs/getting-started/advertisers/ad-targeting/traffic-type.md)
- [Audience](https://tads.gitbook.io/docs/getting-started/advertisers/ad-targeting/audience.md)
- [FAQ Advertisers](https://tads.gitbook.io/docs/getting-started/advertisers/faq-advertisers.md)
- [FAQ (EN)](https://tads.gitbook.io/docs/getting-started/advertisers/faq-advertisers/faq-en.md): Frequently asked questions about using our advertising platform for advertisers.
- [FAQ (RU)](https://tads.gitbook.io/docs/getting-started/advertisers/faq-advertisers/faq-ru.md): Ответы на самые частые вопросы о работе с нашей рекламной платформой для рекламодателей.
- [For Publisher](https://tads.gitbook.io/docs/getting-started/publishers.md): These steps and instructions on following pages show how to install the TADS widget in TMA and earn money
- [Register Account](https://tads.gitbook.io/docs/getting-started/publishers/register-account.md): To register an application, you need to sign up in the personal dashboard on our platform and add details about the site where the widgets will be displayed:
- [Create Widget](https://tads.gitbook.io/docs/getting-started/publishers/create-widget.md): Our ad widget inserts ad content into the code area specified by the publisher. Follow the instructions below and create the widget in your app:
- [Embed Widget](https://tads.gitbook.io/docs/getting-started/publishers/embed-widget.md)
- [React](https://tads.gitbook.io/docs/getting-started/publishers/embed-widget/react.md)
- [Copy of React](https://tads.gitbook.io/docs/getting-started/publishers/embed-widget/copy-of-react.md)
- [Vanilla JS](https://tads.gitbook.io/docs/getting-started/publishers/embed-widget/vanilla-js.md)
- [Copy of Vanilla JS](https://tads.gitbook.io/docs/getting-started/publishers/embed-widget/copy-of-vanilla-js.md)
- [Webhooks](https://tads.gitbook.io/docs/getting-started/publishers/webhooks.md)
- [Widget Analysis](https://tads.gitbook.io/docs/getting-started/publishers/widget-analysis.md)
- [FAQ Publishers](https://tads.gitbook.io/docs/getting-started/publishers/faq-publishers.md)
- [FAQ (EN)](https://tads.gitbook.io/docs/getting-started/publishers/faq-publishers/faq-en.md): Frequently asked questions about using our advertising platform for publishers.
- [FAQ (RU)](https://tads.gitbook.io/docs/getting-started/publishers/faq-publishers/faq-ru.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://tads.gitbook.io/docs/getting-started.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.
