> For the complete documentation index, see [llms.txt](https://docs.b2ihealthcare.com/snow-owl-authoring-platform/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.b2ihealthcare.com/snow-owl-authoring-platform/collaborative-authoring/authoring/creating-a-task.md).

# Creating a Task

Tasks are used to share information with your team members. You need to have access to a shared task repository (Snow Owl server) to create and work with tasks.

To invoke the task wizard, click the ![](/files/-M568DMnSt1jMYe1mmiN) **Create new Task** button in the **Task List View**. On the first page of the wizard, you are prompted to specify the following properties.

* **Summary**: the name of the task can be entered here. It will be visible in the **Task List View** and in the title of the editor as well. The title can be edited later
* **Description**: optionally a description can be specified which will appear in the Comments section of the task editor, fixed as the first entry.

![Specifying task properties](/files/-MHRsBBynfTxM8Hmu2IU)

On the second page of the wizard, you are prompted to select the following.

* **Resources**: you can specify a Primary Resource in addition, you can add several more resources to the task scope such as SNOMED CT, Value Set, Local Code Systems, Mapping Set, and other terminologies
* **Modules**: only available for SNOMED CT (mandatory). Editors working under the task workflow system are only allowed to author and change components that belong to the module(s) defined here.
* **Templates:** if you select SNOMED CT amongst your Code System, you can also specify SNOMED CT Templates as part of the task scope. As a result, concept creation via templates is restricted to only the give one templates.

![Specifying task scope](/files/-MHRs-dSjfSigA8GfgxN)

Once you hit the **`Finish`** button, the **Task Editor** automatically opens.


---

# 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.b2ihealthcare.com/snow-owl-authoring-platform/collaborative-authoring/authoring/creating-a-task.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.
