> ## Documentation Index
> Fetch the complete documentation index at: https://labs.laer.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Tag settings

Admins and managers are able to view and edit the tagging panel for the review project in the `Tags` section from the `Settings` page.

Epiq AI organizes review tags in a two-level hierarchy. Tags that are conceptually related are grouped into a unit called `Tag group`. For example, tags that are related to responsiveness are grouped into a tag group while tags that are related to privilege are grouped into a different tag group.&#x20;

A tag group can contain one or more tags. If there are multiple tags, you can specify whether these tags are mutually exclusive, i.e., only one of them can be active at a time.

An example tagging panel is shown below.

<Frame>
  <img src="https://mintcdn.com/epiqai/5-Xpsc0dxL4Alr7A/images/default_tags.png?fit=max&auto=format&n=5-Xpsc0dxL4Alr7A&q=85&s=d4fe495c6160659e67e61efa29e6058b" alt="" width="1976" height="1420" data-path="images/default_tags.png" />
</Frame>

## Set default tagging panel <a href="#how-to-create-a-project-ontology" id="how-to-create-a-project-ontology" />

You can choose the tagging panel you’d like to use as a default by clicking the tagging panel dropdown. The selection will be treated as the default tagging panel and appear in all document views.

## Modify tags <a href="#how-to-create-a-project-ontology" id="how-to-create-a-project-ontology" />

### Create a tag group

Click on the `+ New Tag Group` button to add a new tag group.&#x20;

1. Enter a name and a description.&#x20;
2. Select `Mutual Exclusive` if only one of the tags within the tag group can be active.
3. Deselect `Visible` if you want to hide the tag group in the tagging panel.

<Frame>
  <img src="https://mintcdn.com/epiqai/PTrKqfq7PLU1AcXh/images/tag_groups.png?fit=max&auto=format&n=PTrKqfq7PLU1AcXh&q=85&s=b5b554e77921147dfcb26d35cf779323" alt="" width="1878" height="1090" data-path="images/tag_groups.png" />
</Frame>

### Create a tag

&#x20;Click on the `+ New Tag` button to add a new tag within a tag group.&#x20;

1. Enter a name and a description.
2. Select a color.
3. Select a value type:&#x20;
   * `Binary` means the tag can be either on or off&#x20;
   * `Confidence` allows you to enter a confidence value from `0` to `1` to indicate how likely the tag applies to the document. If the confidence is `0`, then the tag does not apply. If the confidence is `> 0` then the tag applies.
   * `Text` allows you to enter a non-numeric value (e.g., comments).
4. Deselect `Visible` if you want to hide the tag in the tagging panel.

<Frame>
  <img src="https://mintcdn.com/epiqai/PTrKqfq7PLU1AcXh/images/tags.png?fit=max&auto=format&n=PTrKqfq7PLU1AcXh&q=85&s=d3826aec3708d6cc772a5b20f149e1b7" alt="" width="1982" height="1108" data-path="images/tags.png" />
</Frame>

### Delete a tag

To delete a tag, click the `Delete` button that shows up when hovering over the tag you wish to delete.&#x20;

<Danger>
  Once the tag is deleted, it cannot be undone. The deleted tag will no longer show up for documents that are annotated with the tag.&#x20;
</Danger>

### Change tag structure

You can drag and drop a tag group or a tag up and down to change their ordering in the tagging panel.

## Import tags from a review protocol <a href="#how-to-create-a-project-ontology" id="how-to-create-a-project-ontology" />

Epiq AI can automatically extract tagging layouts from a review protocol. You can upload an existing review protocol or create a new protocol in the UI. See [review-protocols.md](/product-guides/project-management/review-protocols).

Epiq AI parses the review protocol and extracts its section titles and automatically maps them into a set of review tags and adds them to the tagging panel with the same name of the protocol.

## Create a tagging panel for model training <a href="#how-to-create-a-project-ontology" id="how-to-create-a-project-ontology" />

You can create a special tagging panel for collecting training examples for model training. Each model requires positive and negative examples. You can create a tag group for each model, including the following two tags:

* \{Issue Tag Name} - Positive
* \{Issue Tag Name} - Negative

The positive and negative tags should be mutually exclusive.&#x20;

You can create multiple tag groups inside a tagging panel to collect training examples for multiple models at the same time.&#x20;

## Enable partial tagging <a href="#how-to-create-a-project-ontology" id="how-to-create-a-project-ontology" />

To allow users to review and save only selected tag groups:

1. **Access Tagging Panel Settings**: Select the tagging panel in the dropdown and click the `Edit` icon to view the settings menu.
2. **Select Partial Tagging**: Select the option labeled **"Partially Tagged"**.

Enabling partial tagging allows Epiq AI to treat unreviewed tag groups as incomplete tag groups.
