> For the complete documentation index, see [llms.txt](https://docs.xto10x.com/getting-started-on-10xgoals/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.xto10x.com/getting-started-on-10xgoals/action-task-board.md).

# Action/Task board

## Introducing the Action board

Action board is a one stop solution which gives you a focussed view on all your open action items at a single place. \
Action board has 2 tabs:\
1\. **For You**: this will list down all the action items assigned to you by others.\
2\. **By You**: this will list down all the action items that you have assigned to others.

![](/files/-MCv5PTT35PCmgk1ZQx5)

## How to create an action item?

One can easily create an action item by just mentioning someone in comment and checking the assign box. This will create an action item for that person.&#x20;

![](/files/-MCv6Nd7Rv9nDJySGjK0)

{% hint style="info" %}
**Note:** Action item can be assigned to a single owner. Thus you have to choose who is responsible for marking this done from a list of mentioned people.
{% endhint %}

{% hint style="success" %}
Note: One can assign an action item to themselves as well. This will appear in both tabs.
{% endhint %}

## **How to close an action item?**

One can easily close an action item by checking on the task from the task list. This can also be achieved by checking on the task from the activity feed in the details page.

![](/files/-MCv7Up_im0m2g3GydGh)


---

# 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.xto10x.com/getting-started-on-10xgoals/action-task-board.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.
