# Quick Start

Welcome to the wonderful world of PixieBrix!&#x20;

**Choose your adventure to get started:**

<table data-card-size="large" data-view="cards" data-full-width="false"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td></td><td><p><a data-mention href="quick-start/productivity-enthusiasts">productivity-enthusiasts</a></p><p><br>Start here if someone else built a mod and you need help using it.<br></p></td><td></td><td><a href="quick-start/productivity-enthusiasts">productivity-enthusiasts</a></td></tr><tr><td></td><td><a data-mention href="quick-start/mod-developer">mod-developer</a></td><td><br>Start here if you're interested in building mods.</td><td><a href="quick-start/mod-developer">mod-developer</a></td></tr><tr><td></td><td><a data-mention href="quick-start/team-member">team-member</a></td><td>Start here if your company installed PixieBrix for you to use.</td><td><a href="quick-start/team-member">team-member</a></td></tr><tr><td><a data-mention href="quick-start/enterprise-admin">enterprise-admin</a></td><td>Start here if you're setting up a PixieBrix team for your company.</td><td></td><td></td></tr></tbody></table>

###

{% hint style="info" %}
Join the [PixieBrix Slack Community](https://slack.pixiebrix.com/) to meet other PixieBrix developers and get help with mods, be the first to learn about new features, and get inspiration for what to build.
{% endhint %}


---

# 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.pixiebrix.com/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.
