# Quick Start

Use these steps to create your first output using Pixie Bolt AI.

1. Go to the CyberBrokers Discord.
2. Go to one of the channels in the Pixie Bolt Category.
3. Use the slash command **/dream** to get started.
   * Start typing **/dream** into Discord.
   * You can select from list, or use tab character if auto-selected.<br>

     <figure><img src="/files/F0QUNGPIVxPL0ICR2D3o" alt=""><figcaption></figcaption></figure>
4. Fill out the **prompt** with the text you want to visualize.
   * Let's use "frozen tundra, (snow covered bunker)++".<br>

     <figure><img src="/files/ZvGqg6HuHtVCcTO6Uhjv" alt=""><figcaption></figcaption></figure>
5. Click more, select **model** from options.<br>

   <figure><img src="/files/5SYmst6rJFWh9VFq0zTO" alt=""><figcaption></figcaption></figure>
6. Select **cb-spice-tpl** from the list.<br>

   <figure><img src="/files/AZehnvxadBhBh7LGrh7N" alt=""><figcaption></figcaption></figure>
7. Click the **Enter** key.

Your submission will be added to the queue for processing. Once done, you will see an output like this.

<figure><img src="/files/CqY7MM20cJGmUt0FvwT3" alt=""><figcaption></figcaption></figure>

### **Icons:**

* 📏 the image size in pixels
* [🌱](https://emojipedia.org/seedling/) the seed number for this creation. See Advanced Prompts for more information
* [⏱️](https://emojipedia.org/stopwatch/) the elapsed amount of time it took to create the image
* 📀 the AI model used

### **Buttons:**

* 🎲 **/ ReDream** - the same exact settings, get a new random seed to get a different result.
* ✏️ **/ Edit** Prompt - edit the prompt and resubmit while keeping the seed number
* 📀 **/ Model** - keep the same prompt & seed, change the AI model used, and resubmit
* 📏 - change the size of the image
* Docs - this documentation


---

# 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.cyberbrokers.com/user-guide/pixie-bolt-ai/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.
