# Data Studio Projects

- [Data Studio Introduction](https://docs.datasaur.ai/data-studio-projects/data-studio-introduction.md)
- [Labeling Task Types](https://docs.datasaur.ai/data-studio-projects/nlp-task-types.md)
- [Span Based](https://docs.datasaur.ai/data-studio-projects/nlp-task-types/span-based.md)
- [OCR Labeling](https://docs.datasaur.ai/data-studio-projects/nlp-task-types/span-based/ocr-labeling.md)
- [Audio Project](https://docs.datasaur.ai/data-studio-projects/nlp-task-types/span-based/audio-project.md): Create and label an audio labeling project in Datasaur
- [Row Based](https://docs.datasaur.ai/data-studio-projects/nlp-task-types/row-based.md)
- [Document Based](https://docs.datasaur.ai/data-studio-projects/nlp-task-types/document-based.md)
- [Bounding Box](https://docs.datasaur.ai/data-studio-projects/nlp-task-types/bounding-box.md)
- [Conversational](https://docs.datasaur.ai/data-studio-projects/nlp-task-types/conversational.md)
- [Mixed Labeling](https://docs.datasaur.ai/data-studio-projects/nlp-task-types/mixed-label-sets.md)
- [Project Templates](https://docs.datasaur.ai/data-studio-projects/nlp-task-types/project-templates.md): Exploring Datasaur's pre-built project templates
- [Test Project](https://docs.datasaur.ai/data-studio-projects/nlp-task-types/project-templates/test-project.md): Set a test for your labelers!
- [Create a Project](https://docs.datasaur.ai/data-studio-projects/creating-a-project.md)
- [Data Formats](https://docs.datasaur.ai/data-studio-projects/creating-a-project/import-data.md)
- [Data Samples](https://docs.datasaur.ai/data-studio-projects/creating-a-project/data-samples.md)
- [Split Files](https://docs.datasaur.ai/data-studio-projects/creating-a-project/split-files.md)
- [Consensus](https://docs.datasaur.ai/data-studio-projects/creating-a-project/consensus.md): Allows you to review your project automatically.
- [Dynamic Review Capabilities](https://docs.datasaur.ai/data-studio-projects/creating-a-project/dynamic-review-capabilities.md): Allows you to assign another person to review your project automatically
- [Pre-Labeled Project](https://docs.datasaur.ai/data-studio-projects/pre-labeled-project.md)
- [Let's Get Labeling!](https://docs.datasaur.ai/data-studio-projects/lets-get-labeling.md)
- [Span Based](https://docs.datasaur.ai/data-studio-projects/lets-get-labeling/span-based.md)
- [Span + Line Labeling](https://docs.datasaur.ai/data-studio-projects/lets-get-labeling/span-based/span-+-line-labeling.md): This guide will walk you through how to set up the combination of span + line labeling in one project.
- [Span + Line + Document Labeling](https://docs.datasaur.ai/data-studio-projects/lets-get-labeling/span-based/span-+-line-+-document-labeling.md): This guide will walk you through how to set up the combination of span + line + document Labeling in one project.
- [Row & Document Based](https://docs.datasaur.ai/data-studio-projects/lets-get-labeling/row-and-document-based.md)
- [Bounding Box Labeling](https://docs.datasaur.ai/data-studio-projects/lets-get-labeling/bounding-box-labeling.md)
- [Conversational Labeling](https://docs.datasaur.ai/data-studio-projects/lets-get-labeling/conversational-labeling.md)
- [Label Sets / Question Sets](https://docs.datasaur.ai/data-studio-projects/lets-get-labeling/label-sets.md)
- [Refer Answer to Table Column](https://docs.datasaur.ai/data-studio-projects/lets-get-labeling/label-sets/refer-answer-to-table-column.md)
- [Dynamic Question Set](https://docs.datasaur.ai/data-studio-projects/lets-get-labeling/label-sets/dynamic-question-set.md)
- [Multiple Label Sets](https://docs.datasaur.ai/data-studio-projects/lets-get-labeling/multiple-label-sets.md)
- [Reviewing Projects](https://docs.datasaur.ai/data-studio-projects/reviewing-nlp-projects.md)
- [Review Sampling](https://docs.datasaur.ai/data-studio-projects/reviewing-nlp-projects/review-sampling.md)
- [Adding Documents to an Ongoing Project](https://docs.datasaur.ai/data-studio-projects/adding-documents-to-an-ongoing-project.md)
- [Export Project](https://docs.datasaur.ai/data-studio-projects/export-project.md)


---

# 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/data-studio-projects.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.
