# Advanced dashboards

{% embed url="<https://www.youtube.com/watch?v=zbSOzhQzuQA>" %}

***

### How do I install Advanced dashboards?

Find the installation procedure in [this article](/doc-plugins/plugin-glpi-network/advanceddashboard.md)

***

### What is advanced dashboard used for?

Advanced dashboard lets you build your own dashboards using SQL queries made directly on the database. You can then integrate them into tiles on your dashboards.

{% hint style="danger" %}
**This plugin requires knowledge of SQL and the structure of the GLPI database.**
{% endhint %}

***

### Since dashboards are native, why install *advanced dashboards* ?

Advanced dashboards allow you to create your own dashboards from SQL queries. This means you can completely customise the construction of the graph that will be inserted on your dashboard.

***

### Why can't I see the plugin in the marketplace?

Make sure you have a standard [licence](https://glpi-project.org/fr/tarifs-glpi/) or higher to benefit from this plugin.

***

#### Can a dashboard set up in Advanced Dashboard be shared?

Yes, in the SQL editor tab of your dashboard you'll find the sharing icon. Click on this icon to share dashboards via a direct link or an iFrame.

![alt text](/files/fMwHXQ6zU4VQJZYAiwxv)


---

# 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://help.glpi-project.org/faq/plugins/advanced-dashboards.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.
