> For the complete documentation index, see [llms.txt](https://support.4cast.world/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.4cast.world/archive-v12-userguide/1.-getting-started/the-mvp-dashboard.md).

# The MVP Dashboard

#### Step 1: Connect the MVP's USB-C 'HOST' port to your computer

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

#### Step 2: Navigate to `http://mvp.local` in your web browser.

<figure><img src="/files/01HCAV9jzrk9ZvQB3i5Z" alt=""><figcaption></figcaption></figure>

#### Dashboard Features:

1. **Playback Status**: Shows what's currently playing and elapsed time.

<figure><img src="/files/qp5Ds7MxWam4joquvcBy" alt="" width="563"><figcaption></figcaption></figure>

2. **MVP Version**: Displays current MVP Version and Update Status.

<figure><img src="/files/58OkzXgoxdouPcA4A3Ri" alt="" width="410"><figcaption></figcaption></figure>

3. **Network Details**: Real-time IP details for both Wi-Fi and Ethernet interfaces.

<figure><img src="/files/GCDCNyMqt0sj6N0yNwPR" alt="" width="413"><figcaption></figcaption></figure>

4. **HDMI Status**: Detects connected display's details and resolution.

<figure><img src="/files/awPjI8cztV5GLNNEepMJ" alt="" width="413"><figcaption></figcaption></figure>

5. **Input Monitor**: a scrolling log of all incoming MIDI notes and LTC timestamps (useful for troubleshooting signal chains).

<figure><img src="/files/wWjMXijtlDvhsW1aN1a3" alt="" width="416"><figcaption></figcaption></figure>

***


---

# 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://support.4cast.world/archive-v12-userguide/1.-getting-started/the-mvp-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.
