> For the complete documentation index, see [llms.txt](https://tutorials.ts.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tutorials.ts.finance/how-to-watch-ama/watch-ama-on-discord.md).

# Watch AMA on Discord

Watching a live stream video in a Term Structure's Discord channel is a great way to engage with content and interact with others in real-time. This tutorial will guide you through the process of finding, joining, and watching a live-stream video on Discord.&#x20;

## How to Watch a Live Stream Video in Term Structure's Video Channel

### Step 1: Join the Term Structure server&#x20;

Before you can watch a live stream video on a server's channel, you must first[ join the Term Structure server](https://discord.gg/88a5NWHZVU).  Click "Accept Invite" to join the server.

![](/files/0Kbi9olkdd75McI4VWqQ)

Once you join the Term Structure server, you will see Term Structure icon on the left menu.

![](/files/yyXXlYjpA66dDWuLdeqE)

### Step 2: Verify the account

Click the `verify` channel:

![](/files/I9CkVxgwfDDrm8LpjYEo)

Click `verify` button to verify the account:

![](/files/6dEUSTSq7naFOcWIvzTx)

###

### Step 3: Join the live stream video channel&#x20;

Once you've joined a server, look for `TS Stage` channel where live stream video is hosted and click it.

![](/files/Tg0gXcNhetNGnGzfEbwV)

### Step 4: Adjust the video settings&#x20;

Upon entering the live stream channel, you may need to adjust the video settings to suit your preferences. Look for settings like video quality, volume, and full-screen mode. You can typically find these settings near the bottom of the video player.

### Step 5: Interact with the live stream&#x20;

As you watch the live stream video, you can interact with other viewers by typing messages in the chatroom or using reactions (:smile::clap:) to express your thoughts.&#x20;

You can ask questions in `TS Stage` or `ama-questions` channel:

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

### Step 6: Leave the live stream channel&#x20;

To leave the live stream channel, click on another channel in the server or use the "disconnect" button, typically located near the bottom-left corner of the screen.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://tutorials.ts.finance/how-to-watch-ama/watch-ama-on-discord.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
