# Config

### **Configured with a Writer endpoint**

* in your Dashboard go to > plugins > Writer > settings.
* and add Writer endpoint url, `example: https://writer.demo.imit.infomaker.io`
* and then click save.

![](/files/-MWxfuYFiDVeKs-_iW2u)

### **Mappings**

Writer plugin require mappings for:

* **Image Content Provider:** in order to handle images for article preview
* **Content Agent:** in order to fetch/write with CCA
* **Status Map**: in order to set statuses on copied articles

In your Dashboard go to `plugins > Writer > settings > mappings`

### **Activate Writer-Tabs**

* in your Dashboard after you have installed Writer Plugin go to > `Dashboard menu > Application settings`
* in Writer Plugin settings, click on writer tabs switch button.
* and then click save, to save the changes.

![dashboard-writer-tabs](https://camo.githubusercontent.com/479d36de5224e2a54388ec2e0ed42436a6398ffd/68747470733a2f2f73332d65752d776573742d312e616d617a6f6e6177732e636f6d2f64617368626f6172642d67726170686963732f5772697465722d746162732e676966)

### **Choose Tab title value**

Now you can choose between Article's headline and Article's name to be as a Tab title when you have your Tabs active

* in your Dashboard after you have installed Writer Plugin go to > Store > Writer plugin.
* Click on settings button.
* You will See at the bottom of the Settings section two options that you can select from
* Select your option and click on save

![](/files/-MWxgnzpHxV8EjAKLNg_)

### Update Dashboard plugin in Writer

To test the new Dashboard integration plugin in your Writer:

* Go to your Writer endpoint.
* Go to your settings by pressing `CMD + shift + Y` in Mac or `Ctrl + shift + Y` in Windows.
* Find and remove the old plugin with name: `dashboardintegration`.
* Add a new plugin with the following settings:
  * Id: `io.infomaker.dashboard`
  * Name: `dw-plugin-dashboard`
  * Plugin src url:&#x20;
  * `https://plugins.writer.infomaker.io/v1/infomaker/dw-plugin-dashboard/{PLUGIN_VERSION}/index.js`
  * Plugin css url: `https://plugins.writer.infomaker.io/v1/infomaker/dw-plugin-dashboard/{PLUGIN_VERSION}/style.css`
* Then enable the new plugin by activate the enable switch button.

> [See Dashboard plugin configuration](https://plugins.writer.infomaker.io/v1/infomaker/im-dashboard-integration/latest/README.html)

> [See Dashboard plugin versions](https://plugins.writer.infomaker.io/v1/infomaker/im-dashboard-integration/latest/VERSIONS.html)


---

# 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/dashboard-writer/4.2.1/admin/config.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.
