# Notification types

We now support 2 notiifcation types:

* [otp](/sms-notifications/notification-types/otp.md) - this notifications will always be sent and can not be turned off.
* [ticket\_status](/sms-notifications/notification-types/ticket_status.md) - this notifications can be turned on/off on `Notifications` page in Betstack.


---

# 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://developer.betstack.io/sms-notifications/notification-types.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.
