# How to Render an Ad

- [App Open](https://docs.adster.tech/how-to-render-an-ad/app-open.md)
- [Banner Ad](https://docs.adster.tech/how-to-render-an-ad/banner-ad.md): Below are the steps to load and render a banner Ad on your app
- [Interstitial Ad](https://docs.adster.tech/how-to-render-an-ad/interstitial-ad.md): Below are the steps to load and show an Interstitial ad on your app
- [Rewarded Ad](https://docs.adster.tech/how-to-render-an-ad/rewarded-ad.md): Below are the steps to load and show a rewarded ad on your app
- [Native Ad](https://docs.adster.tech/how-to-render-an-ad/native-ad.md): Below are the steps to load and show a native ad on your app
- [Custom Native Ad](https://docs.adster.tech/how-to-render-an-ad/native-ad-1.md): Below are the steps to load and show a custom native ad on your app


---

# 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.adster.tech/how-to-render-an-ad.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.
