# Quick Start

### **Slate** is a text-to-image (and text-to-ascii art) app that generates digital graffiti in Slack.&#x20;

#### Run `/slate`, optionally followed by a message, to pull up the dialog and complete the fields in the form.

* Compose or edit your message
* Select a background color
* Select a font color
* Select a font
* Click **Send** to drop a rendered image of your message into Slack.

![](/files/-MGNEGkbb3zWb-CgpWVS)

#### Run `/ascii`, optionally followed by a message, to pull up the dialog where you can configure your options.

* Compose or edit your message
* Select a font
* Click **Send** to drop an ASCII art message into Slack

![](/files/-MGNEYxNnf73TLIaTCKV)


---

# 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://happybara.gitbook.io/slate/getting-started/quick-start.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.
