# Develop with Writer

### Getting started

Writer plugin gives you methods to use in your plugin to open articles in Writer application if it's mounted in the same workspace along your plugin, or open an article with the Naviga writer in a new tab.

Writer register its own methods with [Dashboard Actions](https://docs.navigaglobal.com/dashboard-plugin/components/agent/actions)

In order to utilise these methods your should look into adding them as requirements to your plugin in order to bind them to a unique identifier of your own. [Read more here](https://docs.navigaglobal.com/dashboard-plugin/api-and-gui/api/register/requirements#actions)

In following segment you will learn how to work with these different methods.


---

# 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/developer/develop-with-writer.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.
