> For the complete documentation index, see [llms.txt](https://xoops.gitbook.io/smartfaq-tutorial/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://xoops.gitbook.io/smartfaq-tutorial/operating-instructions/display-type-pagination.md).

# Display Type, Pagination

## Display Types (Full View or Summary View.)

Administrators have an option in Preferences called Q\&As display type. This setting will either show all Q\&As to display as Full View where questions including answers are shown, or simply in Summary View. Here, only the question title is displayed in a list. The Question title becomes a clickable link that opens the full question and answer in another page. The summary option is useful if many questions need to be listed in a single page.

> ![image001.png](/files/-LD6N2RDCbOBDyD_-R1O) **NOTE:** this is an administration setting and cannot be changed by users.

Page: /modules/system/admin.php?fct=preferences\&op=showmod\&mod=24

\
Showing "Full View"

![Alternative text](/files/-LD6N5X-bo7R000-1KDi)

![Alternative text](/files/-LD6N5X1oyp9Lyvpi8iM)

Showing "Summary View"

## Page Navigation

Administrators have an option in Preferences called **Use the image page navigation**. Setting this option to **Yes**. will display any additional module pages in the website as page icons to the left of the page header and with an arrow to the right advance to the next page. If set to No additional pages are shown as clickable numbers to the right of the page header, with a double chevron to advance to the next page. In both options numbers and icons are clickable to select specific pages..

Page: /modules/smartfaq/

![Alternative text](/files/-LD6N5X61-akR-eTc6R5)


---

# 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://xoops.gitbook.io/smartfaq-tutorial/operating-instructions/display-type-pagination.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.
