> For the complete documentation index, see [llms.txt](https://yudu-sentinel.gitbook.io/sentinel-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://yudu-sentinel.gitbook.io/sentinel-documentation/spaces/hotline.md).

# Hotline

Sentinel Hotline is a powerful and versatile tool for managing communications during emergencies and incidents. Hotlines can be configured in advance or created ad-hoc in under 60 seconds.

By simply calling the Hotline number critical information can be delivered whenever required.

* [Dashboard](/sentinel-documentation/spaces/hotline/create-hotline.md) - Manage hotline access and status
* [Monitor Calls](/sentinel-documentation/spaces/hotline/monitor-callers.md) - Listen to voicemail, make notes, flag and handle calls for review.
* [Settings](/sentinel-documentation/spaces/hotline/hotline-settings.md) - Configure Hotline settings such as language and voice.
* [Subscriber Notifications](/sentinel-documentation/spaces/hotline/subscriber-notifications.md) - Be notified of Hotline automatically via SMS or Email.
* [Access Control](/sentinel-documentation/spaces/hotline/access-control.md) - Delegate hotline management to chosen individuals.
* [Block List](/sentinel-documentation/spaces/hotline/blocklist.md) - Prevent nuisance numbers and block unwanted calls.

Navigate to **/space/hotlines** to list the Hotlines.

{% hint style="info" %}
**Hotline Administrators** will see all of the space Hotlines listed on this page.

Other users (**Hotline Managers** / **Hotline Responders**) will only see Hotlines they have been assigned.

See [access control](/sentinel-documentation/spaces/hotline/access-control.md) for more detailed information about this topic.
{% endhint %}

<div data-with-frame="true"><figure><img src="/files/8GwMvhvlye4BPSUJISCp" alt=""><figcaption></figcaption></figure></div>


---

# 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://yudu-sentinel.gitbook.io/sentinel-documentation/spaces/hotline.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.
