# Tags

The data capture and load process of JENTIS centers around the submission of data to partners and networks. This involves setting up rules and configurations that dictate when to send what data to which partner. Tags play a crucial role in this process by enabling detailed configuration of individual parameters and values to be transmitted to the intended data recipient.

JENTIS Tag Manager allows for flexible and scalable tag configurations, enabling multiple setups in one configuration.

Every tag in your JENTIS account consists of the following parts:

* **Tool**: Select a tool you previously created that will hold global configurations for this tag.
* **Template**: JENTIS includes templates for tags that cover use cases per tool, ie. the “pageview” template for Google Analytics.
* **Trigger**: Every Tag references a trigger that defines conditions on when to actually activate a tag and submit data to a recipient.
* **Field Configuration**: Here you will define every parameter that needs to be mapped to a value that will be submitted to the recipient.


---

# 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.jentis.com/jentis-dcp-elements/tags.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.
