# Basics

Each Google spreadsheet comes with below sheets. Some of these sheets are meant for configurations while some are meant for adding data.

Below is the list of various sheets in each spreadsheet.

|                           **Sheet Name**                          | **Quick description**                                                                                                                                                                                                          |
| :---------------------------------------------------------------: | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
|     [Site Settings](/sheets-getting-started/site-settings.md)     | This sheet primarily controls the main settings like display of navigation bar, header, body, footer etc                                                                                                                       |
|  [Default Settings](/sheets-getting-started/default-settings.md)  | This sheet contains the default configuration for entire site. If a specific sheet don't has a specific configuration, the default values get picked from this sheet.                                                          |
|            [Navbar](/sheets-getting-started/navbar.md)            | This sheet defines the configuration for navigation bar (called as Navbar).                                                                                                                                                    |
|            [Header](/sheets-getting-started/header.md)            | This sheet defines the configuration for header                                                                                                                                                                                |
|              [Body](/sheets-getting-started/body.md)              | This sheet defines the configuration for body.                                                                                                                                                                                 |
|        [Body-Cards](/sheets-getting-started/body-cards.md)        | This sheet contains the data for the cards                                                                                                                                                                                     |
|           [Filters](/sheets-getting-started/filters.md)           | This sheet defines the configuration for filters used in Body-Cards                                                                                                                                                            |
|         [Body-Text](/sheets-getting-started/body-text.md)         | This sheet contains the data of design/text require in the body                                                                                                                                                                |
|    [Detailed Pages](/sheets-getting-started/detailed-pages.md)    | This sheet contains the details on all the internal pages of your site. This could be a 'Contact us' page or 'About us' page or any internal page of the site.                                                                 |
|            [Footer](/sheets-getting-started/footer.md)            | This sheet defines the configuration for footer.                                                                                                                                                                               |
|    [Other Settings](/sheets-getting-started/other-settings.md)    | This sheet contains various other settings related site's meta data, favicon, chat integrations etc                                                                                                                            |
| [Advanced Settings](/sheets-getting-started/advanced-settings.md) | This sheet can be used for advanced integrations using external javascripts. Use this sheet when you have an external java script that need to be embedded into site. This sheet can be also used to add css for extra syling. |
|        [Playground](/sheets-getting-started/playground.md)        | This sheet can be used as you want. Some usecase could be using this sheet to hold temporary data before you add data to Body-Cards. You can safely ignore using this sheet.                                                   |
|         [Dont Edit](/sheets-getting-started/dont-edit.md)         | Don't Edit - As the name suggest, don't edit the contents of this sheet. **IMPORTANT**.                                                                                                                                        |


---

# 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/sheets-getting-started/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.
