# Command Bar 101

- [How it Works](https://platform.slapdash.com/command-bar-101/how-it-works.md)
- [Core Terminology](https://platform.slapdash.com/command-bar-101/core-terminology.md)
- [Commands](https://platform.slapdash.com/command-bar-101/commands.md)
- [Local Commands](https://platform.slapdash.com/command-bar-101/local-commands.md): Commands that run scripts on your computer.
- [Cloud Commands](https://platform.slapdash.com/command-bar-101/cloud-commands.md): Commands that are hosted on the web.
- [Build Your First Command](https://platform.slapdash.com/command-bar-101/setup-your-first-command.md)
- [Publish Command](https://platform.slapdash.com/command-bar-101/publish-command.md): Share your command with the Slapdash community
- [Hooks](https://platform.slapdash.com/command-bar-101/hooks.md): Choose where your command appears


---

# 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://platform.slapdash.com/command-bar-101.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.
