> For the complete documentation index, see [llms.txt](https://docs.aitheon.com/project-manager/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.aitheon.com/project-manager/main-features/control-panel.md).

# Control Panel

Control Panel is not a part of the Project Manager service. But it serves the PM to inform and show a user their tasks.

You can open the Control Panel from any Aitheon service: click the button at the top-right of a window:&#x20;

![](/files/-MUriBdpo4TjFrto7xrI)

The panel has three tabs:&#x20;

![](/files/-MUrijHPkt7sIsxDUpij)

### **Notifications**

The **Notifications** tab **(1)** shows all the messages from all the Aitheon services that concern you personally: i.e. 'a new task was assigned to you' (the Project Management service) or 'a new payroll was reviewed' (the HR service).

### **Tasks**

In the **Tasks** tab **(2)**, you can see all the tasks you can be assigned to. It means that if you are in the team, you will see all the tasks in the project. But if you are not a member of the project you will have no its tasks in this tab.&#x20;

The number of tasks is displayed above the tab:&#x20;

* if there are no tasks assigned to you, you will see the number of all available tasks in a grey square;
* if there are tasks assigned to you, you will see their number in a red square. Also, this number will be displayed on the Control Panel button in all Aitheon services.

{% hint style="info" %}
When you have an assigned task, you can start and pause a tracker of your work with it. See the example below.
{% endhint %}

### **Notes**

In the **Notes** tab **(3)** you can put any notes you want and get back to them any time.

{% hint style="info" %}
You can make a task or a reminder for your note. See the example below.
{% endhint %}

![](/files/-MUrtyZUtW-TvsnZTNSP)

Also, you can expand or collapse the list of tasks **(4)**, notifications, or notes. You can expand **Details** of a task or notification **(5)** and assign the task to yourself **(6)**.

### Making Tasks

Control Panel also allows you to create new tasks quickly in every service you allowed: in Project Manager or a task for a robot in Smart Infrastructure for example.

the **CREATE TASK** button is at the top of the **Tasks** tab.&#x20;

![](/files/-MUrvUX5_ARd6zcjhxec)


---

# 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.aitheon.com/project-manager/main-features/control-panel.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.
