# Question Set Management

With question set management, you can save and edit question sets outside a project. You can later reuse them in row labeling, document labeling, and line labeling projects.

## Label management page

{% hint style="info" %}
Changes made in the **Label management** page are not automatically applied to existing projects.
{% endhint %}

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

In the **Question sets** tab, you can add new question sets, edit existing question sets, or delete them.

### Add question sets

There are two ways to add question sets: upload a question set or create it from scratch.

#### Upload a question set

You can upload an existing question set by dragging and dropping the file into the upload area. Supported formats: `.csv` , `.json` . Refer to the sample format below to ensure compatibility.

{% file src="/files/i1PGcOaGbvbnkBPUo58w" %}

#### Create question sets from scratch

You can also create a question set manually. The dialog includes two tabs: **Standard** and **JSON.** These tabs are synchronizedchanges in one tab automatically update the other.

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

### Edit question sets

To edit a question set:

1. Select the question set you want to edit.
2. Click the **Edit** icon on the right side.

   <figure><img src="/files/Lr0F634afnVpeImL6nuw" alt=""><figcaption></figcaption></figure>
3. Update the question properties.

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

### Delete question sets

To delete a question set:

1\. Select one or multiple question sets.

2\. Click the **Delete** button at the top of the table to delete multiple question sets, or click the delete icon on the right side to delete a single question set.

3\. Confirm the action.

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

### Search question sets

You can search for question sets by entering keywords in the search bar.

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

## Use existing label sets during project creation <a href="#project-creation-wizard" id="project-creation-wizard"></a>

To use an existing label set when creating a project:

1. In step 3 of project creation, select **Row labeling**, **Document labeling**, or **Line labeling**.

   <figure><img src="/files/Ko2R4MRuTknB6Z4gyXRN" alt=""><figcaption></figcaption></figure>
2. Click **Use existing question set** to select an existing label set from the **Label management** page. You can preview the question set as well before selecting.

   <figure><img src="/files/Ysgl82K9ESbXUa3Nsohc" alt=""><figcaption></figcaption></figure>
3. After you select a question set, you can edit them. Any changes made here will not affect the original question set in the library.

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

## Update existing projects with existing question sets

After a project is created, you can modify the question set if needed. You can reuse question sets from the **Label management** page.

If the **Question set modification** setting is turned off, only admins or project owners can modify question sets. If it is turned on, labelers can also modify them. This setting is turned on by default. For details, visit [question set modification](/advanced/extensions/document-and-row-labeling.md#question-set-modification).


---

# 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/workspace-management/label-management/question-set-management.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.
