> For the complete documentation index, see [llms.txt](https://app.discordbotfactory.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://app.discordbotfactory.com/documentation/readme.md).

# Welcome

Welcome to the **Discord Bot Factory** docs. Start here for a quick overview and the best next pages.

{% hint style="info" %}
This documentation is still evolving. If you spot an issue or have a suggestion, join our [Discord server](https://discord.com/invite/KZCtEA5hAd).
{% endhint %}

***

### Overview

Discord Bot Factory removes the complicated logic work. Build bots by dragging nodes into the flow editor and configuring them in seconds.

You can also test projects locally with the offline Discord replica. Giving you more time to refine features, improve performance, and smooth out the user experience.

{% hint style="info" %}
Want a faster start? Use the built-in marketplace to discover community-made flows.
{% endhint %}

### Who it’s for

Discord Bot Factory is built for creators, community managers, and developers. It gives you a simple visual workflow without limiting advanced customisation.

### Why it’s in Early Access

Discord Bot Factory is currently in early access beta. We’re using community feedback to shape the product and prioritise what comes next.

If you're interested in beta access, check the Steam page for availability and purchase details.

***

Begin with [Quickstart](/documentation/getting-started/quickstart.md) if you're ready to build. After that, use the pages below to learn the basics.

### Jump right in

<table data-view="cards"><thead><tr><th>Title</th><th>Description</th><th data-card-target data-type="content-ref">Target</th></tr></thead><tbody><tr><td>Quickstart</td><td>Create your first bot</td><td><a href="/documentation/getting-started/quickstart.md">Quickstart</a></td></tr><tr><td>Editor</td><td>Learn the editor and core workflow</td><td><a href="/documentation/basics/editor.md">Editor</a></td></tr><tr><td>Creating commands</td><td>Quickly learn how to create commands</td><td><a href="/documentation/basics/interactive-blocks.md">Interactive blocks</a></td></tr></tbody></table>


---

# 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://app.discordbotfactory.com/documentation/readme.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.
