# Getting Started

- [Finding your way around](https://learn.squirrel365.io/getting-started/finding-your-way-around.md)
- [Core concepts](https://learn.squirrel365.io/getting-started/core-concepts.md)
- [Data Binding](https://learn.squirrel365.io/getting-started/core-concepts/data-binding.md)
- [Data Insertion](https://learn.squirrel365.io/getting-started/core-concepts/data-insertion.md)
- [Dynamic Visibility](https://learn.squirrel365.io/getting-started/core-concepts/dynamic-visibility.md)
- [Dynamic Visibility Tutorials](https://learn.squirrel365.io/getting-started/core-concepts/dynamic-visibility/dynamic-visibility-tutorials.md)
- [Adding components](https://learn.squirrel365.io/getting-started/adding-components.md)
- [Styling and configuring components](https://learn.squirrel365.io/getting-started/styling-and-configuring-components.md): Learn how to use the properties panel in Squirrel365 to style your components and connect them to your spreadsheet data.
- [Publishing your App](https://learn.squirrel365.io/getting-started/publishing-to-squirrel-cloud.md)
- [Managing projects](https://learn.squirrel365.io/getting-started/creating-and-managing-projects.md)
- [Workspace landing page](https://learn.squirrel365.io/getting-started/creating-and-managing-projects/workspace-landing-page.md): This article outlines the Squirrel365 workspace landing page, and what options it has.
- [Creating a Project](https://learn.squirrel365.io/getting-started/creating-and-managing-projects/creating-a-project.md)
- [Opening a Project](https://learn.squirrel365.io/getting-started/creating-and-managing-projects/opening-a-project.md)
- [Copy of Creating and managing projects](https://learn.squirrel365.io/getting-started/creating-and-managing-projects-1.md)
- [Workspace landing page](https://learn.squirrel365.io/getting-started/creating-and-managing-projects-1/workspace-landing-page.md): This article outlines the Squirrel365 workspace landing page, and what options it has.
- [Creating a Project](https://learn.squirrel365.io/getting-started/creating-and-managing-projects-1/creating-a-project.md)
- [Saving a Project](https://learn.squirrel365.io/getting-started/creating-and-managing-projects-1/saving-a-project.md): This article describes how to save a project
- [Opening a Project](https://learn.squirrel365.io/getting-started/creating-and-managing-projects-1/opening-a-project.md)
- [Version History](https://learn.squirrel365.io/getting-started/creating-and-managing-projects-1/version-history.md): This article describes how to acces and restore previous versions of Squirrel projects, both saved manually and through autosave.
- [Copy of Finding your way around](https://learn.squirrel365.io/getting-started/finding-your-way-around-1.md)


---

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