# Account Summary

The account summary page provides an overview of the account and the projects within the account.&#x20;

The account information panel shows the list of each project, the project overview, and project settings.

### Project Overview

The project overview page contains the following details.

#### **Project Card**

The project card provides a generic overview of the project and a quick overview of its essential details. The progress line is color-coded based on the current status of the project. Color codes are as follows:

* Grey - On-Hold
* Light Green - In-Progress
* Dark Green - Completed
* &#x20;Yellow - Not Started

#### Project Information

Displays the project owner's information.

#### Teams

Displays the list of teams and the users involved in the project.

#### Task Distribution Details

Displays an overview of the count and status of tasks assigned to each team involved in the project.

#### Your To-Do's for this week

Displays a list of all the tasks assigned to you (the active user) for the current week.&#x20;

#### On-Going Activities

Displays a list of recent activities occurring in the selected project.

#### Milestones

Displays a list of milestones and progress made within the selected project.

#### Working Hours

Displays the total measured working hours and per-user distribution.

### Project Settings

Click on the 'Settings' icon on the project title line to view the following settings:

* **Details**: Displays project details like project name, milestones, start date and end dates, MRR/ARR, and project owner.
* **Teams**: Displays the list of teams involved in the project - Your team, customer team, and partner team, if applicable. You can add/invite, or remove users from the project.
* **Visibility**: You can change the visibility of the project here.&#x20;

**Related**: Onboarding Plan


---

# 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.projetly.ai/home/documentation/accounts/account-summary.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.
