# Ahoy, world!

Welcome to the [Slapdash](https://slapdash.com) platform. To start, we're opening up a way to extend the functionality of the Slapdash Command Bar, letting you write your own commands.

You can start by learning [how the Command Bar works](https://platform.slapdash.com/command-bar-101/how-it-works), pause to flip through the [core terminology](https://platform.slapdash.com/command-bar-101/core-terminology) and then have yourself a good sleep to make sure you retain what you read.

Otherwise, we fully encourage you to throw caution to the wind and just [start building your first command](https://platform.slapdash.com/command-bar-101/setup-your-first-command). Don't think, just recklessly copy-paste these examples to your editor and see what comes out on the other side.

#### **Get Help**

We're here to help and if you want to reach us, just click `?` in Slapdash or the chat icon at the bottom right corner to send us a message. You can also email us at <hello@slapdash.com>.


---

# 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/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.
