# Real-time Assisted Labeling

{% hint style="info" %}
**Supported labeling types:** Span labeling.
{% endhint %}

## Introduction

**Real-time assisted labeling** is a feature that provides label suggestions while you are labeling data. It helps you label data more quickly by showing predictions in real time.

Previously, users needed to go through several settings to enable assisted labeling, which could take time and effort. But now, you do not need to set up many configurations. The system generates suggestions as you work, which you can accept or reject.

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

## Key features

* **Real-time predictions**: Provides labeling suggestions as users work, allowing them to accept or reject predictions immediately.
* **Simplified workflow**: Removes the need for extensive configuration and enables quick setup.
* **Batch processing**: Displays predictions in groups, allowing users to review multiple labels at once and improve efficiency.

## Quick start guide

{% hint style="info" %}
This feature is currently in beta. Please contact <support@datasaur.ai> to enable this feature.
{% endhint %}

**Real-time assisted labeling** is enabled by default. If it is disabled, follow these steps:

1. In a project, click the gear icon in the extension panel on the right to open the **Manage extension** dialog.
2. Enable **Real-time assisted labeling**.
3. Ensure **Automatically suggest labels** is enabled.

Once enabled, you can start labeling:

1. Begin labeling your data normally. No additional configuration is required.
2. The system will start generating predictions once enough labels are provided.
3. Review predictions as they appear and accept or reject them.


---

# 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/assisted-labeling/real-time-assisted-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.
