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