# Online Processing

- [Introduction](https://skaha-labs.gitbook.io/documentation/online-processing/page-4.md): Sensor raw data can be processed automatically by the processing chain running on Skaha's cloud server.
- [Sanity Check and Filtering](https://skaha-labs.gitbook.io/documentation/online-processing/sanity-check-and-filtering.md): First step of the data processing chain.
- [Gain Calibration](https://skaha-labs.gitbook.io/documentation/online-processing/gain-calibration.md): Second step of the data processing chain.
- [Conversion to Volumetric Water Content](https://skaha-labs.gitbook.io/documentation/online-processing/conversion-to-volumetric-water-content.md): Third step of the data processing chain.
- [Data Storage in Google Drive](https://skaha-labs.gitbook.io/documentation/online-processing/data-storage-in-google-drive.md): Final step in the processing chain.


---

# 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://skaha-labs.gitbook.io/documentation/online-processing.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.
