> 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.md).

# Distribute For Consumers

- [Distribute.ai Discord Bot](https://docs.distribute.ai/distribute-for-consumers/distribute.ai-discord-bot.md): The distribute.ai discord bot allows users to interact and generate free unfiltered AI content, in any server.
- [Adding the bot to a server](https://docs.distribute.ai/distribute-for-consumers/distribute.ai-discord-bot/adding-the-bot-to-a-server.md): Anyone is able to quickly add the distribute.ai discord bot to their server by following the steps below.
- [Adding the bot as a user app](https://docs.distribute.ai/distribute-for-consumers/distribute.ai-discord-bot/adding-the-bot-as-a-user-app.md): Why install the app to your user? This enables you to use the distribute.ai bot in any server, anytime.
- [Bot Commands](https://docs.distribute.ai/distribute-for-consumers/distribute.ai-discord-bot/bot-commands.md): The distribute.ai discord bot has a list of commands to make generation easy.
- [Generation Buttons](https://docs.distribute.ai/distribute-for-consumers/distribute.ai-discord-bot/generation-buttons.md): To improve the user-experience, we've added buttons to simplify generation.
- [Prompting Guide](https://docs.distribute.ai/distribute-for-consumers/distribute.ai-discord-bot/prompting-guide.md): How to use the text-to-image generators effectively
- [Distribute.ai Dashboard](https://docs.distribute.ai/distribute-for-consumers/distribute.ai-dashboard.md): Understanding the distribute.ai aashboard
- [Statistics](https://docs.distribute.ai/distribute-for-consumers/distribute.ai-dashboard/statistics.md): The statistics page is the main page of our dashboard providing real-time information on your contributions to the distribute.ai network.
- [Referrals](https://docs.distribute.ai/distribute-for-consumers/distribute.ai-dashboard/referrals.md): Refer friends and earn bonuses and perks on the distribute.ai network.
- [Account Settings](https://docs.distribute.ai/distribute-for-consumers/distribute.ai-dashboard/account-settings.md): Editing your account settings


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.distribute.ai/distribute-for-consumers.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
