# Tasks

The task library is used to configure the tasks that you want to be able to assign in AppControl. Tasks are manual activities that are performed by persons to manage the operation of your apps. For example: renewing SSL certificates every year, renewing functional accounts, checking permissions in your apps for auditing purposes, etc.

There are 3 levels of task libraries in AppControl:

* **Global.** These tasks are defined and assigned by platform administrators. Tasks in this library can also be shared with group and app administrators so that they can be assigned by them as well.
* **Group.** These tasks are defined and assigned by group administrators. Tasks in this library can also be shared with app administrators so that they can be assigned by them as well.
* **App.** These tasks are defined and assigned by app administrators. These are app-specific tasks and can only be assigned to a specific app.

Depending on your role there are 1 or more tabs visible that show you the Global, Group, and App task libraries. The task templates defined in the library are visible in the list. To add a new task template click on 'Add'.

Creating and assigning tasks is a 2-step process:

* **Create task in task library.** In this step you define the task details and instructions. After creating it is is available in the task library to be assigned. This step is performed from the Administration > Tasks page.
* **Assign the task.** In this step you choose who to assign the task to, which apps the task applies to, and when it should be assigned. This step is performed from the Tasks page.

<details>

<summary>Task Template</summary>

</details>


---

# 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.bluestorm.io/administration/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.
