# Process a task

A labeler can work on a task in the [workspace](/documentation/label-mode/workspace.md). Read the documentation about the label mode for more details. The tasks for the logged in user are available within the route `/tasks`. This route is available through the "**Tasks"** menu entry in the "**Home"** section in the navbar. The following image displays such an overview as an example.

![For every assigned project the number of open tasks is shown.](/files/-M-JDeEhFPmyJHqgO77M)

By clicking the "**Start Labeling**" button one of the open tasks in that project is assigned to the currently logged in user until the task is skipped or finished. The [workspace](/documentation/label-mode/workspace.md) loads the task and the connected image can be labeled.

{% content-ref url="/pages/-Lzb6xjbwchZQsazGYn-" %}
[Workspace](/documentation/label-mode/workspace.md)
{% endcontent-ref %}

How many open tasks are available within one project is managed by the projects admin in the **Tasks** tab of the [project](/documentation/project/what-is-a-project.md).&#x20;


---

# 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.datagym.ai/documentation/tasks/process-a-task.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.
