# The public task pool

If you create a task you have the option to assign the task to a developer directly or assigned it to the pool and we will find the best developer for the task.&#x20;

The public task pool contains all tasks that have been assigned to no specific developer.&#x20;

If your profile is verified you will be able to receive matching tasks from the pool. This is done via an algorithm that evaluates wich user has the best skillset for each task. Once you have been assigned by the algorithm you will be notified via email.&#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.tasksource.io/tasksource-documentation/wiki/the-public-task-pool.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.
