# Using the Editor and Publishing your Article

Dockship includes a simple rich text editor that you can use to format your article. It's a good practice to format your article and make it easy to read for your readers. With this editor you can add:

1. Paragraph **T** - Default
2. Heading **H**
3. Quote **>>**
4. Code Block **{ }**
5. Image 🏞

Click on the **+** Icon and the inline formatting option will appear.

![The Inline Editor](/files/-MOt1EIf0gHo4Xunwsud)

You can always save your articles as **Draft** by clicking on the **"Save Draft"** button. This will save your article for editing later.

Once you are finished writing your article, click on the **"Submit for Review"** button. The Dockship review team will go through the article, and if found fit, will publish it.&#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.dockship.io/articles/using-the-editor-and-publishing-your-article.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.
