# Task labels

Task labels make it easier to manage tasks. For example, use a 'gazette missing' label to indicate that a task is blocked on a missing gazette.

![](/files/-MARXOjW-jWj4o0O855B)

## Adding a new task label

To add a task label:

1. Open the admin interface
2. Under **Indigo API** click **Task labels**
3. Click **Add task label**
4. Fill in the **title** and **description**
5. Click **Save**

{% hint style="info" %}
The **slug** is a special form that the system uses to identify the label. It is generated for you and can be ignored.
{% endhint %}

## Editing a task label

Editing an existing task label will automatically update all the linked tasks.

To edit a task label:

1. Open the admin interface
2. Under **Indigo API** click **Task labels**
3. Click on the task label you want to edit&#x20;
4. Make your changes
5. Click **Save**

## Deleting a task label

To delete a task label:

1. Open the admin interface
2. Under **Indigo API** click **Task labels**
3. Click on the task label to delete
4. Click **Delete**


---

# 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/administration/task-labels.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.
