> For the complete documentation index, see [llms.txt](https://docs.innova-drilling.com/introduction/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.innova-drilling.com/introduction/innova-engineering-manual/innova-vantage-manual/5.0-dashboard.md).

# 5.0 - Dashboard

The Dashboard serves as the homepage of Innova Vantage. It allows the user to see an overview of current operations, as well as a quick way to access active rigs and other wells in their organisation’s server database.

The Dashboard is split into four tabs:

1. [**Wells:**](/introduction/innova-engineering-manual/innova-vantage-manual/5.0-dashboard/5.1-wells.md) Displays all wells in the your organisation’s remote server database, and allows the user to select a well for use with the Well Views pages.
2. [**Rigs:**](/introduction/innova-engineering-manual/innova-vantage-manual/5.0-dashboard/5.2-rigs.md) Allows the user to quickly find and access wells on active rigs.
3. [**Operations:**](/introduction/innova-engineering-manual/innova-vantage-manual/5.0-dashboard/5.3-operations.md) Displays active rigs in a card layout. These cards can be configured to display pertinent information, allowing the user to monitor multiple well operations from a single page.
4. [**Performance:**](/introduction/innova-engineering-manual/innova-vantage-manual/5.0-dashboard/5.4-performance.md) Displays data from the Data Insights page for currently active rigs, allowing the user to analyse KPI for ongoing operations.

Each tab can be manipulated using the toolbar at the top of the page. Some of these functions will change depending on the tab being viewed.

<figure><img src="/files/1ZiMmuMCajHQjVV9HQc3" alt=""><figcaption></figcaption></figure>

The functions listed below are common to all tabs:

**Refresh Recent Wells:** This option refreshes the information displayed on the page for the most recently updated wells.

**Refresh All Wells:** This option refreshes the information displayed on the page for all wells in the database. Note that if the database contains a large number of wells, this can take some time.

**Search:** The search bar at the top of the page allows the user to filter the displayed wells by any keyword entered here.

<img src="/files/DbZeNNPI0CO9yAHkbQb7" alt="" data-size="line"> **Pinned Filters:** This option allows the user to pin commonly used filters to the toolbar. Once pinned, clicking on a filter will toggle it on/off. To pin a filter, find it in the dropdown menu and click on the icon on the right hand side. This menu is also the only way to filter the grid by Assembly Type.

**Favourite:** Filters the page to only display wells that are marked as favourites. Note that a rig can be added to your favourites by clicking on the star on the status indicator for a well.

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

**BHA in Hole:** Filters the page to only display wells that currently have a BHA below the rotary tab.

**Active WITS:** Filters the page to only display wells that are currently receiving WITS data.

**Home Org:** If your organisation and user have access to another organisation’s database, toggling this option will display only wells from your organisation. For more information on allowing another organisation to access your database, see the Database Access page (**section 4.9.4**).

**Incidents:** Filters the page to only display wells that have at least one incident recorded in a motor performance report.

**Curve:** Filters the page to only display wells that are currently in the curve phase of the well.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.innova-drilling.com/introduction/innova-engineering-manual/innova-vantage-manual/5.0-dashboard.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
