> For the complete documentation index, see [llms.txt](https://knowledge.out-smart.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledge.out-smart.com/marketplace-packages-and-power-ups/power-ups/tasks/set-task-owner-and-assignees.md).

# Set task owner and assignees

Tasks use owner and employee assignment to show responsibility clearly.

This helps prevent follow-up from staying unassigned.

### What each role means

* **Owner** — the person responsible for the task overall.
* **Employee(s)** — the person or people who work on the task.

A task can have one owner.

A task can include multiple employees.

{% stepper %}
{% step %}

### Open the task

Create a new task or edit an existing one.
{% endstep %}

{% step %}

### Set the owner

Choose the employee in **Task Owner**.
{% endstep %}

{% step %}

### Add the employees

Use **Employee(s)** to add one or more people.
{% endstep %}

{% step %}

### Save

Save the task.
{% endstep %}
{% endstepper %}

### Good assignment practice

* set one clear owner
* add only the employees who need to act
* review ownership when tasks change hands

### Frequently asked questions

<details>

<summary>Can a task have multiple owners?</summary>

No.

A task has one owner.

</details>

<details>

<summary>Can a task have multiple employees?</summary>

Yes.

You can assign more than one employee.

</details>

<details>

<summary>Can I change the owner later?</summary>

Yes.

Edit the task and save the new assignment.

</details>

### Related topics

* [**Tasks**](/marketplace-packages-and-power-ups/power-ups/tasks.md)
* [**Understand task priority**](/marketplace-packages-and-power-ups/power-ups/tasks/understand-task-priority.md)
* [**Use tasks in the mobile app**](/marketplace-packages-and-power-ups/power-ups/tasks/use-tasks-in-the-mobile-app.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, and the optional `goal` query parameter:

```
GET https://knowledge.out-smart.com/marketplace-packages-and-power-ups/power-ups/tasks/set-task-owner-and-assignees.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.
