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