> For the complete documentation index, see [llms.txt](https://learn.squirrel365.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://learn.squirrel365.io/how-tos.md).

# How-Tos

- [Overview](https://learn.squirrel365.io/how-tos/overview.md)
- [Conditional Logic](https://learn.squirrel365.io/how-tos/conditional-logic.md)
- [Changing Browser settings to enable the clipboard](https://learn.squirrel365.io/how-tos/changing-browser-settings-to-enable-the-clipboard.md): This article describes how to enable the clipboard in the browser when using the Squirrel Designer in the Browser
- [Chart title and Checkbox label text case formatting](https://learn.squirrel365.io/how-tos/chart-title-and-checkbox-label-text-case-formatting.md)
- [Deleting functions and connections](https://learn.squirrel365.io/how-tos/deleting-functions-and-connections.md)
- [Find & Replace Fonts](https://learn.squirrel365.io/how-tos/find-and-replace-fonts.md): This article describes the Find & Replace font functionality and how to use it
- [Getting a Mapbox API access token](https://learn.squirrel365.io/how-tos/getting-a-mapbox-api-access-token.md): This article describes how to find your Mapbox access token, and which scopes are required in order to connect to your Mapbox account.
- [Renaming a component, function or connection](https://learn.squirrel365.io/how-tos/renaming-a-component-function-or-connection.md)
- [Seeing Data from a Connector at Design time](https://learn.squirrel365.io/how-tos/seeing-data-from-a-connector-at-design-time.md)
- [Set a default selection for a Dropdown](https://learn.squirrel365.io/how-tos/set-a-default-selection-for-a-dropdown.md)
- [Troubleshooting Projects in the Console](https://learn.squirrel365.io/how-tos/troubleshooting-projects-in-the-console.md): This article describes how to open and access the console within the Squirrel desktop and browser tools. This may be required upon request when raising a support ticket.
- [Using colors and color values](https://learn.squirrel365.io/how-tos/using-colors-and-color-values.md)
- [Creating Toggle Buttons](https://learn.squirrel365.io/how-tos/creating-toggle-buttons.md): This guide shows you how to create toggle buttons using push buttons and spreadsheet formulas.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://learn.squirrel365.io/how-tos.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
