> For the complete documentation index, see [llms.txt](https://docs.datasaur.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.datasaur.ai/advanced/extensions/labeling-guidelines.md).

# Labeling Guidelines

The **Labeling guidelines** extension provides instructions for labelers during labeling tasks.

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

Supported file formats (max 1 MB):

* `.txt`
* `.pdf`
* `.md` : Markdown guidelines support anchor link navigation, allowing users to jump directly to sections from a table of contents.

## Add labeling guidelines

You can add guidelines in three ways:

1. Drag and drop a file into the uploader.
2. Click **Browse files** to upload a file.
3. Click **Recently used** from the three-dot menu to select a file from the library.

Uploading a new guideline will replace the existing one.

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

Deleting a guideline removes it for all assignees in the project.

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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/advanced/extensions/labeling-guidelines.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.
