> ## Documentation Index
> Fetch the complete documentation index at: https://filla.io/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Pages and navigation

> How multi-page forms work, the four page types, and how respondents navigate between them.

Long forms are easier to complete when broken into focused pages. Multi-page forms also let you skip entire pages based on respondent answers.

## Page types

Filla forms support three page types:

<CardGroup cols={2}>
  <Card title="Form page" icon="file" href="/docs/forms/form-pages">
    Standard data-entry pages where respondents fill in fields. A form can have multiple form pages.
  </Card>

  <Card title="Login page" icon="lock" href="/docs/forms/login-pages">
    Authentication gate. Respondents identify themselves before seeing the rest of the form.
  </Card>

  <Card title="Thank you page" icon="circle-check" href="/docs/forms/thank-you-pages">
    Confirmation screen shown after successful submission.
  </Card>
</CardGroup>

## Adding a page

Click **Add page** in the page navigation panel at the top of the editor. Select the page type you want to add.

## Page navigation and flow

Respondents move through pages using **Next** and **Back** buttons that Filla adds automatically. The form shows a progress indicator so respondents know how far they are.

If a page has [display conditions](/docs/logic/page-visibility) that are not met, that page is skipped entirely. Respondents never see it and never need to fill it out.

## Reordering pages

Drag the page tabs in the navigation panel to change the order.

## Common questions

<AccordionGroup>
  <Accordion title="Can I have more than one login page?">
    No. A form can have only one login page, and it must be the first page.
  </Accordion>

  <Accordion title="Can the thank you page have fields on it?">
    You can add widgets (text blocks, images, download PDF buttons, submit-again buttons) but not Airtable data fields.
  </Accordion>

  <Accordion title="Does page order affect what gets saved?">
    No. All field values from all pages are saved together on submission, regardless of page order.
  </Accordion>
</AccordionGroup>
