# API Documentation

The API documentation for Adnuntius Advertising is split into the following sections, whereas we recommend you to start by learning how to [send requests](/adnuntius-advertising/admin-api/api-requests.md).

| Content                                                                  | Short explanation                                                        |
| ------------------------------------------------------------------------ | ------------------------------------------------------------------------ |
| [API requests](/adnuntius-advertising/admin-api/api-requests.md)         | Shows you how to make API requests.                                      |
| [Targeting object](/adnuntius-advertising/admin-api/targeting-object.md) | Provided as part of the API call when creating line items and creatives. |
| [API filters](/adnuntius-advertising/admin-api/api-filters.md)           | Shows how to include filters with your API queries.                      |
| [Endpoints](/adnuntius-advertising/admin-api/endpoints.md)               | Explains the endpoints you can use.                                      |


---

# 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://docs.adnuntius.com/adnuntius-advertising/admin-api.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.
