# Ajax Query Results Summary

**Shows detailed pagination summary (e.g., "Showing 1-10 of 42 results").**

**Content Settings**

| Setting              | Description                                    |
| -------------------- | ---------------------------------------------- |
| **Query Name**       | Must match your Main Query                     |
| **Element Tag**      | HTML tag (div, span, p)                        |
| **Format Text**      | Use `%start%`, `%end%`, `%total%` placeholders |
| **Text: One Result** | Message for single result                      |
| **Text: No Results** | Message for no results                         |

**Design Settings**

* Layout: Margin, padding, background
* Typography: Text align, font settings, number styling

**Usage Example**

```
Format: "Results: %start% - %end% of %total% posts"

Page 1: "Results: 1 - 10 of 42 posts"
Page 2: "Results: 11 - 20 of 42 posts"
```


---

# 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.woohoo.dance/ajax-filters/elements/ajax-query-results-summary.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.
