diff --git a/docs/integrations.md b/docs/integrations.md
index 667a2ac..7131ec6 100644
--- a/docs/integrations.md
+++ b/docs/integrations.md
@@ -50,7 +50,14 @@ Connect Biel.ai to AI development tools, IDEs, and other platforms to give them
Integrate with n8n workflows
-
+
+
+
+ Discord
+ Answer questions from your docs in Discord
+
+
+
diff --git a/docs/integrations/discord.md b/docs/integrations/discord.md
new file mode 100644
index 0000000..254d755
--- /dev/null
+++ b/docs/integrations/discord.md
@@ -0,0 +1,53 @@
+---
+sidebar_label: Discord
+title: Discord Bot Integration for Biel.ai
+description: Add an AI chatbot to your Discord server that answers questions from your documentation using Biel.ai.
+keywords: [discord bot, discord integration, biel.ai discord, documentation chatbot discord, slash command discord, ask bot discord]
+sidebar_position: 6
+---
+
+# Discord bot
+
+The Biel.ai Discord bot lets members of your server ask questions about your documentation directly in any channel using the `/ask` slash command.
+
+## Requirements
+
+- A [Biel.ai account](https://app.biel.ai) with a project that has indexed content.
+- A Discord server where you have **Manage Server** permission (required to authorize bots).
+
+## 1. Connect the bot to your server
+
+1. Go to your project settings in the [Biel.ai dashboard](https://app.biel.ai).
+2. Under the **Integrations** section, find the Discord card and click **Add to Discord**.
+3. Discord opens an authorization page. Select the server where you want to install the bot and click **Authorize**.
+4. After authorizing, you are redirected back to Biel.ai and the bot is connected.
+
+The `/ask` command is registered immediately and available to all members of the server.
+
+## 2. Ask a question
+
+In any channel in your server, type:
+
+```
+/ask question: How do I reset my password?
+```
+
+The bot responds with an answer sourced from your documentation, including links to the relevant pages.
+
+:::tip[Not getting answers?]
+Make sure your Biel.ai project has indexed content. You can check this from the **Sources** tab in your project settings.
+:::
+
+## Disconnect
+
+To remove the bot from a server, kick it directly from your Discord server settings under **Integrations** > **Bots and Apps**. Biel.ai detects the removal and unlinks the server automatically.
+
+## Troubleshooting
+
+### The `/ask` command doesn't appear
+
+Discord can take a few seconds to register new slash commands. Wait a moment and try again. If it still doesn't appear, try restarting your Discord client.
+
+### The bot doesn't respond
+
+Check that the bot has **Send Messages** and **Use Application Commands** permissions in the channel. These can be configured in the channel's permission settings.
diff --git a/sidebars.js b/sidebars.js
index 727bdf2..9f03475 100644
--- a/sidebars.js
+++ b/sidebars.js
@@ -150,6 +150,7 @@ const sidebars = {
'integrations/zapier',
'integrations/make',
'integrations/n8n',
+ 'integrations/discord',
],
},
{