# PageList
The `page_list` object provides access to lists of pages in the store, such as all pages or only root-level pages.
## Usage Example
**`templates/sitemap.liquid`**
```liquid
{%- comment -%} List all pages in the store {%- endcomment -%}
{%- comment -%} List only root pages {%- endcomment -%}
```
## Properties
### all
Lists all available [pages](/reference/liquid/objects/store/page/) in the store.
### root
Lists root-level [pages](/reference/liquid/objects/store/page/) in the store.