# Adding and Configure Dashboard Plugins

{% hint style="info" %}
All the config details are found in each Plugin's documentation.
{% endhint %}

## Installation of plugins

For each plugin (like Publication Planner or Concept Admin), you need to:&#x20;

1. Install plugin
2. Go to settings: Create or import configuration for each plugin
3. Go to mappings to map the functions to the mandatory plugins
4. Go to permissions for the applications and set these where needed
5. Activate each plugin separately

It's also very important to check the GitBook for each plugin, since there are dependencies to various plugins for some plugins to work properly. This page is a very generic "how to" page, not going into the specifics of each plugin.&#x20;

## Configuration of plugins

Plugins come with a standard configuration on installation. If you already have a unit setup, you are also able to export configurations from that unit to then import – the need for changes when importing configuration will depend on your setup!&#x20;

### Import and export

* To export configuration: Open up settings/configuration for each plugin. Scroll down and choose “Export”, set a password if you want to - it’s a good idea to export all configuration for all your plugins before you start to install and activate your plugins for another unit
* To import: Open up settings/configuration for each plugin (requires installation first). Scroll down and choose “Import”

{% hint style="info" %}
Be aware that installing a plugin will by default take the latest available version. To be sure that you install the same version as for other units, install the plugin using a link instead.&#x20;
{% 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.navigaglobal.com/naviga-dashboard-overview/admin-guide/general-adminstration/adding-and-configure-dashboard-plugins.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.
