# Ruuvi Developer Documentation

This new documentation is work in process and may still have errors and inconsistencies. Each page has a lifecycle description under title to let users know the maturity of components.

* Proposal: Suggested feature, collecting feedback. Not implemented in any way.
* Alpha: Implementation exists to try out the feature. Might get cancelled, might have breaking changes. Not guaranteed to be available.
* Beta: Implementation is available, although on hardware there might be a waiting list. Breaking changes are avoided, but possible if something critical is found. Intended to move into production.
* In production: Mature feature which can be used as a part of your business.
* Deprecated: Feature will be removed in a future release. If you're using this feature, please migrate to a feature which is in production or contact Ruuvi team as soon as possible to discuss your needs in the future.
* Obsolete: Feature which used to be available, but has been removed. Documentation is maintained only for a reference.


---

# 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.ruuvi.com/readme.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.
