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

# Requesting Ads

| Method                                                                                    | Short explanation                                                                                                                                                                         |
| ----------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [Javascript](/adnuntius-advertising/requesting-ads/intro.md)                              | The adn.js script is used to interact with Adnuntius from within a user's browser.                                                                                                        |
| [Prebid](https://docs.prebid.org/dev-docs/bidders/adnuntius)                              | Connect using header bidding (the link will take you to prebid.org).                                                                                                                      |
| [HTTP API](/adnuntius-advertising/requesting-ads/http-api.md)                             | This API may be used, for example, to enable server-side fetching of ads.                                                                                                                 |
| [Cookieless Advertising](/adnuntius-advertising/requesting-ads/cookieless-advertising.md) | How to delivers ads on Adnuntius without cookies or other tracking methods.                                                                                                               |
| [VAST](/adnuntius-advertising/requesting-ads/vast-2.0.md)                                 | Describes how to deliver VAST documents to your video player.                                                                                                                             |
| [OpenRTB](/adnuntius-advertising/requesting-ads/open-rtb.md)                              | We provide limited support for requesting ads with [version 2.5 of the OpenRTB protocol](https://www.iab.com/wp-content/uploads/2016/03/OpenRTB-API-Specification-Version-2-5-FINAL.pdf). |
| [SDK](https://github.com/Adnuntius)                                                       | SDKs for Android and iOS.                                                                                                                                                                 |
| [AMP](https://adnuntius.github.io/examples/amp.html)                                      | Request ads from Accelerated Mobile Pages.                                                                                                                                                |


---

# 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.adnuntius.com/adnuntius-advertising/requesting-ads.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.
