> For the complete documentation index, see [llms.txt](https://docs.directoryfa.st/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.directoryfa.st/features/blog.md).

# Blog

### Blog Page

Last 2 featured posts will appear on top of the page with a special layout.

All post will follow with a more classic layout.

<figure><img src="/files/gonCvsYG4p5p29Bl1nOm" alt=""><figcaption><p>Blog main page</p></figcaption></figure>

### Blog Post

Posts support [Markdown](https://www.markdownguide.org/cheat-sheet/).

Previous and Next posts will be displayed if available (automatically selected by creation date). This will help user navigate and increase SEO quality.

<div><figure><img src="/files/xyPLoBUeTq1a5TpqlzY2" alt="" width="563"><figcaption><p>Top</p></figcaption></figure> <figure><img src="/files/QPJf1YmKy0BaZXsFVGlN" alt="" width="563"><figcaption><p>Bottom</p></figcaption></figure></div>

### Post creation

You can create and manage posts in your dashboard

Post content supports [Markdown](https://www.markdownguide.org/cheat-sheet/) so you can add images and links as well.

<figure><img src="/files/2D9AOcfc370BysZnII0t" alt=""><figcaption><p>Blog management page</p></figcaption></figure>

{% hint style="warning" %}
Post creation/edition doesn't have a visual text editor yet, write your posts on [StackEdit](https://stackedit.io/app) then paste it.
{% endhint %}

### SEO

Everything is automatically generated, don't worry about that and write that post!

<div><figure><img src="/files/GQmLj1N4QSzsuS6r2BG4" alt=""><figcaption><p>Blog Post structured data</p></figcaption></figure> <figure><img src="/files/h4exH2sdqO9rKZ2tyOoy" alt=""><figcaption><p>Auto-generated OpenGraph Image</p></figcaption></figure></div>


---

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

```
GET https://docs.directoryfa.st/features/blog.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.
