> For the complete documentation index, see [llms.txt](https://docs.mybuddygard.com.au/buddy-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mybuddygard.com.au/buddy-docs/trackmap/setup-trackmap/sos/sos-alerts.md).

# SOS Alerts

## Step by Step Instructions

### Step 1

Click on the **PROFILE** icon at the upper right corner of the screen then click on **SETTINGS**.

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

### Step 2

Click on **RULES**.

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

### Step 3

Click on the **PLUS** icon as show in the screenshot below.

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

### Step 4

You will now see a form where you can enter the details. You can use any name, then select the device or "all devices" using the toggle button. You can also set a schedule or just toggle "all day" if you want the alert to be active 24 hours every day.

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

{% hint style="success" %}
The name is just for your own reference if you have multiple rules on your account
{% endhint %}

### Step 5

Click **TRIGGER**, then click **SOS**.

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

### Step 6

Click **ACTIONS**, then proceed to the next step.

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

{% hint style="info" %} <mark style="color:blue;">**Please Note:**</mark> When the SOS button is pressed then the below actions will be actioned by Track Map
{% endhint %}

### Step 7

You can select EMAIL then enter the email address where you want the SOS alert to be sent. If you want to send via SMS, proceed to STEP 8.

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

### Step 8

Enter the **mobile phone number** that will receive the **SMS Notification**

Then type in the message you’d like to receive when the SOS button has been pushed into the **Text to send** text box.

{% hint style="success" %} <mark style="color:green;">**Pro Tip:**</mark> You can also leave the Text to send box as it is and our system will construct the message automatically.
{% endhint %}

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

### **Step 9**

Click on **SAVE** once you have finished adding the actions

### All Done ✅

You have successfully set up the **alerts for SOS button**


---

# 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.mybuddygard.com.au/buddy-docs/trackmap/setup-trackmap/sos/sos-alerts.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.
