> For the complete documentation index, see [llms.txt](https://docs.mifos.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mifos.org/mifosx/user-manual/for-all-users/untitled/list-page.md).

# List Page

The List page layout is used throughout Mifos X and is a method to view and access information.

The **Mifos menu bar** and the **Shortcut** sidebar menu are available on list pages.

The grey bar under the Mifos menu bar identifies the **type of information** presented in the list.

One or more bright blue **Activity buttons** may be present below the grey bar. The label on the button tells you the activity that will be launched when you click it.

The **Filters** allow you to narrow the listed information on the page.  The text in the filter field informs you which fields will be filtered when you enter a filter.

**Page navigation** buttons (<–Prev, Next –>) at the bottom of the page are used to scroll forward and backward through the list.

To view the complete information for one of the rows displayed in the list, click on it.

<figure><img src="/files/1zLshQZO6QxmObM7LEbZ" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/7zR9OMIWw3WiC0OK4oxZ" alt=""><figcaption></figcaption></figure>

Related articles

* Page:[Navigation](/mifosx/user-manual/side-bar-features/navigation.md)
* Page:[Initial System Set Up](/mifosx/user-manual/for-administrators-mifos-x-platform/initial-system-set-up.md)
* Page:[Global Search](/mifosx/user-manual/for-all-users/untitled/global-search.md)
* Page:[Welcome Page](/mifosx/user-manual/for-all-users/untitled/welcome-page.md)
* Page:[Sign In Page](/mifosx/user-manual/for-all-users/untitled/sign-in-page.md)


---

# 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://docs.mifos.org/mifosx/user-manual/for-all-users/untitled/list-page.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.
