# 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)
- [Review](https://docs.datasaur.ai/advanced/extensions/review.md)
- [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)
- [Comments](https://docs.datasaur.ai/advanced/extensions/comments.md)
- [Analytics](https://docs.datasaur.ai/advanced/extensions/analytics.md)
- [Dictionary](https://docs.datasaur.ai/advanced/extensions/dictionary.md)
- [Search](https://docs.datasaur.ai/advanced/extensions/search.md)
- [Labeling Guidelines](https://docs.datasaur.ai/advanced/extensions/labeling-guidelines.md)
- [Metadata](https://docs.datasaur.ai/advanced/extensions/metadata.md)
- [Grammar Checker](https://docs.datasaur.ai/advanced/extensions/grammar-checker.md)
- [ML Assisted Labeling](https://docs.datasaur.ai/advanced/extensions/ml-assisted-labeling.md): Automatically give label suggestion on your data
- [Data Programming](https://docs.datasaur.ai/advanced/extensions/data-programming.md): Programmatically label your data with fully customizable labeling functions
- [Datasaur Dinamic](https://docs.datasaur.ai/advanced/extensions/datasaur-dinamic.md): Train your labeled dataset directly from Datasaur
- [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): Double Check your labels automatically using Label Error Detection
- [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: 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.
