# Twitch Event Subscriptions

{% hint style="info" %}
**Good to Know:** You can read more about what each of the events do and when they are fired off here. <https://dev.twitch.tv/docs/eventsub/eventsub-subscription-types> Eventually all events will be supported by Betsy Bot
{% endhint %}

Creating a new subscription is as easy as clicking "Create New Twitch Subscription"  and entering the information.

Depending on the event type selected the event message sent in your channel will include relevant information about the event. As an example if it's for a new follow or a new subscriber it will include the name of the person that follow/subscribed.

In the future being able to customize this message could be a thing.


---

# 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.betsybot.xyz/features/twitch-event-subscriptions.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.
