# Extensions

We provide various extensions to make labeling easier and more efficient.

## Manage extensions

To manage your extensions:

1. Click the gear icon in the extension panel on the right to open the **Manage extensions** dialog.

   <figure><img src="/files/pqJZOGfZAFdh8ZrWwFXZ" alt=""><figcaption></figcaption></figure>
2. In the **Manage extensions** dialog, you can enable and disable the extensions based on your project requirements.

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

This helps you customize your workspace by keeping only the tools you need, creating a more focused workflow.

### Full-height view

You can view extensions in full height for better focus and readability.

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

To change the view, click the three-dot menu in the bottom right corner and select **Full-height**.

<div align="center"><figure><img src="/files/sGS8pEdjds4vp5WjsvXH" alt=""><figcaption></figcaption></figure></div>

Once enabled, the extension will expand to fill the available space.

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

## Available extensions

<table><thead><tr><th width="153">Project type</th><th>Available extensions</th></tr></thead><tbody><tr><td>Span</td><td>Review, List of files, Labeling guidelines, Analytics<br><br><strong>Exclusive to this project type:</strong> Labels, Dictionary, Grammar checker, Metadata, Search, ML-assisted labeling, Data programming, Datasaur Dinamic</td></tr><tr><td>Row</td><td>Review, List of files, Labeling guidelines, Analytics<br><br><strong>Exclusive to this project type:</strong> Row labeling, Label error detection, Metadata, Search, ML-assisted labeling, Data programming, Datasaur Dinamic, Predictive labeling</td></tr><tr><td>Document</td><td>Review, List of files, Labeling guidelines, Analytics<br><br><strong>Exclusive to this project type:</strong> Document labeling</td></tr><tr><td>Bounding box</td><td>Review, List of files, Labeling guidelines, Analytics<br><br><strong>Exclusive to this project type:</strong> Bounding box labels</td></tr></tbody></table>

## Default project extension settings

You can choose which extensions are enabled by default for each new project in your workspace. This helps standardize setup and reduces manual configuration for every project.

{% hint style="info" %}
Default extension settings apply only to new projects created after the configuration is saved.
{% endhint %}

To configure the default extensions:

1. Navigate to the workspace settings from the left sidebar and go to the **Extensions** section.

   ![](/files/EN9dMWyMlB8NR0CtWJTd)
2. In **Default project extensions**, select a labeling type tab:
   * Span
   * Row
   * Document
   * Bounding Box
3. Check the extensions you want to enable by default.
4. Click **Save changes**.

To revert to system defaults:

1. Click **Reset all changes to system defaults** at the bottom. This button is disabled if your current settings already match the system defaults.
2. Click **Save changes** to confirm the reset.

{% hint style="info" %}
You can still adjust extensions for individual projects anytime via **Manage extensions** dialog in the project workspace sidebar.
{% endhint %}


---

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