> For the complete documentation index, see [llms.txt](https://docs.mtion.xyz/mtion/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mtion.xyz/mtion/livestream-integrations/direction-twitch-integration.md).

# Direction Twitch Integration

mtion worlds offers deep, first-class integration with Twitch, allowing you to make your live streams fully interactive:

* **Chat Command Triggers**\
  Use the **Chat Trigger** node to tie any chat keyword or command (for example, `!spin` or `!jump`) to in-world events. Viewers’ messages can spawn props, trigger animations, or unlock secret areas.
* **Channel Points & Redeems**\
  With the **Channel Trigger** node, channel point redemptions become in-game actions. Fans can spend points to change lighting, spawn enemies, play sound effects, or grant themselves power-ups, integrating your stream’s economy with the game world.
* **Hotkey Hooks**\
  Map broadcast hotkeys or gamepad buttons to mtion interactions so you can switch cameras or start cinematic sequences without leaving your streaming software.
* **Mix It Up and Streamer.bot Integration**\
  mtion works seamlessly with Mix It Up and Streamer.bot. Configure these bots to send and receive custom signals, enabling advanced command macros, timers, and overlays in mtion without extra coding.
* **Live Feedback & Overlays**\
  Use mtion’s SDK with broadcast overlays to display real-time stats (leaderboards, donation alerts, spawn counts) on your stream in sync with in-game events.
* **No Server Setup Required**\
  Simply connect your Twitch account in the External Trigger panel, authorize the app, and start wiring up triggers.

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

**Use Cases**

* Spin-the-wheel giveaways activated by chat commands
* “Boss Rush” mode unlocked by community point donations
* Real-time viewer voting for story branches
* Subscriber-only power-ups in co-op streams

With mtion’s Twitch integration and support for Mix It Up and Streamer.bot, your audience can shape the action, influence the narrative, and drive the excitement right from the chat.


---

# 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://docs.mtion.xyz/mtion/livestream-integrations/direction-twitch-integration.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.
