# Vibration Sensor (VB)

- [Communication Protocol v2 & v3](https://docs.twtg.io/docs/how-to/vibration-sensor-vb/communication-protocol-v2-and-v3.md)
- [How to obtain the FFT data](https://docs.twtg.io/docs/how-to/vibration-sensor-vb/communication-protocol-v2-and-v3/how-to-obtain-the-fft-data.md)
- [How to have an FFT for threshold values without periodic messages](https://docs.twtg.io/docs/how-to/vibration-sensor-vb/communication-protocol-v2-and-v3/how-to-have-an-fft-for-threshold-values-without-periodic-messages.md)
- [How to configure event triggers](https://docs.twtg.io/docs/how-to/vibration-sensor-vb/communication-protocol-v2-and-v3/how-to-configure-event-triggers.md)
- [Communication Protocol v4](https://docs.twtg.io/docs/how-to/vibration-sensor-vb/communication-protocol-v4.md)
- [How to Get Started with the New Features of the NEON Vibration Sensor v4](https://docs.twtg.io/docs/how-to/vibration-sensor-vb/communication-protocol-v4/how-to-get-started-with-the-new-features-of-the-neon-vibration-sensor-v4.md)
- [Communication Protocol v4.1](https://docs.twtg.io/docs/how-to/vibration-sensor-vb/communication-protocol-v4.1.md)
- [How to configure the frequency of measurements and messages](https://docs.twtg.io/docs/how-to/vibration-sensor-vb/how-to-configure-the-frequency-of-measurements-and-messages.md)
- [How to replace the sensor or probe](https://docs.twtg.io/docs/how-to/vibration-sensor-vb/how-to-replace-the-sensor-or-probe.md)
- [How to debug a not connected sensor](https://docs.twtg.io/docs/how-to/vibration-sensor-vb/how-to-debug-a-not-connected-sensor.md)
- [How to debug a not paired sensor](https://docs.twtg.io/docs/how-to/vibration-sensor-vb/how-to-debug-a-not-paired-sensor.md)
- [How to enable Hanning Window](https://docs.twtg.io/docs/how-to/vibration-sensor-vb/how-to-enable-hanning-window.md)


---

# 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://docs.twtg.io/docs/how-to/vibration-sensor-vb.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.
