# About Articles

Articles are a great way to share your Data Science Knowledge and Dockship allows you to write articles that can be viewed publicly. Articles can be written by both Users and Organizations. To write your first article follow these steps:

1. Login to your Dockship account and go to your Dashboard.
2. Goto **Sidebar -> My Articles**
3. Click on **"+ New Article"** and enter the title (max 80 Characters )and subtitle (max 140 Characters) of the article and click **Create.**&#x20;

Upon clicking **Create** you will be redirected to the Article Writing section where you can start writing your Article.


---

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