# What is a Placement?

A Placement is meant to represent your app or website. It indicates the platform that your owned & operated asset is build for and running on.

A Placement can be one of the following:

* Android App
* iOS App
* Website
* Network / API

For example, you create a separate Placement for your Android App and a separate Placement for your IOS app.

{% hint style="info" %}
**React Native Example**

If you created an app via React Native and you compile your production version for both Android and IOS, you would ideally set up the following placement on ayeT-Studios:

* Android App
* iOS App
  {% endhint %}

{% hint style="danger" %}
Once you create a Placement, you cannot change the platform type
{% endhint %}

While creating a Placement, you also set up the AdSlot, which you select based on the type of integration or ad format you want to use.

Follow the link below to read about AdSlots.&#x20;

{% content-ref url="/pages/4FgIVILLi0iPh1UfDG2Z" %}
[What is an AdSlot?](/v/product-docs/dashboard-setup/adslots/what-is-an-adslot.md)
{% endcontent-ref %}


---

# 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.ayetstudios.com/v/product-docs/dashboard-setup/placements/what-is-a-placement.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.
