> For the complete documentation index, see [llms.txt](https://docs.bluestorm.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bluestorm.io/overview/tutorials/tasks/create-and-assign-a-global-task.md).

# Create and assign a global task

Use this tutorial to roll out a manual activity across many apps.

### Before you start

* You need the **Platform Administrator** role.
* You should know who owns the task.
* You should know when the task starts and becomes due.

{% stepper %}
{% step %}

### Create the task template

Go to [Administration → Tasks](/administration/tasks.md).

Use the global library.

Create a task template with a clear name and instructions.
{% endstep %}

{% step %}

### Configure the schedule

Choose whether the task is one-time or recurring.

Use a task list when multiple sub-tasks are required.
{% endstep %}

{% step %}

### Assign the task

Open [Dashboards → Tasks](/dashboards/tasks.md).

Use [Task Assignment](/dashboards/tasks/task-assignment.md) to select apps, start date, assignees, and notifications.
{% endstep %}

{% step %}

### Validate the assignment

Confirm the task was assigned to the right apps and roles.

If owner or admin assignments are missing, validate the assignment again after fixing access.
{% endstep %}
{% endstepper %}

### Next steps

* [Create and assign a group task](/overview/tutorials/tasks/create-and-assign-a-group-task.md)
* [Work with assigned tasks](/overview/tutorials/tasks/work-with-assigned-tasks.md)
* [Create a user group](/overview/tutorials/administration/create-a-user-group.md)


---

# 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.bluestorm.io/overview/tutorials/tasks/create-and-assign-a-global-task.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.
