# Pages

## Introduction

Form Runner provides several pages to interact with forms and data. This page provides a summary of the main pages available.

## Landing page

The Landing page is the main entry point to Form Runner. It provides quick access to published forms, Form Builder, and administrative pages.

* **Documentation**: [Landing page](/form-runner/form-runner-pages/landing-page.md)
* **Availability**: Since Orbeon Forms 2022.1.

## Published Forms page

The Published Forms page lists all the published forms that are available to the current user.

* **Documentation**: [Published Forms page](/form-runner/form-runner-pages/published-forms-page.md)
* **Availability**: Since Orbeon Forms 2022.1.

## Forms Admin page

The Forms Admin page allows administrators to manage published forms, including making them available or unavailable, and deleting them.

* **Documentation**: [Forms Admin page](/form-runner/form-runner-pages/forms-admin-page.md)
* **Availability**: Since Orbeon Forms 2022.1.

## Home page

The Home page was the main entry point to Form Runner until Orbeon Forms 2021.1. It has been replaced by the Landing page, Published Forms page, and Forms Admin page.

* **Documentation**: [Home page](https://github.com/orbeon/orbeon-forms-doc/blob/master/form-runner/feature/home-page.md)
* **Availability**: Until Orbeon Forms 2021.1.

## Summary page

The Summary page lists the data collected for a specific form. It allows users to view, edit, and create new data entries.

* **Documentation**: [Summary page](/form-runner/form-runner-pages/summary-page.md)

## Detail page

The Detail page is where users create, edit, and view form data. It operates in several modes, such as `new`, `edit`, and `view`.

* **Documentation**: [Form Runner Detail page modes](/form-runner/features/detail-page-modes.md)

## See also

* [Form Runner Detail page modes](/form-runner/features/detail-page-modes.md)
* [Linking to your forms](/form-runner/link-embed/linking.md)
* [Form Runner Integration](/form-runner/architecture-and-integration/integration.md)
* [Form Builder Integration](/form-builder/advanced/extensibility/integration.md)


---

# 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://doc.orbeon.com/form-runner/form-runner-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.
