# Discord

## How to Connect your Discord Server\*\* &#x20;

To use the Discord integration, take into account that you will need a Discord server on which you are an administrator.

After selecting Discord Integration, you have to click on Connect Discord account and choose a server. Click on continue, grant the ChainJet bot the required permissions, and authorize it.

![](https://i.imgur.com/EVBsPYf.png)

Then, select the server you’ve just connected from the list of options and click on Continue. Finally, in the channel ID box, select the channel in which you wish to receive the messages from the ChainJet bot.&#x20;

![](https://i.imgur.com/6F1Idz8.png)

Finish configuring the rest of the information on the ChainJet workflow according to your needs and you are all done!

Below, there’s a video with the steps you’ll need to follow.

![](/files/Z7kqaEIeLnFgL4RlpGfE)

## Give format to Discord texts

For Discord format, you don’t need to choose a formatting option, you just need to write the Markdown symbols directly into the text box. These are some of the formats you can incorporate to your texts:

* Italics: Put an **asterisk (\*)** at the start and end of the text.
* Bold: Put **two asterisks (\*\*)** at the start and end of the text.
* Underline: Put **two underscores (\_\_)** at the start and end of the text.
* Strikethrough: Put **two tildes (\~\~)** at the start and end of the text.


---

# 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.chainjet.io/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.
