> 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/resourses/ad-requirements.md).

# Ad Requirements

## What Can Be Advertised

* <mark style="color:green;">Applications and Games</mark>: Advertising mobile applications and games, especially those that comply with Google Play and Apple App Store guidelines.\
  \&#xNAN;*Examples: mobile games, utilities, social applications.*
* <mark style="color:green;">E-commerce and Online Stores</mark>: Promoting online stores, offers, and discounts on products.\
  \&#xNAN;*Examples: Amazon, eBay, clothing stores, electronics stores.*
* <mark style="color:green;">Educational Courses and Webinars</mark>: Selling courses, seminars, and educational programs.\
  \&#xNAN;*Examples: online programming courses, language courses.*
* <mark style="color:green;">Productivity Services and Applications</mark>: Applications and services that help improve productivity and organization.\
  \&#xNAN;*Examples: task managers, calendars, note-taking applications.*
* <mark style="color:green;">Financial Services</mark>: Promoting legal financial services and products.\
  \&#xNAN;*Examples: banking applications, finance management applications.*

## What Cannot Be Advertised

* <mark style="color:red;">Illegal Content</mark>: Any content that violates laws.\
  \&#xNAN;*Examples: sale of drugs, weapons, fake documents.*
* <mark style="color:red;">Pornography and Adult Content</mark>: Any sexually explicit content, including pornography.\
  \&#xNAN;*Examples: adult websites, escort services.*
* <mark style="color:red;">Fraudulent and Deceptive Offers</mark>: Any schemes that may mislead or deceive users.\
  \&#xNAN;*Examples: pyramid schemes, fake lotteries.*
* <mark style="color:red;">Violence and Hate Content</mark>: Incitement to violence, discrimination, and hate.\
  \&#xNAN;*Examples: extremist materials, incitement to ethnic hatred.*
* <mark style="color:red;">Intellectual Property Infringement</mark>: Advertising goods or services that violate copyrights or trademarks.\
  \&#xNAN;*Examples: sale of counterfeit goods, unlicensed software.*


---

# 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/resourses/ad-requirements.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.
