# Posts

The **Posts** section allows you to manage and display time-stamped articles in your app. Posts are organized using **categories and tags**, making it easy for users to find relevant content. The most **recent posts** automatically appear first, ensuring your audience always sees the latest updates.

<figure><img src="/files/FiW33FxUiOiQcp0NXNb5" alt=""><figcaption></figcaption></figure>

Here, you'll find:

* Guides on **setting up and managing posts** within your app.
* **Customization options** to enhance post appearance and layout.
* **Best practices** for organizing content using categories and tags.

Explore this section to create an engaging, structured post layout that keeps your app’s content dynamic and up to date.


---

# 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.appmysite.com/app/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.
