# UI dashboard is encountering loading errors

Datasentinel frontend is stored as a Grafana plugin in the directory `/datasentinel/soft/grafana_plugins/datasentinel_grafana_app`

{% hint style="info" %}
Ensure this directory is not empty and accessible
{% endhint %}

In under certain circumstances, it can be necessary to re-enable the Frontend plugin.

## Troubleshooting Steps

### Admin Connection

* Connect to the platform with **admin** user.

{% hint style="info" %}
The password is stored in the configuration file **`/datasentinel/soft/grafana/src/github.com/grafana/grafana/conf/defaults.ini`**.

keyword **`admin_password`**
{% endhint %}

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

### Plugin Update

Once connected, goto the **configuration** -> **plugins** menu

**Disable** then **Enable Datasentinel plugin** in order to update dashboards and panels.

<figure><img src="/files/ZesjNVxcM5NswLou7K0w" alt=""><figcaption><p>Enable plugin</p></figcaption></figure>

{% hint style="info" %}
After completing the previous steps, log in with your regular user account and refresh the browser.
{% endhint %}


---

# 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.datasentinel.io/manual/implementation/troubleshooting/ui-dashboard-is-encountering-loading-errors.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.
