# Manager

The manager is a basic project management tool with the functionality to create to do lists, tracking progress and assigning specific tasks to specific users.

#### List Boards

From the project overview section select the manager shortcut to view the manager section of the current project.

#### Creating Workbook or Board

<figure><img src="/files/pBp9tGKBqKqnayPK2teQ" alt="" width="375"><figcaption></figcaption></figure>

One can create a task board by selecting the plus button to add a new board. One can view a board by selecting it.

<figure><img src="/files/DTK9fRnCbZmqWnQ0xrDR" alt="" width="375"><figcaption></figcaption></figure>

A new board or workbook requires a name.

#### Deleting Boards

<figure><img src="/files/faK8zJ93lOy7Puzax4LT" alt="" width="375"><figcaption></figcaption></figure>

One can delete an existing workbook by using the options button.

Alternatively, selecting the name of the workbook should open the workbook for viewing.

#### View Board

<figure><img src="/files/qHX5GxT9mAxWeeuSIIRg" alt="" width="375"><figcaption></figcaption></figure>

Inside a workbook there are three sections: To do, busy, and done.

There are cards or issues that denote tasks.

Selecting the plus button will create or add a new issue or card.

####

#### Creating Cards

<figure><img src="/files/O3IhG4cYA8T10ubEYgIX" alt="" width="375"><figcaption></figcaption></figure>

To create a new card a name must be provided.

The issue card must be assigned to a column.

One can assign a user user using the dropdown menu

Select the create button to finalise the creation.

#### Updating Cards

<figure><img src="/files/Xy65EG1zUNyUc98tyuf1" alt="" width="375"><figcaption></figcaption></figure>

One can edit or update an existing card by selecting it.

One can change the column of the issue card.

One can assign the issue to another user or close the issue.

One can also delete an existing issue card.


---

# Agent Instructions: 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.informationhub.io/manager.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.
