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

# Developer Platform

<h2 align="center">Welcome to Crowe Docs Home</h2>

<p align="center">@JulianCrowe1989</p>

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><strong>No code</strong></td><td>Get started with the developer platform in 5 minutes.</td><td><a href="/spaces/xh4ydbQYskYIDSCSKiWm">/spaces/xh4ydbQYskYIDSCSKiWm</a></td><td><a href="/files/br2DCkfgYeBCDnxt9oJM">/files/br2DCkfgYeBCDnxt9oJM</a></td></tr><tr><td><strong>Hosted</strong></td><td>Learn more about hosting the developer platform.</td><td><a href="/spaces/xh4ydbQYskYIDSCSKiWm">/spaces/xh4ydbQYskYIDSCSKiWm</a></td><td><a href="/files/Y7Q2w70R1XKY1f2JqlTj">/files/Y7Q2w70R1XKY1f2JqlTj</a></td></tr><tr><td><strong>API reference</strong></td><td>Browse, test, and implement APIs.</td><td><a href="/spaces/xh4ydbQYskYIDSCSKiWm">/spaces/xh4ydbQYskYIDSCSKiWm</a></td><td><a href="/files/GQUnaya6nSpVA4xnc43s">/files/GQUnaya6nSpVA4xnc43s</a></td></tr></tbody></table>

{% columns %}
{% column %}

### Crowe framework

Crowe is a cutting-edge, production-ready framework for managing large-scale networks of intelligent AI agents.\
It’s purpose-built for enterprise environments, enabling the development of advanced multi-agent systems capable of tackling challenging tasks through seamless collaboration, efficient parallel execution, and smart workload distribution.

<a href="/spaces/xh4ydbQYskYIDSCSKiWm" class="button primary" data-icon="rocket-launch">Get started</a>&#x20;
{% endcolumn %}

{% column %}
{% code title="Crowe" overflow="wrap" %}

```javascript
// Crowe Installation
pip install crowe-b

// Test Crowe
crowe /hi

// Get Started Building Production-Grade Multi-Agent Applications
```

{% endcode %}
{% endcolumn %}
{% endcolumns %}

{% columns %}
{% column %}

<figure><img src="/files/syHsEwqhv5fnmMqrjeb6" alt=""><figcaption></figcaption></figure>
{% endcolumn %}

{% column %}

### Learn more about the Crowe

Explore detailed guides, in-depth tutorials, and technical walkthroughs to help you seamlessly integrate Crowe into your AI development environment. Whether you're designing a modular autonomous agent architecture or orchestrating complex multi-agent interactions, Crowe gives you the tools to operate at scale.

Unlock the full potential of your AI systems by learning how to:

* Deploy Crowe into production environments with minimal overhead.
* Design goal-driven agents that can reason, plan, and collaborate.
* Connect agents through flexible protocols to enable real-time coordination.
* Extend Crowe with custom tools, memory, and model integrations.

Crowe is more than a framework—it's a foundation for building emergent intelligence.

> Begin your journey with Crowe:

<a href="/spaces/IRwjc5J0MJtY3KDDNShM" class="button primary" data-icon="book-open">Guides</a> <a href="/spaces/xh4ydbQYskYIDSCSKiWm" class="button secondary" data-icon="book">Documentation</a>
{% endcolumn %}
{% endcolumns %}

<h2 align="center">Follow Us</h2>

<p align="center">Follow for updates, insights, and news</p>

<table data-card-size="large" data-view="cards"><thead><tr><th align="center"></th><th></th><th data-type="content-ref"></th><th data-hidden data-card-cover data-type="image">Cover image</th></tr></thead><tbody><tr><td align="center"><h4><i class="fa-square-x-twitter">:square-x-twitter:</i></h4></td><td>Follow on X to get updates, insights, and behind-the-scenes thoughts shared with thousands of like-minded innovators.</td><td><a href="https://x.com/juliancrowe1989">https://x.com/juliancrowe1989</a></td><td><a href="/files/6d6BYtRcnGQoTZMXElAI">/files/6d6BYtRcnGQoTZMXElAI</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://crowe-b.gitbook.io/crowe-b-docs/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.
