# Generic API Devices

- [HTTP Decoders on API Devices and Code Examples](https://docs.datacake.de/generic-api-devices/http-decoders-on-api-devices-and-code-examples.md): How to use default API device decoder and custom JSON. Includes code examples.
- [Access Measurements in API Decoders](https://docs.datacake.de/generic-api-devices/access-measurements-in-api-decoders.md)
- [HTTP Downlinks](https://docs.datacake.de/generic-api-devices/http-downlinks.md): How to send HTTP Post or Get Requests as Downlinks and how to configure those.


---

# 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.datacake.de/generic-api-devices.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.
