> For the complete documentation index, see [llms.txt](https://www.one.thezero.club/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.one.thezero.club/guide/blog-section.md).

# Blog

You can change the name and URL of the blog page without any issue whatsoever.

### Blog and article options contain:

* Optional article and blog sidebar
* Various article archives options (categories, tags..)
* Article authors
* Feature an article
* Related articles
* And more

{% hint style="info" %}
**RSS feed (from version 5.1.0):** just add .rss on your blog URL and that's your RSS URL.
{% endhint %}

### Articles

You must create categories in blog options, and then select them in individual articles.

<figure><img src="/files/5GbnzcJYsKEzAKYwFus9" alt="Blog posts list"><figcaption><p>Blog posts list</p></figcaption></figure>

### Blog options

You must create categories in blog options, and then select them in individual articles.&#x20;

<figure><img src="/files/KOacD1qhOKvonhFDz93V" alt=""><figcaption><p>Blog options</p></figcaption></figure>

### Date format

You can format the date in any way you like.&#x20;

Learn more about date formatting <https://code.tutsplus.com/tutorials/working-with-date-and-time-in-php--cms-31768>

### Related articles

In individual articles, there is an option to choose related posts yourself. It is optional. If you don't choose the integrated [Kirby 3 Similar](https://github.com/texnixe/kirby3-similar) plugin will do its job and select them for you.

### Comments option

Learn more in the next section.


---

# 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://www.one.thezero.club/guide/blog-section.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.
