# Update Dashboard plugin

Update of a Dashboard plugin is easy. It is however tricky to check dependencies to other plugin's versions, especially if versions are differing.&#x20;

Dashboard it self is updated centrally within the [SAAS architecture](/naviga-dashboard-overview/admin-guide/general-adminstration/upgrades/dashboard-saas.md), with a prior notice from us, but the optional plugins and apps are updated by you.

You need to be aware that there are version dependencies and plugin settings dependencies. They are all stated ( *this is not true today - but it  is the goal)* in the separate plugins docs that you find with each plugin.

General Checklist for attention at updates of plugins:

* Check compatibility with the Open Content version requirements of the plugin
  * Check if you need to do setting changes
* Are there any changes among the mandatory plugins?
  * Check if you need to do setting changes
* Are there any breaking changes in mandatory plugins?
  * Check if you need to do setting changes
* Check compatibility with your other plugin's version
  * Check if you need to do setting changes

You should always read the release notes very carefully, the dependencies information and required changes of settings is stated  ( *this is not true today - but it  is the goal)* in the plugins documentation of each plugin.

Your customized plugins or apps and integrations must also be carefully tested.&#x20;


---

# 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.navigaglobal.com/naviga-dashboard-overview/admin-guide/general-adminstration/upgrades/how-to-update-dashboard-plugin.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.
