> For the complete documentation index, see [llms.txt](https://adagio-io.gitbook.io/adagio-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://adagio-io.gitbook.io/adagio-documentation/account-configuration/declare-your-websites-apps.md).

# Declare Your Websites/Apps

To start monetizing your web or app inventory on our platform, you'll first need to declare them. This involves providing essential parameters and following a few straightforward steps to set up your app or website.

{% hint style="warning" %}
Adagio monetizes **`DIRECT` inventory only.**

If you do not own and operate the web/app, our bot will ensure that your domain appears in the (app-)ads.txt file of the site/application with a `DIRECT` relationship (as opposed to `RESELLER`).\
It also checks this information in your sellers.json by looking at the seller ID entry, the `seller_type` must be `PUBLISHER`

During the evaluation, this restriction stems from the difficulty of obtaining a demand partner to whitelist the inventory with too many hops in the supply chain, but also the poor performances that we have historically observed on such an inventory.
{% endhint %}

## Required information

## Steps to add your inventory

{% stepper %}
{% step %}

### Log in to our Adagio Platform

Connect to <https://app.adagio.io>.
{% endstep %}

{% step %}

### Go to Inventory > Websites/Apps

In your left Menu, go to the **Inventory** tab and hit the **Websites/Apps** section.

Choose to add your websites/app one by one or use our import template to add several at once.

{% tabs %}
{% tab title="Single website/app creation" %}

1. Hit **New website/app** button in the upper right corner.
2. Follow the steps

<figure><img src="https://3602992756-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F4zBjf9CHegeJtXedq8Iv%2Fuploads%2F73zkBA2c2xZeK4DYPbIS%2FScreenshot%202025-01-10%20at%2011.36.13.png?alt=media&amp;token=d593291b-9ac8-48f8-896c-678f05f1f105" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Multiple websites/apps creation" %}

1. Hit **New website** in the upper right corner.
2. **Download** the template and import the completed CSV file by hitting "import websites" or "import apps".

<figure><img src="https://3602992756-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F4zBjf9CHegeJtXedq8Iv%2Fuploads%2F91sOwdgUQbAnuuuC5pIC%2FScreenshot%202025-12-16%20at%2009.20.14.png?alt=media&amp;token=acc03d4a-c48e-43f3-a865-755a0bd25911" alt=""><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}
{% endstep %}
{% endstepper %}

{% hint style="success" %}
After declaring your website(s)/app(s), they will appear in your Inventory tab. Website and App's status updates within 30 minutes after crawling completes.
{% endhint %}


---

# 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://adagio-io.gitbook.io/adagio-documentation/account-configuration/declare-your-websites-apps.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.
