# The Designer

- [Intro to the Designer](https://learn.squirrel365.io/the-designer/intro-to-the-designer.md): A guide to the Squirrel365 designer interface — the canvas, component panel, object browser, spreadsheet, and properties panel.
- [The Spreadsheet](https://learn.squirrel365.io/the-designer/overview.md): This is an overview page of the Squirrel spreadsheet, its uses as well as navigation to articles on the spreadsheet and its uses.
- [Supported Spreadsheet Functions](https://learn.squirrel365.io/the-designer/overview/supported-spreadsheet-functions.md)
- [Impact Analysis](https://learn.squirrel365.io/the-designer/overview/impact-analysis.md): This article describes Impact Analysis, its feature and functionalities.
- [Spreadsheet best practice](https://learn.squirrel365.io/the-designer/overview/best-practices-for-the-squirrel-spreadsheet.md): This article describes our recommended best practices to utilise the Squirrel Spreadsheet to its full potential and keep your data organised
- [Working with Containers](https://learn.squirrel365.io/the-designer/container.md): This article describes the Container component, its purpose and properties.
- [Changes to Grouping in v1.19](https://learn.squirrel365.io/the-designer/changes-to-grouping-in-v1.19.md): This article describes the changes made to grouping in v1.19.
- [Custom Components](https://learn.squirrel365.io/the-designer/custom-components.md): This article describes how to create and use Custom Components.
- [Testing your App](https://learn.squirrel365.io/the-designer/testing-your-app.md)
- [Saving a Project](https://learn.squirrel365.io/the-designer/saving-a-project.md): This article describes how to save a project
- [Version History](https://learn.squirrel365.io/the-designer/version-history.md): This article describes how to acces and restore previous versions of Squirrel projects, both saved manually and through autosave.
- [Project Settings](https://learn.squirrel365.io/the-designer/project-settings.md)
- [Templates](https://learn.squirrel365.io/the-designer/templates.md): This article describes how to access a Squirrel Project template to load into the Squirrel Designer.


---

# 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://learn.squirrel365.io/the-designer.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.
