> 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/pt-br/guide/events-and-notifications/inputs-and-outputs.md).

# Entradas e saídas

- [Acionamento de entrada](https://navixy.com/docs/user/pt-br/guide/events-and-notifications/inputs-and-outputs/input-triggering.md): Receba alertas quando uma entrada discreta de um dispositivo GPS mudar de estado, como a abertura de um sensor de porta, a ignição sendo ligada ou o pressionamento de um botão de emergência.
- [Acionamento da saída](https://navixy.com/docs/user/pt-br/guide/events-and-notifications/inputs-and-outputs/output-triggering.md): Monitore alterações no estado de saída do dispositivo GPS, como ativação do bloqueio do motor ou acionamento do alarme. Receba alertas sempre que uma saída configurada for ligada ou desligada.
- [Parâmetro no intervalo](https://navixy.com/docs/user/pt-br/guide/events-and-notifications/inputs-and-outputs/parameter-in-range.md): Alerta quando um sensor de dispositivo GPS entra ou sai de um intervalo de valores definido. Suporta sensores de medição e sensores virtuais, com um buffer de precisão configurável.
- [Valor do campo de estado](https://navixy.com/docs/user/pt-br/guide/events-and-notifications/inputs-and-outputs/state-field-value.md): Seja notificado quando um campo de estado específico do dispositivo atingir um valor esperado, como uma porta abrindo, um código DTC aparecendo ou uma chave de motorista sendo reconhecida.


---

# 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:

```
GET https://navixy.com/docs/user/pt-br/guide/events-and-notifications/inputs-and-outputs.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.
