# Basics

- [Using Fluid](https://docs.fluid.so/basics/using-fluid.md): The basics of using Fluid.
- [Using Fluid with your controllers](https://docs.fluid.so/basics/using-fluid/using-fluid-with-your-controllers.md)
- [Using Fluid with Hand Tracking](https://docs.fluid.so/basics/using-fluid/using-fluid-with-hand-tracking.md)
- [Using Fluid with a Mouse & Keyboard](https://docs.fluid.so/basics/using-fluid/using-fluid-with-a-mouse-and-keyboard.md)
- [Keyboard Layouts and shortcuts](https://docs.fluid.so/basics/keyboard-layouts-and-shortcuts.md)
- [Flow Typing and Voice Commands](https://docs.fluid.so/basics/flow-typing-and-voice-commands.md): Control Fluid with you mind... or at least your voice.
- [Dock](https://docs.fluid.so/basics/dock.md): Your control center for Fluid.
- [Environments and Skyboxes](https://docs.fluid.so/basics/environments-and-skyboxes.md): Our beautiful, handmade environments.
- [Settings](https://docs.fluid.so/basics/settings.md): The Settings App.


---

# 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.fluid.so/basics.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.
