# Task Categories

### **New Tasks**

This section displays the tasks you haven’t started yet.

### Starting a New Task

1. Take Exam: Every task requires you to pass a pre-task exam to ensure you’re prepared.
2. Click the “Take Exam” button to begin.&#x20;
3. Review the guidelines carefully, as you need to meet the specified pass rate to proceed.
4. Appl&#x79;**:** After passing the exam, click the “Apply” button to start the task. The system will automatically assign your role as an Annotator (data labeling) or Reviewer (checking accuracy)

### **In Progress**

This section displays the tasks you are currently working on, which can be sorted by Annotating or Reviewing.

#### Annotating:

On the In Progress page, click the “Annotate” button to begin the task. Carefully follow the provided instructions to complete the annotations. You’ll encounter these question types:

1. Single Choice: Select one correct option from the available choices.
2. Multiple Choice: Select all applicable options.
3. Number Input: Enter the required numeric value.
4. Text Input: Provide a text-based answer.
5. Ranking: Drag and drop items to rank them in the required order.
6. Linear Scale: Adjust the slider to select the appropriate value.

If you're unsure about the task, click the “Read Instructions” button at the upper-left of the page to view detailed guidelines.

#### Reviewing:&#x20;

On the In Progress page, click the “Review” button to begin the task. Carefully follow the provided instructions and assess the submitted work. Based on your evaluation:

* Click “Approve” if the submission meets the required quality standards.
* Click “Disapprove” if the submission does not meet the standards.

If you're unsure about the task, click the “Read Instructions” button at the top of the page to view detailed guidelines. Ensure your decisions are accurate and align with the task guidelines to maintain data quality.

### Closed

This section allows you to view the tasks you have successfully completed.

#### Search Function&#x20;

Use the search box in the upper-right corner to find tasks by name.

#### Filters

You can filter tasks by data type or knowledge area, making it easy to locate tasks relevant to your expertise and interests.

**Note**: The search box and task tag filtering cannot be used simultaneously.

\ <br>


---

# 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.saharaai.com/user-guide-data-services-platform/data-services-page/task-categories.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.
