# Home

Before you have added a traffic source to Fusion, the home page will display a screen with instructions on how to add your first traffic source. Once you have added a traffic source, it will change to the system Homepage dashboard. The homepage dashboard provides a high-level overview of network traffic and allows users to monitor key metrics.

{% hint style="info" %}
**📘The Home screen is a dashboard and can itself be changed**

You can set a new dashboard to be Your Homepage or Your Company Homepage by clicking the **⋯** next to the name of the dashboard and selecting **Set as Your Homepage** or (if you are administrator) **Set as Company Homepage**.
{% endhint %}

### Total Traffic by Destination IP <a href="#total-traffic-by-destination-ip" id="total-traffic-by-destination-ip"></a>

This area chart widget displays the top 20 results of total traffic by destination IP (dstip). Users can interact with the chart in the following ways:

* Click on each label or IP value at the bottom of the chart to bring up a properties tray. This tray provides further information and allows users to drill down into the details of each specific IP.

### Top 5 Total Traffic by Destination Port <a href="#top-5-total-traffic-by-destination-port" id="top-5-total-traffic-by-destination-port"></a>

This table shows the top 5 total traffic by destination port (dstport). The table includes the following fields for filtering options:

* `dstport`- Destination TCP/UDP port of a flow record
* `label.port.name.dst`- Port labels for the protocol "name" when the IP is a destination address
* `bits`- the amount of bits transferred in a record flow

### Select a New Dashboard <a href="#select-a-new-dashboard" id="select-a-new-dashboard"></a>

Users can choose to display a system or custom dashboard by selecting it from the **Select dashboard** dropdown menu located in the top right corner of the Home Screen. Once a dashboard is selected, the user will be taken to the target dashboard. This is often a shortcut for getting to a new dashboard rather than navigating back to the All dashboards list.


---

# 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.fusion.vectra.ai/quick-start/home.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.
