# Admin

## Concept Summary

| Name                                                                                 | Description                                                                                                                                                                                   |
| ------------------------------------------------------------------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [API keys](/adnuntius-advertising/admin-ui/admin/api-keys.md)                        | Used to provide specific and limited access by external software to various parts of the application.                                                                                         |
| [CDN Uploads](/adnuntius-advertising/admin-ui/admin/cdn-uploads.md)                  | Host files on the Adnuntius CDN and make referring to them in your layouts easy.                                                                                                              |
| [Custom events](/adnuntius-advertising/admin-ui/admin/custom-events.md)              | Lets you define any event that you want to track for a creative, line item and order.                                                                                                         |
| [Reference data](/adnuntius-advertising/admin-ui/admin/reference-data.md)            | Allows you to create libraries of categories and key values so that category targeting and key value targeting on line items and creatives can be made from lists rather than by typing them. |
| [Email translations](/adnuntius-advertising/admin-ui/admin/email-translations.md)    | Lets you translate various emails that are sent from Adnuntius to your preferred languages.                                                                                                   |
| [Context Services](/adnuntius-advertising/admin-ui/admin/context-services.md)        | Enables you to pick up contextual information from the pages your ads appear on, and make them available for contextual targeting.                                                            |
| [External demand sources](/adnuntius-advertising/admin-ui/admin/context-services.md) | Allows you to connect to external (programmatic) ad sources and monetize your pages.                                                                                                          |
| [Tiers](/adnuntius-advertising/admin-ui/admin/tiers.md)                              | Enable you to prioritize delivery of some line items above others.                                                                                                                            |
| [Network](/adnuntius-advertising/admin-ui/admin/network.md)                          | Lets you make certain changes to the network as a whole.                                                                                                                                      |


---

# 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.adnuntius.com/adnuntius-advertising/admin-ui/admin.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.
