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

# Concepts

- [Advertiser](https://docs.admoai.com/getting-started/quickstart/advertiser.md): An advertiser is a client that advertises on your application.
- [Placement](https://docs.admoai.com/getting-started/quickstart/placement.md): A placement is a location in your app where ads are shown
- [Template](https://docs.admoai.com/getting-started/quickstart/template.md): A template defines the elements and tracking events of your ads.
- [Ad](https://docs.admoai.com/getting-started/quickstart/ad.md): An ad a combination of a placement and template. This is where the bulk of configuration is done. For example, parting, capping, geotargeting, custom targeting and more.
- [Creative](https://docs.admoai.com/getting-started/quickstart/creative.md): A creative contains the contents of the ad. ie. The text, images, colors etc. that will be served to the end user.


---

# 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:

```
GET https://docs.admoai.com/getting-started/quickstart.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.
