# What is a Structured Page ?

A structured page consists of 3 distinct sections (header, body and footer) containing editable page slices. The header and footer sections are limited to one page slice. The body section allows you to add one or more page slices.

The page slices can be shared across pages if required e.g. if you want all pages to have a logo and menu section at the top.

The Zingy website pages are examples that have the same header and footer:

<figure><img src="/files/1PmJnd7wE5PcGGfIy2yJ" alt=""><figcaption><p>Zingy website header layout</p></figcaption></figure>

<figure><img src="/files/mdpBFCB7I2kXDjuaZIVU" alt=""><figcaption><p>Zingy website footer</p></figcaption></figure>

See [Adding Content to Structured Pages](/app-editor/page-editor/adding-content-to-structured-pages.md) for more information.


---

# 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://docs.zingy.ai/app-editor/pages-and-forms/what-is-a-structured-page.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.
