# Posts per page

The number of displayed posts is determined by the **'posts per page'** setting, which you can configure in your **package.json** file.

1. You'll have to open the **package.json** file of the theme in your code editor and locate:

```json
"config": {
    ...
    "posts_per_page": 6 (just number)
    ...
}
```

2. Type the number of posts you want to appear per page, example: 8
3. Save **package.json** file in main folder.


---

# 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://documentation.hedwik.io/elrond/customization/posts-per-page.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.
