> For the complete documentation index, see [llms.txt](https://interfacing.gitbook.io/interfacing-help-files/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://interfacing.gitbook.io/interfacing-help-files/end-users/participating-in-posts/organizing-and-tailoring-the-posts-module.md).

# Organizing & Tailoring the Posts Module

You can adjust how you view and work with posts to stay focused on what matters most. This page covers how to filter, sort, and resize the layout to fit your workflow.

## Filtering Posts

Use the **filter options** at the top of the post list to narrow down what you see.

You can filter posts by:

* <mark style="color:red;">**Type**</mark> <mark style="color:red;"></mark><mark style="color:red;">(e.g., Discussion, Question, Improvement Request, Incident)</mark>
* <mark style="color:red;">**Status**</mark> <mark style="color:red;"></mark><mark style="color:red;">(e.g., Open, In Progress, Resolved, Closed)</mark>
* <mark style="color:red;">**Date of creation**</mark>

{% hint style="success" %}
Filters can be combined to focus on specific tasks. For example, unresolved questions created in the past month.
{% endhint %}

***

## Sorting Posts

Use the **Sort By** dropdown to control the order in which posts appear.

You can sort posts by:

* <mark style="color:red;">**Newest first**</mark> *<mark style="color:red;">(default)</mark>*
* <mark style="color:red;">**Oldest first**</mark>
* <mark style="color:red;">**Recently updated**</mark>
* <mark style="color:red;">**Deadline**</mark>

<mark style="color:red;">Toggle between</mark> <mark style="color:red;"></mark><mark style="color:red;">**ascending and descending**</mark> <mark style="color:red;"></mark><mark style="color:red;">order directly from the dropdown.</mark>

{% hint style="success" %}
Sorting helps prioritize your review. For example, by bringing unresolved or time-sensitive posts to the top.
{% endhint %}

***

## Resizing the Comments Panel

Adjust the size of the **comments panel** to match your reading or writing needs.

To resize:

* Hover over the **left edge** of the comments panel.
* When the drag handle appears, **click and drag** horizontally.
* Release to set the new width.


---

# 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://interfacing.gitbook.io/interfacing-help-files/end-users/participating-in-posts/organizing-and-tailoring-the-posts-module.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.
