> 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.md).

# Advanced

- [Script-Generated Question](https://docs.datasaur.ai/advanced/script-generated-question.md)
- [Shortcuts](https://docs.datasaur.ai/advanced/shortcuts.md): Making your labeling process even easier.
- [Extensions](https://docs.datasaur.ai/advanced/extensions.md): Enable and manage extensions that support and enhance the labeling workflow.
- [Labels](https://docs.datasaur.ai/advanced/extensions/labels.md): Manage and apply label sets.
- [Review](https://docs.datasaur.ai/advanced/extensions/review.md): Review and resolve labeling conflicts while tracking review progress and quality.
- [Document and Row Labeling](https://docs.datasaur.ai/advanced/extensions/document-and-row-labeling.md)
- [Bounding Box Labels](https://docs.datasaur.ai/advanced/extensions/bounding-box-labels.md)
- [List of Files](https://docs.datasaur.ai/advanced/extensions/list-of-files.md): Displays all project files in an organized list with navigation, search, and status management.
- [Comments](https://docs.datasaur.ai/advanced/extensions/comments.md)
- [Analytics](https://docs.datasaur.ai/advanced/extensions/analytics.md): Analytics to track labeler performance and progress in a project.
- [Dictionary](https://docs.datasaur.ai/advanced/extensions/dictionary.md): View definitions and parts of speech for selected text using English or Bahasa Indonesia dictionaries.
- [Search](https://docs.datasaur.ai/advanced/extensions/search.md): Search and filter data using keywords, labels, and advanced conditions.
- [Labeling Guidelines](https://docs.datasaur.ai/advanced/extensions/labeling-guidelines.md): Provide labeling instructions and guidelines for labelers during labeling tasks.
- [Metadata](https://docs.datasaur.ai/advanced/extensions/metadata.md): View additional metadata attached to lines or cells within your project.
- [Grammar Checker](https://docs.datasaur.ai/advanced/extensions/grammar-checker.md): Detect and review grammatical errors.
- [ML-Assisted Labeling](https://docs.datasaur.ai/advanced/extensions/ml-assisted-labeling.md): ML-assisted labeling extension lets you use open-source models, LLMs, or your own models to generate labels automatically.
- [Data Programming](https://docs.datasaur.ai/advanced/extensions/data-programming.md): Examples of how Data Programming can automate labeling using rules, patterns, and keyword-based logic.
- [Datasaur Dinamic](https://docs.datasaur.ai/advanced/extensions/datasaur-dinamic.md): Train and deploy models from your labeled data.
- [Predictive Labeling](https://docs.datasaur.ai/advanced/extensions/predictive-labeling.md): Predictive labeling generates labels based on your existing labeled data.
- [Label Error Detection](https://docs.datasaur.ai/advanced/extensions/label-error-detection.md): Automatically detect and review potential label errors in your dataset.
- [LLM Sandbox](https://docs.datasaur.ai/advanced/extensions/sandbox.md)
- [Tokenizers](https://docs.datasaur.ai/advanced/tokenizer.md): A tokenizer splits text into smaller units (tokens) like words and sentences for processing.


---

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