# 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.
