# Adnuntius Data

- [Overview](https://docs.adnuntius.com/adnuntius-data/overview.md): Adnuntius Data lets anyone with online operations unify 1st and 3rd party data and eliminate silos, create segments with consistent user profiles, and activate the data in any system.
- [Getting Started](https://docs.adnuntius.com/adnuntius-data/getting-started.md): The purpose of this guide is to make implementation of Adnuntius Data easier for new customers.
- [User Interface Guide](https://docs.adnuntius.com/adnuntius-data/user-interface-guide.md): This guide shows you how to use the Adnuntius Data user interface. The Adnuntius Data user interface is split into the following main categories.
- [Segmentation](https://docs.adnuntius.com/adnuntius-data/user-interface-guide/segmentation.md): The Segmentation section is where you create and manage segments, triggers and folders.
- [Triggers](https://docs.adnuntius.com/adnuntius-data/user-interface-guide/segmentation/triggers.md): A trigger is defined by a set of actions that determine when a user should be added to, or removed from a segment.
- [Segments](https://docs.adnuntius.com/adnuntius-data/user-interface-guide/segmentation/segments.md): Segments are defined by a group of users, grouped together based on common actions (triggers). Here is how you create segments.
- [Folders](https://docs.adnuntius.com/adnuntius-data/user-interface-guide/segmentation/folders.md): Folders ensure that multiple parties can send data to one network without unintentionally sharing them with others. Here is how you create folders.
- [Fields](https://docs.adnuntius.com/adnuntius-data/user-interface-guide/fields.md)
- [Fields](https://docs.adnuntius.com/adnuntius-data/user-interface-guide/fields/fields.md): Fields is an overview that allows you to see the various fields that make up a user profile in Adnuntius Data
- [Mappings](https://docs.adnuntius.com/adnuntius-data/user-interface-guide/fields/mappings.md): Different companies send different data, and mapping ensures that different denominations are transformed into one unified language.
- [Queries](https://docs.adnuntius.com/adnuntius-data/user-interface-guide/queries.md): Queries produces reports per folder on user profile updates, unique user profiles and page views for any given time period.
- [Admin](https://docs.adnuntius.com/adnuntius-data/user-interface-guide/admin.md)
- [Users, Teams and Roles](https://docs.adnuntius.com/adnuntius-data/user-interface-guide/admin/users-and-teams.md): You can create users, and control their access to content (teams) and their rights to make changes to that content (roles).
- [Data Exports](https://docs.adnuntius.com/adnuntius-data/user-interface-guide/admin/data-exports.md): Data collected and organized with Adnuntius Data can be exported so that you can activate the data and create value using any system.
- [Network](https://docs.adnuntius.com/adnuntius-data/user-interface-guide/admin/network.md): Lets you make certain changes to the network as a whole.
- [API documentation](https://docs.adnuntius.com/adnuntius-data/api-documentation.md): Sending data to Adnuntius Data can be done in different ways. Here you will learn how to do it.
- [Javascript API](https://docs.adnuntius.com/adnuntius-data/api-documentation/javascript.md): Describes how to send information to Adnuntius Data from a user's browser
- [User Profile Updates](https://docs.adnuntius.com/adnuntius-data/api-documentation/javascript/profile-updates.md)
- [Page View](https://docs.adnuntius.com/adnuntius-data/api-documentation/javascript/page-views.md)
- [User Synchronisation](https://docs.adnuntius.com/adnuntius-data/api-documentation/javascript/user-synchronisation.md)
- [Get user segments](https://docs.adnuntius.com/adnuntius-data/api-documentation/javascript/get-user-segments.md)
- [HTTP API](https://docs.adnuntius.com/adnuntius-data/api-documentation/http.md): Describes how to send data to Adnuntius using the HTTP API.
- [/page](https://docs.adnuntius.com/adnuntius-data/api-documentation/http/http-page-view.md): How to send Page Views using the HTTP API
- [/visitor](https://docs.adnuntius.com/adnuntius-data/api-documentation/http/http-profile.md): How to send Visitor Profile updates using the HTTP API
- [/sync](https://docs.adnuntius.com/adnuntius-data/api-documentation/http/sync.md)
- [/segment](https://docs.adnuntius.com/adnuntius-data/api-documentation/http/http-segment.md): How to send Segment using the HTTP API
- [Profile Fields](https://docs.adnuntius.com/adnuntius-data/api-documentation/fields.md): Describes the fields available in the profile
- [Segment Sharing](https://docs.adnuntius.com/adnuntius-data/segment-sharing.md): Describes how to share segments between folders


---

# 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-data.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.
