# Using the GUI

If you receive the `/not-running` page, it is likely that the browser opened before the dashboard finished starting. Simply remove the `/not-running` from the URL and refresh the page.

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

If that does not resolve the issue, login to the PowerShell Universal admin portal at `http://ip:<port>/admin` and login with credentials:

* Username: Admin
* Password: 123 (or anything)

Check the dashboards page and make sure that the Javinizer dashboard is running.

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


---

# 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://javinizer.gitbook.io/docs/using-javinizer/using-the-gui.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.
