> 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-marketplace/getting-started/abn-for-publishers/inventory.md).

# Marketplace Inventory

{% embed url="<https://youtu.be/MJ_yNuzFIxo>" %}
Introduction to the inventory section.
{% endembed %}

## Concept Summary

| Name                                                                                                                | Description                                                                                                                                                                               |
| ------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [Site](/adnuntius-marketplace/getting-started/abn-for-publishers/inventory/sites.md)                                | A site or domain with a given name, containing one or more ad units.                                                                                                                      |
| [Ad Unit](/adnuntius-marketplace/getting-started/abn-for-publishers/inventory/adunits-1.md)                         | A placement that goes onto your site, so that you can later fill it with ads. It is as such an empty container that sets aside a space on your site so that you can fill it with content. |
| [Site group](/adnuntius-marketplace/getting-started/abn-for-publishers/inventory/site-groups.md)                    | Lets publishers group sites together to make targeting line items and/or creatives to multiple sites easier.                                                                              |
| [Rulesets](/adnuntius-marketplace/getting-started/abn-for-publishers/inventory/site-rulesets.md) (work in progress) | Set different rules that should apply to your site or ad unit, i.e. floor price.                                                                                                          |
| [Blocklists](/adnuntius-marketplace/getting-started/abn-for-publishers/inventory/site-rulesets-1.md)                | Set rules for what you will allow on your site or ad unit, and what should be prohibited.                                                                                                 |
| [Ad tag generator](/adnuntius-marketplace/getting-started/abn-for-publishers/inventory/ad-tag-generator.md)         | When you have created your ad units, you can use the ad tag generator to get the codes ready for deployment.                                                                              |
| Proposals (work in progress)                                                                                        | A line item that has been submitted by a marketplace advertiser for review.                                                                                                               |

Here is how the various objects hang together: an earnings account and site group can both contain multiple sites; a site can contain multiple ad units, and ad units can connect to creatives (for direct advertising) or to external ad units (for programmatic ads).

![](/files/-M2x9gD68Dt3qy5RGNh1)


---

# 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.adnuntius.com/adnuntius-marketplace/getting-started/abn-for-publishers/inventory.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.
