# Pages

- [Views](https://guides.noloco.io/pages/views.md): How to add views to your Noloco app
- [Show record count](https://guides.noloco.io/pages/views/show-record-count.md): How to show your record count in the app sidebar.
- [Empty State](https://guides.noloco.io/pages/views/empty-state.md): Customizing your view empty states to for a tailored app experience
- [Blank pages](https://guides.noloco.io/pages/blank-pages.md): How to add data from different tables to the same page with Blank pages
- [iFrame embeds](https://guides.noloco.io/pages/iframe-embeds.md): This page talks through how you can embed an iframe in your Noloco app.
- [External links](https://guides.noloco.io/pages/external-links.md): Learn how to add external links to your app sidebar navigation
- [The Home Page](https://guides.noloco.io/pages/the-home-page.md): The home page is the first page seen by your users when they log in or visit the app directly.
- [User Profile Page](https://guides.noloco.io/pages/user-profile-page.md): Adding a customizable user profile page to your Noloco is easy with these three steps
- [Parent pages & folders](https://guides.noloco.io/pages/parent-pages-and-folders.md): Learn when to use parent pages and folders in your app sidebar navigation.
- [Page visibility rules](https://guides.noloco.io/pages/page-visibility-rules.md): Set visibility rules to only show sidebar pages to certain app users.
- [Cloning pages](https://guides.noloco.io/pages/cloning-pages.md): Learn how to clone pages in your Noloco app
- [Renaming pages](https://guides.noloco.io/pages/renaming-pages.md): Learn how to rename pages, page urls & change page icons
- [Hiding pages](https://guides.noloco.io/pages/hiding-pages.md): Learn how to hide pages from your app sidebar so they aren't shown to any users.
- [Sidebar dividers](https://guides.noloco.io/pages/sidebar-dividers.md): How to separate pages in your app sidebar with dividers
- [Tabs](https://guides.noloco.io/pages/tabs.md): Group related information under separate headings within the same page to better organize your pages


---

# 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://guides.noloco.io/pages.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.
