# Labeling Guidelines

The **Labeling guidelines** extension contains the instructions that labelers should follow during labeling tasks.

<figure><img src="/files/46mUYir8tMUHtlm5Ja2M" alt=""><figcaption></figcaption></figure>

Guidelines can be uploaded in `.txt`, `.md`, or `.pdf` format.

For guidelines uploaded in **Markdown (`.md`) format**, the extension supports anchor link navigation. This allows users to navigate long guidelines using table of contents links that jump directly to specific sections within the document.

{% hint style="info" %}
The maximum guideline file size is **1 MB**.
{% endhint %}

There are three ways to add guidelines:

1. Drag and drop a file into the file uploader in the extension.
2. Upload a file by clicking **Browse files.**
3. Choose a file from the library by clicking **Recently used** from the triple-dot menu.

Uploading a new guideline will replace the existing guideline.

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

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

While deleting a guideline will remove it for all assignees in the project.

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


---

# 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/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.
