# Posts

* Use posts and post categories to create an entire custom blog and/or content section for your websites
* Create blog-post style entries that are dated and attributed to a particular author
* Posts also support content creation in Markdown
* Create a category hierarchy for posts and assign each post to one or more categories
* Use “content tags” to cross-reference posts to products so relevant products are shown under posts and vice versa
* Autogenerated content “homepage” acts as entry point into all your posts and can be customised with feature blocks
* Autogenerated content side menu for easy navigation of your posts

For content that forms part of an *evolving collection*, use posts. Use posts for updates, news and articles

* that need to be categorised
* that need to be searchable
* that are "timely" (i.e. the date is relevant)
* that need to be attributed to a particular author
* that form part of a collection that grows with time
* that is written with the aim of informing and/or entertaining customers
* that is written as part of a "content marketing" strategy

Again, examples are fairly obvious:

* Blog articles
* Release notes
* Recipes
* Announcements of new products, offers etc
* Interviews
* Magazine-type articles


---

# 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.pakk.io/websites/content/posts.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.
