> For the complete documentation index, see [llms.txt](https://navixy.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://navixy.com/docs/user/es/guide/devices-and-settings/device-specific-controls/buttons-and-keys/sos-button-action.md).

# Acción del botón SOS

Configure la acción del botón SOS en Navixy para que, al presionar SOS, se envíe una alerta o se realice una llamada a un número de teléfono y se envíe una alerta.

Define qué sucede cuando se presiona el botón SOS del dispositivo.

## Configuración

* **Modo**:
  * **Solo enviar alerta**: el dispositivo envía un evento SOS a la plataforma Navixy. El evento aparece en el historial del dispositivo y puede activar reglas de alerta de la plataforma (como una notificación push o un correo electrónico al despachador).
  * **Llamar al número de teléfono y enviar alerta**: el dispositivo realiza tanto una llamada de voz al número configurado como envía el evento SOS a la plataforma.
* **Número de teléfono**: el número al que se llamará en el segundo modo. Use el formato internacional (por ejemplo, `+12025550100`).

## Disponibilidad

Aparece en los modelos de dispositivo que tienen un botón SOS.

## Véase también

* [Botones de llamada](/docs/user/es/guide/devices-and-settings/device-specific-controls/buttons-and-keys/call-buttons.md): asigne otros botones del dispositivo a números de teléfono.
* [Pulsar el botón SOS](/docs/user/es/guide/events-and-notifications/safety/pressing-sos-button.md): la regla de la plataforma para eventos SOS.


---

# 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://navixy.com/docs/user/es/guide/devices-and-settings/device-specific-controls/buttons-and-keys/sos-button-action.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.
