# Tasks

In a place's tasks page, each task has a checkbox next to it.&#x20;

Once you check one of these boxes, the bulk actions will appear.

<figure><img src="/files/zgh7kp4P57H0Im4Z817k" alt=""><figcaption></figcaption></figure>

For now, these include:

* Blocking and unblocking — the system will try its best to do what you've told it to, and ignore nonsensical instructions (like blocking a blocked task).
* Assigning multiple tasks to one person, or unassigning them — if a 'pending review' task is included in the selection, only users with a Reviewer badge will be listed as optional assignees.

{% hint style="info" %}
Use the filters on the left of the listing view to find the group of tasks you want to work with.
{% endhint %}


---

# 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.laws.africa/how-tos/bulk-operations/tasks.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.
