> For the complete documentation index, see [llms.txt](https://everyday-digital.gitbook.io/authoring-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://everyday-digital.gitbook.io/authoring-docs/authoring/content-types/article.md).

# Article

## How to create an Article

1. **Open Authoring, and select the + icon.**&#x20;
2. **Enter the required details and select the Create button.**
3. **Name** your article (max. 24 characters).
4. **Theme.** Choose a theme (each account comes with a default theme).
5. **Publish content to...** Select the target app.

### Article Editor&#x20;

**Your new article will open up in the** [**Editor**](/authoring-docs/authoring-editor/content-editor.md)**.** Here you can add the required details and compose your article. Select the Edit Document icon to make changes.

**In the article editor you can:**

* **Edit /Save Document.** Double-click on the empty page or select the edit icon to start creating content. Remember to **always save your changes** using the save icon.&#x20;
* **Upload Article Banner.** Add an article banner and assets.
* **Text formatting.** Simply highlight some text to see the formatting options.
* **Insert Media.** Hit enter to create a new paragraph or double click and the insert media options will appear.
  * **Insert Image.** Upload images.
  * **Insert Video.** Upload .mp4
  * **Insert Audio.** Upload .mp3
  * **Insert File.** Upload a file that can be downloaded.
  * **Insert Code Sample.** Add code. This is ideal if you are using articles to paste code, but it can also be used to add featured text on a grey background.
  * **Insert Table.** Add a table.

{% content-ref url="/spaces/vknpT9qhRsM39J6AMXRn/pages/dphaMNUC7FqtMfONHwIW" %}
[Listing](https://everyday-digital.gitbook.io/publishing-docs/publishing-options/listing)
{% endcontent-ref %}

{% content-ref url="/spaces/vknpT9qhRsM39J6AMXRn/pages/cB3oyZPFoqLcNbg6klNj" %}
[Theme & Assets](https://everyday-digital.gitbook.io/publishing-docs/publishing-options/theme-and-assets)
{% endcontent-ref %}

{% content-ref url="/spaces/vknpT9qhRsM39J6AMXRn/pages/cB3oyZPFoqLcNbg6klNj" %}
[Theme & Assets](https://everyday-digital.gitbook.io/publishing-docs/publishing-options/theme-and-assets)
{% endcontent-ref %}

### Restore Article Version

When you make changes and save your article, it is possible to revert to previously saved versions of your article. Simply select **ARTICLE** (top left) and then select **RESTORE VERSION** to access and restore to a previously saved version.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://everyday-digital.gitbook.io/authoring-docs/authoring/content-types/article.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
