> For the complete documentation index, see [llms.txt](https://docs.ayetstudios.com/v/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ayetstudios.com/v/product-docs/dashboard-setup/adslots/what-is-an-adslot.md).

# What is an AdSlot?

An AdSlot is a combination of type of ad, integration and placement of the ad on your website or within your app.

There is a number of AdSlot Types that you can choose from, dependent on if you added an Android App, an iOS App or a Website. AdSlot Types include:

* Offerwall
* Rewarded Video
* Offerwall API
* Static API
* Web Surveywall

{% hint style="info" %}
You can add 1+n AdSlots for each Placement you created, giving you the room to slice and dice setups within your App or on your Website.
{% endhint %}

{% hint style="danger" %}
The AdSlot ID is relevant for most of the integrations on the ayeT-Studios platform.
{% endhint %}

The beauty of AdSlots are that you can add n+1 AdSlots to for each of your Placements.

That way you can for example have two offerwalls within your Android App. Each Offerwall can then carry its own virtual currency and its own design.

You can also create more complex setups to run 10 or more offerwalls within your app, while aggregating data.

The same is true for Rewarded Video setups. You can for example add one Website and five AdSlots to have users unlock boosters for AdSlot 1, decrease waiting time for AdSlot 2 and get bonus coins for AdSlot 3.

{% hint style="danger" %}
Before creating an AdSlot, you have to create a Placement for your App or Website first.
{% endhint %}

Read more about how to create a Placement:

{% content-ref url="/pages/H8Nj8r9iKKM8y76JCOU7" %}
[Creating a Placement](/v/product-docs/dashboard-setup/placements/creating-a-placement.md)
{% endcontent-ref %}

Once you have created your first Placement and AdSlot, you can easily add additional AdSlots to your placement.


---

# 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://docs.ayetstudios.com/v/product-docs/dashboard-setup/adslots/what-is-an-adslot.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.
