# Streaming API

- [Overview](https://docs.tryterra.co/streaming-api/getting-started.md)
- [Wearable -> Your app](https://docs.tryterra.co/streaming-api/connect-wearable-to-sdk.md)
- [iOS (Swift)](https://docs.tryterra.co/streaming-api/connect-wearable-to-sdk/ios-swift.md)
- [Android](https://docs.tryterra.co/streaming-api/connect-wearable-to-sdk/android.md)
- [React Native](https://docs.tryterra.co/streaming-api/connect-wearable-to-sdk/react-native.md)
- [Flutter](https://docs.tryterra.co/streaming-api/connect-wearable-to-sdk/flutter.md)
- [Your app -> Terra](https://docs.tryterra.co/streaming-api/your-app-greater-than-terra.md)
- [iOS (Swift)](https://docs.tryterra.co/streaming-api/your-app-greater-than-terra/ios-swift.md)
- [Android](https://docs.tryterra.co/streaming-api/your-app-greater-than-terra/android.md)
- [React Native](https://docs.tryterra.co/streaming-api/your-app-greater-than-terra/react-native.md)
- [Flutter](https://docs.tryterra.co/streaming-api/your-app-greater-than-terra/flutter.md)
- [Terra -> Your backend](https://docs.tryterra.co/streaming-api/terra-greater-than-your-backend.md): Set up and manage a consumer connection to the Terra WebSocket service to receive real-time health data.


---

# 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.tryterra.co/streaming-api.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.
