# Discord Bridging Guide

**Obtaining the Authorization Token:**

#### Step 1: Log in to Discord

* Open your web browser and go to "discord.com."
* Log in to your Discord account with your credentials.

<figure><img src="/files/keLhNvjRfCAPoUwLKBpj" alt=""><figcaption></figcaption></figure>

#### Step 2: Access Developer Tools

* Press F12 on your keyboard to open the developer tools.
* Tap the “Network” tab.
* Refresh the page to populate data in the network table.

<figure><img src="/files/Ly3wdoXO9pHkzFmmkx87" alt=""><figcaption><p><mark style="color:blue;"><strong>"Authorization"</strong></mark></p></figcaption></figure>

#### Step 3: Copy the Authorization Key.

* In the left pane, scroll to and select "**science**."
* On the right pane, find the <mark style="color:blue;">**"Authorization"**</mark> key and copy it.
* **Important:** Do not share this key anywhere other than TextRP. If compromised, log out and log back into Discord.

<figure><img src="/files/T4qIbr9ejtjLwOjH2ogv" alt=""><figcaption></figcaption></figure>

### **Bridging Discord on TextRP:**

#### Step 1: Access TextRP.

* Open the TextRP app.
* Tap the "+" next to "Home" and select "Start new chat."
* Type in "@discordbot:synapse.textrp.io" and tap the "Go" button.

<figure><img src="/files/dtPH6kjASCdvH06H6F8V" alt=""><figcaption><p><mark style="color:blue;"><strong>Tap the "+" next to "Home"</strong></mark> </p></figcaption></figure>

<figure><img src="/files/wiE2fSSgpNKeP5q5Ye7d" alt=""><figcaption><p><mark style="color:blue;"><strong>Type in "@discordbot:synapse.textrp.io"</strong></mark></p></figcaption></figure>

#### Step 3: Send Login Token

* Send the message: "login-token user <mark style="color:blue;">**\<your Authorization token>**</mark>."


---

# 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://help.textrp.io/bridging-discord/discord-bridging-guide.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.
