# Layout basics

Each website consists of four major parts/sections

![](/files/-MDG25EGXVYBk1155J3y)

| Name                                                | Description                                                                                                                                                                                                                                                                                                                                                                                                              |
| --------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| [Navigation Bar](/sheets-getting-started/navbar.md) | This is the top most section of the site where you can display links and logos                                                                                                                                                                                                                                                                                                                                           |
| [Header](/sheets-getting-started/header.md)         | This is the section next to Navigation Bar where main image (hero image) , text, email subscription can be displayed.                                                                                                                                                                                                                                                                                                    |
| [Body](/sheets-getting-started/body.md)             | This section contains the actual data/text/content of the sites. In turn, Body contains two internal sections called [Body-Text](/sheets-getting-started/body-text.md) and [Body-Cards](/sheets-getting-started/body-cards.md).  Body-Text can be used to display static text/image/various sub sections  on home page. Body-Cards can be used to display dynamic data on the site in the form on beautiful list, cards. |
| [Footer](/sheets-getting-started/footer.md)         | This is the last section of the site where you can display links and other declarations(copyright details etc).                                                                                                                                                                                                                                                                                                          |


---

# 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://help.siteoly.com/create-website/layout-basics.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.
