# Slapdash Platform

## Slapdash Platform

- [Ahoy, world!](https://platform.slapdash.com/root.md): Build Command Bar commands for yourself, or to share with others.
- [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
- [Toggle Dark Mode](https://platform.slapdash.com/command-tutorials/toggle-dark-mode.md): A Mac OS command that uses AppleScript
- [Emoji Paster](https://platform.slapdash.com/command-tutorials/emoji-paster.md): Search & paste emojis
- [Copy Special Character](https://platform.slapdash.com/command-tutorials/copy-special-character.md): Find a special character, then copy the character or its hex value
- [Send Slack Message](https://platform.slapdash.com/command-tutorials/send-slack-message.md): Show list of Slack users and quickly jump to DM thread
- [Command Response](https://platform.slapdash.com/reference/command-response.md): A JSON-encoded data structure used to describe the behavior and UI of a Slapdash command.
- [Action](https://platform.slapdash.com/reference/command-response-action.md)
- [View](https://platform.slapdash.com/reference/command-response-view.md)
- [List View](https://platform.slapdash.com/reference/command-response-view-list.md)
- [Masonry View](https://platform.slapdash.com/reference/command-response-view-masonry.md)
- [Form View](https://platform.slapdash.com/reference/command-response-view-form.md)
- [Tokens](https://platform.slapdash.com/reference/command-response-tokens.md)
- [Icon](https://platform.slapdash.com/reference/command-response-icon.md)
- [Config](https://platform.slapdash.com/reference/command-response-config.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://platform.slapdash.com/root.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.
