# Layout Structure

A page layout is a container  sections. Start by creating a folder with your page name from developer folder with the following structure:

![](/files/-Mb-aMkyLaucI_Etvb3W)

1. Folder name of this page
2. List of sections in this page
3. Page settings file
4. Thumbnail file

{% code title="page-name/page.json" %}

```scheme
{
  "name": "Home v1",
  "id":"ID GERNERATED FROM TEAMWORK",
  "author": "LayoutHub",
  "website": "https://www.LayoutHub.com",
  "dev":"daniel",
  "version": "2.0",
  "sections": ["section_01", "folder_name_02"],
  "theme":
    {
        "font_family": "Poppins",
        "color": "#0083b0",
        "title_font_family": "Poppins",
        "font_size": "14"
    }
}
```

{% endcode %}

**Structure of the file page.json:**\
"name": Name of this page\
"author": Author name of this page\
"website": Website url information\
"dev":" Name of developer",\
"id":"ID of page, which auto generate when download the layout to local using LayoutHub kit"\
"version": Version of this page\
"sections": Array of section folder name of this page\
"theme": Settings for the theme such as font family, color, font size...

If you love LayoutHub, could you consider posting an review? That would be awesome and really help us to grow our business, here is the[ link](https://apps.shopify.com/layout-hub/reviews).


---

# 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://layouthub.gitbook.io/layouthub/development/create-layout.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.
