# Multiple Label Sets

A single project may require multiple labeling focuses. Datasaur supports this by allowing multiple label sets within the same project.

Multiple label sets lets you apply different labeling focuses to the same data. For more details about label sets, see the [documentation](/data-studio-projects/lets-get-labeling/label-sets.md#span-based-labeling).

You can create multiple label sets in the same way as a single label set—either manually or by uploading a label set file during project creation or from the **Labels** extension.

### Add multiple label sets during project creation

In step 3, Datasaur automatically creates `Untitled Label Set 1`.\
You can rename, add, remove, and reorder label sets as needed. You can also drag labels to the right to nest them under other labels.

To add a new label set, click the **Add new label set** button in the label set list. A project can have up to 10 label sets.

<figure><img src="/files/lSKDlxci11s5xShRvVtV" alt=""><figcaption><p>Select the [ + ] icon to add an additional label set</p></figcaption></figure>

### Add multiple label sets from Labels extension

After the project is created, you can still add, edit, or remove label sets from the **Labels** extension. To add a new label set, click the three-dot menu and select **Add new label set.**

<figure><img src="/files/qyYSHPEY0SNpkQ3kgFTF" alt=""><figcaption></figcaption></figure>

You can create the label set manually or upload the label set file there.

<figure><img src="/files/81aIy1M7Jdb1gbuSy4mV" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
Deleting a label set removes all applied labels from that label set in the project.
{% endhint %}

## Active label set

The active label set is the one currently selected for use in the project. You can change it from the dropdown above the labeling area.

For example, if you have both `NER` and `Stanford` label sets, you can switch between them by selecting the desired label set.

<figure><img src="/files/4bi3AtfP6TzTki4SUOQy" alt=""><figcaption></figcaption></figure>

After switching label sets, you can start labeling using the active label set.

<figure><img src="/files/bAYJso3SXk3wV3p7beyJ" alt=""><figcaption></figcaption></figure>

## Multiple label sets in a span labeling project with arrows

In span labeling project, you can draw relational arrows between labeled spans. Some projects require labeling both spans and the relationships between them.

To enable this, turn on **Allow arrows to be drawn between labels** in step 3 during project creation or from the project settings. You can then add both span label sets and arrow label sets. If you do not need to label arrows, an arrow label set is not required.

<figure><img src="/files/h4zyITd7jszkbPy3nvVD" alt=""><figcaption></figcaption></figure>

After the project is created, the interface shows a separate label set dropdown (with an arrow icon) for relationship labels.

<figure><img src="/files/IEgUSc8Tl5VSX4qULjq4" alt=""><figcaption></figcaption></figure>

Click the dropdown and select the appropriate label set.

<figure><img src="/files/ALRuxGHqCQMHmEbs2wtG" alt=""><figcaption></figcaption></figure>

You can now draw arrows and apply the corresponding labels.

<figure><img src="/files/B6ahQJuik2O8PCGdodT1" alt=""><figcaption></figcaption></figure>

## Export

Projects with multiple label sets can be exported to [.json\_advanced](/compatibility-and-updates/supported-formats.md#json_advanced) and [.tsv\_non\_iob](/compatibility-and-updates/supported-formats.md#tsv_non_iob).


---

# 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.datasaur.ai/data-studio-projects/lets-get-labeling/multiple-label-sets.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.
