# Discord

### Overview

In this documentation, we list out the steps needed to create your own discord bot and connect that with a Convai Character and host a server for the bot to make it accessible to the users in discord.

{% hint style="info" %}
Feel free to join our [Discord Server](https://discord.gg/TG98s8FWKN) and be a part of innovative and passionate developers, while you build your own Convai Character.
{% endhint %}

### Let's Create a Character

Before we move on with hosting a discord bot server, let us first create our own character, to connect the bot to. Please follow the steps in the given page to easily get started with creating a simple character.

{% content-ref url="/pages/Q5SplR81qembnni7lWul" %}
[Broken mention](broken://pages/Q5SplR81qembnni7lWul)
{% endcontent-ref %}

Now, that we have a character, let us move on to the next step

{% content-ref url="/pages/NWZSbTROld5nxDdcr3N1" %}
[Create a Discord Bot](/api-docs/plugins-and-integrations/other-integrations/discord/create-a-discord-bot.md)
{% endcontent-ref %}

{% hint style="warning" %}
Convai is looking into solutions for hosting the server bot for you so that you do not have to go through self-hosting in the above steps. We will update the docs as soon as we have a solution.
{% 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.convai.com/api-docs/plugins-and-integrations/other-integrations/discord.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.
