# Span + Line Labeling

### Create a project

1. From the **Projects** page, click **Create project**.
2. Upload files with supported file types for span labeling.
3. In step 3, select **Span labeling** and **Line labeling**.

   ![](/files/1A8v5v6kHaOgITYFZiir)
4. Create a label set for span labeling and a question set for line labeling.
5. Complete the remaining steps and create the project.
6. Start labeling by selecting spans or clicking the line number to label the corresponding line.

### **Submit line answers**

1. Enable the **Line labeling** extension. Click the gear icon in the extension sidebar on the right to open the **Manage extensions** dialog and enable it.
2. Right-click the line you want to answer.
3. Select **Answer this line** from the context menu.
4. Enter your answer in the **Line labeling** extension and click **Submit answers**.

   ![](/files/c529J0WN76f1ZTMxxlGO)

### Get the latest label updates in reviewer mode

As a reviewer, you can refresh both span labels and line answers to ensure the latest changes are reflected. When reviewing labeling work, the displayed labels and answers may not be up to date. Open the **Review** extension and click **Update now** to load the latest changes.


---

# 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/span-based/span-+-line-labeling.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.
