# Discord

You can accept form submissions from Discord, without requiring your users to visit any external websites.&#x20;

To start, please make sure you've already created a form within Bueno.

**Integration Steps:**

* Invite the Bueno Discord bot into your server with the correct permissions. [Click here](https://discord.com/oauth2/authorize?client_id=942918810120388618\&scope=applications.commands) to invite the Bueno bot.
* In form settings, scroll down to **Integrations** at the bottom of the page.&#x20;
* Grab your `Form ID` and `Form Secret`. Refer to the image below to identify these two pieces of information

![This is where you can find your Form Secret & Form ID](/files/sw7l6x3yl1KonSa6QXAi)

* In Discord, navigate to the channel where you'd like to collect form responses, and type `/form-connect` and you will be prompted to provide your `Form ID` & `Form Secret`. Use the values you collected above.

{% hint style="info" %}
**Note:** If you receive an error when attempting to connect your form and retrying does not help, please contact our support team.
{% endhint %}

* If this was successful, the bot will reply back with a success message.

![Success message from /connect](/files/q5OH95uIDZSoNgRAQaU2)

* Your users will now be able to use the `/form-register` command to sign up for your form.  See below for an example of what that might look like.

![GIF of the user registration process](/files/43EsvlDNZjqWN59SM1M7)

{% hint style="info" %}
**Note:** To protect user privacy, form responses are not shown in the channel, but you will be able to see them in the **Responses** tab of Bueno.
{% 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.bueno.art/bueno-forms/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.
