# Developer Platform

<h2 align="center">Stage5.ai platform docs</h2>

<p align="center">Welcome to stage5.ai docs - you are minutes from creating your first AI assistant. </p>

<p align="center"><a href="http://app.gitbook.com/join" class="button primary">Sign up</a> <a href="http://app.gitbook.com/join" class="button secondary">Log in</a></p>

<table data-view="cards"><thead><tr><th></th><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><h4><i class="fa-leaf">:leaf:</i></h4></td><td><strong>No code</strong></td><td>Get started with the developer platform in 5 minutes.</td><td><a href="https://app.gitbook.com/o/nu7wxNDyL2Q49rPJGElK/s/vrgyIB2XBy0AfghbHrZf/">Documentation</a></td><td><a href="https://content.gitbook.com/content/8DuQyyIK2cCf2bFxM56R/blobs/2XFZUeQd9mXxRKmB9rwy/no-code.jpg">no-code.jpg</a></td></tr><tr><td><h4><i class="fa-server">:server:</i></h4></td><td><strong>Hosted</strong></td><td>Learn more about hosting the developer platform.</td><td><a href="https://app.gitbook.com/o/nu7wxNDyL2Q49rPJGElK/s/vrgyIB2XBy0AfghbHrZf/">Documentation</a></td><td><a href="https://content.gitbook.com/content/8DuQyyIK2cCf2bFxM56R/blobs/5PhRf0PYvO9MyLBC3W9Q/hosted.jpg">hosted.jpg</a></td></tr><tr><td><h4><i class="fa-terminal">:terminal:</i></h4></td><td><strong>API reference</strong></td><td>Browse, test, and implement APIs.</td><td><a href="https://app.gitbook.com/o/nu7wxNDyL2Q49rPJGElK/s/0ZkpBGWyxsrktgJTdw5w/">API Reference</a></td><td><a href="https://content.gitbook.com/content/8DuQyyIK2cCf2bFxM56R/blobs/Q0SVjaMGt4UhroLfyYo9/api-reference.jpg">api-reference.jpg</a></td></tr></tbody></table>

{% columns %}
{% column %}

### Get started in 5 minutes

Creating your first AI assistant should be the easiest part of getting started. With clear instructions, and copy-paste-ready examples,  you’ll be chatting with your assistant in minutes—not hours.

No guesswork, no complexity—just your first successful assistant, fast.

<a href="https://app.gitbook.com/o/nu7wxNDyL2Q49rPJGElK/s/vrgyIB2XBy0AfghbHrZf/" class="button primary" data-icon="rocket-launch">Get started</a> <a href="https://app.gitbook.com/o/nu7wxNDyL2Q49rPJGElK/s/0ZkpBGWyxsrktgJTdw5w/" class="button secondary" data-icon="terminal">API reference</a>
{% endcolumn %}

{% column %}
{% code title="index.js" overflow="wrap" %}

```javascript
// Import the SDK
import ExampleAPI from "example-api";

// Initialize the client
const client = new ExampleAPI({ apiKey: "YOUR_API_KEY" });

// Send your first message
const response = await client.messages.send({
  message: "Hello, world!"
});

```

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

{% columns %}
{% column %}

<figure><img src="https://gitbookio.github.io/onboarding-template-images/placeholder.png" alt=""><figcaption></figcaption></figure>
{% endcolumn %}

{% column %}

### Learn more about the developer platform

Read guides, watch tutorials, and learn more about working with the developer platform and integrating it with your own stack.

<a href="https://app.gitbook.com/o/nu7wxNDyL2Q49rPJGElK/s/x9Vh4SqQIBpPo0bHHc20/" class="button primary" data-icon="book-open">Guides</a> <a href="https://app.gitbook.com/o/nu7wxNDyL2Q49rPJGElK/s/vrgyIB2XBy0AfghbHrZf/" class="button secondary" data-icon="book">Documentation</a>
{% endcolumn %}
{% endcolumns %}

<h2 align="center">Join a community of over hundreds of people like you</h2>

<p align="center">Join our Slack community, get to know people and get all the help you need to be up and running</p>

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th></th><th></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><h4><i class="fa-discord">:discord:</i></h4></td><td><strong>Slack community</strong></td><td>Join our Slack community to post questions, get help, and share resources with other Stage5 fans.</td><td><a href="https://join.slack.com/t/stage5aicommunity/shared_invite/zt-3glrg4dqf-jZD_UyU_FINJ1rpZM0KkuA" class="button secondary">Join Slack</a></td><td></td></tr></tbody></table>
