# Configuration of Tags

You can add a tag using any of the following options:

* **Browser**: For the conventional method of tagging using the browser.
* **Server**: For backward compatibility and support to create new tags on the server.

In Ingest Labs, you can create media tags for client-side and server-side seamlessly and quickly using the following steps. For browser-side tagging creation, the conventional method of tagging is applicable.

The following elements are mandatory to add a new tag:

| Tag Elements                                                     | Description                                                                                                                                                                                                                                                                                                                                                                                                                |
| ---------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [Providers](/tag-manager/providers.md)                           | <p>The Provider acts as a template to define the attributes on a high-level, before configuring the tag. You can select any of the available provider templates, set the attributes, save the provider template, and configure the tag.<br><strong>Note</strong>: If the default provider templates are unavailable, you can create a custom-defined template using the Providers option on the left navigation panel.</p> |
| [Data Elements](/tag-manager/data-elements.md)                   | The Data elements refer to the data points that are sent to the Provider to populate the values while configuring the tag.                                                                                                                                                                                                                                                                                                 |
| [Triggers](/tag-manager/triggers.md)                             | The Triggers indicate when a particular tag is to be triggered based on the data inputs. The triggers are associated with different actions and events while performing the tasks under tags.                                                                                                                                                                                                                              |
| [Qualification Criteria](/tag-manager/qualification-criteria.md) | The Qualification criteria refer to the rules and conditions required to trigger a tag for a particular scenario. You must set the rules when the tags are to be triggered for different scenarios and send the data to the data endpoints.                                                                                                                                                                                |


---

# 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.ingestlabs.com/tag-manager/tags/configuration-of-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.
