> For the complete documentation index, see [llms.txt](https://docs.laws.africa/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.laws.africa/how-tos/bulk-operations/tasks.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.
