> For the complete documentation index, see [llms.txt](https://docs.distribute.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.distribute.ai/distribute-for-consumers/distribute.ai-discord-bot/bot-commands.md).

# Bot Commands

### /generate&#x20;

* Allows you to generate AI images.&#x20;

  * Required Inputs&#x20;
    * Prompt: Description of what to generate (I.E. A beautiful sunrise).&#x20;
    * For most users, a prompt is all they will need to ever use to generate content to their liking.&#x20;
  * Optional Inputs
    * seed: specify the generation seed for consistency in outputs.&#x20;
      * Min value - 1
      * Max Value - 1000000
    * inference-steps: adjust inference steps for output quality
      * Min Value - 1
      * Max Value - 30
    * guidance-scale: how close the image should be to the prompt
      * Min Value - 1
      * Max Value - 10

  <figure><img src="/files/yi2ctOwcEJvmhnLvWjAJ" alt="" width="325"><figcaption></figcaption></figure>

### /ref

* Retrieves your referral code to show other users in the guild/server you're in.

<figure><img src="/files/h2eBUlDSL90nM4PJ6lyl" alt="" width="375"><figcaption></figcaption></figure>

### /stats

* Displays your current stats for generation such as credits received, referrals, uptime,  servers interacted in, servers initialized, and discord interactions.

<figure><img src="/files/gZJB544KbQdbx8eLLDmH" alt="" width="375"><figcaption></figcaption></figure>


---

# 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 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.distribute.ai/distribute-for-consumers/distribute.ai-discord-bot/bot-commands.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.
