# Home Page

[The home page](https://cubicl.io/dashboard/overview) shows you a list of the tasks you need to do. Tasks are shown here in timeline, so that, they are neither unnoticed nor forgotten.

<figure><img src="/files/tH8PWrpiaSX6mgk8K8xM" alt=""><figcaption><p>Homepage</p></figcaption></figure>

## Customizing the Homepage

You can customize your homepage using the **Customize** button to select which sections appear.

* From the panel on the right, choose a layout.

<figure><img src="/files/uscUxML7Ute0Cvjhqtcr" alt="" width="268"><figcaption></figcaption></figure>

* Add the widgets you want to see on your homepage.

<figure><img src="/files/saUlPnWQnYd86Lp7O0c4" alt="" width="276"><figcaption></figcaption></figure>

* From additional settings, you can add a **Create Task** button directly to the homepage.

<figure><img src="/files/f2eqqhYFwc7FTGIPvSFR" alt="" width="279"><figcaption></figcaption></figure>

### Widgets (Custom Sections on the Homepage)

<figure><img src="/files/SNDaimMYpj0IPZjKq83E" alt=""><figcaption></figcaption></figure>

In a customized homepage, you can display items such as the calendar, exchange rates, or weather. These elements are called widgets, and you can select them from the right-hand menu.

You can remove, move, or adjust a widget using the buttons on it.

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

Available widgets include:

#### **Timeline**

Tasks with a deadline within the next 30 days are displayed in chronological order, starting with the nearest due date. If a task has both a start date and a deadline, it is along with its duration. Tasks without a specific time are not shown on the timeline.

<figure><img src="/files/4X10pqGBmeMPWG2S1Y7R" alt="" width="375"><figcaption><p>Timeline</p></figcaption></figure>

On the cards of the tasks on the home page, task name, name of the main task -if the task is a sub-task-,  task's project, client -if tagged-, state, dates, and assignees are shown. Colors at the top of the tasks illustrate the priority of the task.

You can go to the task detail page by clicking on the task card.&#x20;

![A Task on the Timeline](/files/-Mb7c_uZPKCGdJxls07K)

**Hiding Tasks on the Timeline and Undo It**

Only tasks waiting to be done are shown on the timeline. Completed or archived tasks are not shown here. However, if you want to hide a task, click on the cross symbol that appears when you mouse over to the task card. This action does not delete the task but hides it from the timeline.

<figure><img src="/files/VRKUKuSgDjdVqKQyKFmV" alt="" width="375"><figcaption><p>Hiding Task</p></figcaption></figure>

To undo this action, scroll to the buttom of the page and click "**My Hidden Tasks**" and choose tasks that you want to list in the Timeline and click the "**Make visible**" button.

![My Hidden Tasks](/files/4IvBuI8JnW6QMye2qro6)

#### Reports

You can view how many tasks each user has or have a rough idea about tasks on a project in a time period you choose. If your team members are tracking time, here you can see who is working on which project and on which task, live:  &#x20;

![Member Activity on a Task](/files/yiFRpX6Xf0kdPak2LrZq)

For more comprehensive reports, you can go to the [Reports page](/task-and-project-management/projects/reports.md) of the project.

**Note:** You can only see the reports of projects that you are an admin of.

#### My Calendar (Week, Day, and List views)

A widget version of the Calendar page from the left navigation menu.

#### Assigned Tasks

Lists tasks assigned to you. Filters and display options available.

#### Followed Tasks

Lists tasks you are following. Filters and display options available.

#### Recent Tasks

Shows the tasks you recently interacted with (viewed, updated, changed stage, etc.). Filters and display options available.

#### Recent Support Requests

Displays the 10 most recent support and email tasks.

#### Recent Created Tasks

Shows the last 10 tasks you created. Filters and display options available.

#### Exchange Rates

Displays exchange rates, updated once daily. You can choose a base currency and compare against others.

#### Sticky Notes

Displays your personal notes.

#### Recent Projects

Lists the 10 most recently visited projects.

#### Weather

Shows the hourly updated weather for your location.


---

# 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.cubicl.io/user-pages/home-page.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.
