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

# TomoAds Documentation

Welcome to the TomoAds Help Center. Use these guides to learn how to create campaigns, set up publisher placements, manage billing and payouts, and get help when you need it.

## Start Here

* [Introduction](/introduction/introduction.md)
* [Quick Start](/start-here/quick-start.md)

## Advertisers

Learn how to plan campaigns, choose ad formats, add funds, submit campaigns for review, and track performance.

* [Advertiser Walkthrough](/walkthroughs/advertiser-first-campaign.md)
* [Advertiser Guide](/for-advertisers/advertiser-lifecycle.md)
* [Campaign Formats](/for-advertisers/campaign-formats.md)

## Publishers

Learn how to connect your Telegram Bot or Mini App, complete verification, create placements, and receive payouts.

* [Publisher Walkthrough](/walkthroughs/publisher-first-setup.md)
* [Publisher Guide](/for-publishers/publisher-onboarding.md)
* [Property Verification](/for-publishers/property-verification.md)
* [Billing and Payouts](/account/billing-and-payouts.md)

## Account and Support

Find answers about account settings, billing, payouts, troubleshooting, and common questions.

* [Settings and Profile](/account/settings-and-profile.md)
* [Support and Help](/account/support-and-help.md)
* [FAQ](/help/faq.md)
* [Troubleshooting](/help/troubleshooting.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.tomoads.com/tomoads-documentation.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.
