> For the complete documentation index, see [llms.txt](https://docs.keyboardswitch.tolik.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.keyboardswitch.tolik.io/4.1/usage-guides/other-tabs.md).

# Other Tabs

Other tabs in the settings app include the Sandbox tab and the About tab.

## Sandbox

Sandbox is absurdly simple – it's just a text box. That's it! Here's how it looks:

![The sandbox tab](/files/SuqPLtQzZRe8P4EenCgB)

Sandbox lets you play around with switching text when you change the app's settings. It contains no logic whatsoever. It's literally just a text box.

## About

The About tab contains some general info about the app. Here's how it looks:

![The about tab](/files/xrUOjBxNNfMZraMXwdyz)

If you want more info, you can view the docs (these very pages).

You can also check whether updates for the app are available. If they are indeed available, then you can go to the releases page on GitHub to get them. The app doesn't support auto-updating, so you will have to install a newer version yourself. Remember that you have to stop the service app before installing a newer version.

That's it for the settings app. If you want technical info about Keyboard Switch, you can check out the next articles.


---

# 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://docs.keyboardswitch.tolik.io/4.1/usage-guides/other-tabs.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.
