> For the complete documentation index, see [llms.txt](https://docs.buildings.ability.abb/collection/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.buildings.ability.abb/collection/platform/service-desk/create-tasks.md).

# Create Tasks

## Task Menu

<figure><img src="https://3489494878-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9GvUpaatBiReR43XFSMg%2Fuploads%2FSE6g8ibWQ74iOKkOpzoJ%2Fimage.png?alt=media&#x26;token=5dc3aad7-b599-4c59-a198-79eece747303" alt=""><figcaption></figcaption></figure>

1. Follow the steps from [-> Configure Ticket](/collection/platform/service-desk/configure-ticket.md)
2. Click on <img src="https://3489494878-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9GvUpaatBiReR43XFSMg%2Fuploads%2FxxmHXdZRTS36rqItBAYo%2Fimage.png?alt=media&#x26;token=44382df4-a1c2-4ebf-b87a-fffcad60f0d0" alt="" data-size="line"> in the bottom right of the [-> Ticket Details](/collection/platform/service-desk/ticket-details.md)

   ▷ The Task Menu opens
3. Fill in the **"Assigned to"** field to assign the task to a person.
4. Give the task a **title**.
5. Select a **reason** for the task.
6. Write a **description** of the task.
7. Optional: Attach an **asset** and add a **file** if necessary.
8. Click on **"Create task"**.

   ▷ The **"Task Details"** open.
9. Here you can begin **editing** the task. [-> Start and complete a task](/collection/platform/service-desk/start-and-complete-a-task.md)

{% hint style="info" %}
Only the person assigned to the task can edit, complete, or cancel the task.
{% 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, and the optional `goal` query parameter:

```
GET https://docs.buildings.ability.abb/collection/platform/service-desk/create-tasks.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
