> ## Documentation Index
> Fetch the complete documentation index at: https://docs.chronosphere.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Personal home page

export const CollectionNavIcon = props => {
  const drawPath = "M8.4 18.2C8.8 18.7 9 19.3 9 20C9 21.7 7.7 23 6 23S3 21.7 3 20 4.3 17 6 17C6.4 17 6.8 17.1 7.2 17.3L8.6 15.5C7.7 14.5 7.3 13.1 7.5 11.8L5.5 11.1C5 11.9 4.1 12.5 3 12.5C1.3 12.5 0 11.2 0 9.5S1.3 6.5 3 6.5 6 7.8 6 9.5V9.7L8 10.4C8.6 9.2 9.8 8.3 11.2 8.1V5.9C10 5.6 9 4.4 9 3C9 1.3 10.3 0 12 0S15 1.3 15 3C15 4.4 14 5.6 12.8 5.9V8.1C14.2 8.3 15.4 9.2 16 10.4L18 9.7V9.5C18 7.8 19.3 6.5 21 6.5S24 7.8 24 9.5 22.7 12.5 21 12.5C19.9 12.5 19 11.9 18.5 11.1L16.5 11.8C16.7 13.1 16.3 14.5 15.4 15.5L16.8 17.3C17.2 17.1 17.6 17 18 17C19.7 17 21 18.3 21 20S19.7 23 18 23 15 21.7 15 20C15 19.3 15.2 18.7 15.6 18.2L14.2 16.4C12.8 17.2 11.2 17.2 9.8 16.4L8.4 18.2Z";
  return <svg viewBox="0 0 24 24" data-testid="Collections" aria-label="Collections" {...props} className="inline-block h-5 w-5 fill-current">
      <path d={drawPath} />
    </svg>;
};

After you sign in, Chronosphere Observability Platform displays your personal
*home page*. This home page contains [panels](#panels) that display recently
viewed, recently modified, or favorite resources. New users will often have
empty panels.

## Customize your home page

You can customize your home page by adding, removing, or rearranging panels. To do
so, follow these steps:

1. On the Observability Platform home page, click
   **<Icon icon="settings" /> Customize your home page**.
2. Select the panels you want to add to your home page, or deselect the panels
   you want to remove. You can also drag and drop the panels to change the order
   in which they appear.
3. Click **Save** to apply your changes.

## Panels

The following panels are available in the Observability Platform home page.

### Activity feed

The **Activity feed** panel displays information about recently created,
updated, and deleted Chronosphere entities. This information is listed in
reverse chronological order.

Use the **Exclude service accounts** toggle to view or hide updates performed by
[service accounts](/administer/accounts-teams/service-accounts).

### Favorite resources

Your [favorite](/navigate/favorites) resources are those you've selected either from
the recent resources panels or from their areas of Observability Platform. Adding
favorite resources helps you access the resources you need the most, faster.

Panels for favorite resources include:

* **Favorite dashboards**
* **Favorite monitors**

### Most viewed dashboards

The **Most viewed dashboards** panel is a list of the most-used dashboards for the
entire tenant. Bars display before the dashboard name, with a greater number of
filled bars indicating the dashboard's popularity among all users in your tenant.

### Recent alerts

The **Recently triggered alerts** panel displays the
[monitors](/investigate/alerts/monitors) that most recently triggered alerts, with the
most recent first. Icons representing the alert level display before the monitor name.

### Recent comments

The **Recent comments** panel displays a list of the most recent
[comments](/navigate/comments) added by your team members. These comments are
listed in reverse chronological order, and by default include comments added to
any entities by any team members.

Click the <Icon icon="list-filter" />filter icon to show or hide filters.
You can use the following filters:

* **Search by comment keyword <Icon icon="search" />**: Filter comments by
  content. This filter searches the body text of comments, but not the name of
  the entity to which the comment was added or the team member who added it.
  This filter is case-sensitive.
* **@mentions**: If this toggle is enabled, only comments that mention your
  username are displayed.
* **Filter by author**: Filter comments by the team members who added them. You
  can select one or more authors.
* **Filter by type**: Filter comments by the type of entity they were added to.
  You can select one or more entity types.

### Recent resources

Viewing resources in Observability Platform adds those resources to the relevant
panel on your home page, up to the most recent 10. For example, viewing any
dashboard adds a link to that dashboard to the **Recent dashboards** panel.

Panels for recent resources include:

* [**Recent dashboards**](/observe/dashboards): From this panel, you can also
  [create a new dashboard](/observe/dashboards#create-a-new-dashboard) by clicking
  the panel menu and selecting **Create dashboard**.
* [**Recent monitors**](/investigate/alerts/monitors)
* [**Recent SLOs**](/observe/slo)
