> For the complete documentation index, see [llms.txt](https://docs.efento.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.efento.io/readme.md).

# Help Center

<h2 align="center">What can we help you find?</h2>

<p align="center">Browse the topics below or use the AI Assistant to ask anything you need help with.</p>

<p align="center"><a href="https://docs.efento.io/?ask=" class="button primary">Ask AI Assistant</a> <a href="https://help.efento.io/" class="button secondary">Contact support</a></p>

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="image">Cover image</th></tr></thead><tbody><tr><td><h4><i class="fa-cloud">:cloud:</i></h4></td><td><strong>Efento Cloud</strong></td><td>Manuals and guides that explain how to configure, operate, and manage Efento Cloud. It provides clear instructions, best practices, and troubleshooting tips to help you get the most out of your monitoring platform.</td><td><a href="/spaces/OZ7FanYxG2hiIStESXW1/pages/LThc2RqOxBKU56Qt3TMy">/spaces/OZ7FanYxG2hiIStESXW1/pages/LThc2RqOxBKU56Qt3TMy</a></td><td><a href="/files/yArkVur3AoUBhPykGK7k">/files/yArkVur3AoUBhPykGK7k</a></td></tr><tr><td><h4><i class="fa-router">:router:</i></h4></td><td><strong>Efento Gateways</strong></td><td>Manuals, guides, and resources for Efento Gateways. All the documentation you need to install, configure, integrate and troubleshoot your devices.</td><td><a href="/spaces/SAMGOBd5D40UODsJVCVL/pages/I3bWzWSpd2vrQCcFHgSR">/spaces/SAMGOBd5D40UODsJVCVL/pages/I3bWzWSpd2vrQCcFHgSR</a></td><td><a href="/files/gQe1tgCuzJuHBa9MjioR">/files/gQe1tgCuzJuHBa9MjioR</a></td></tr><tr><td><h4><i class="fa-bluetooth-b">:bluetooth-b:</i></h4></td><td><strong>Efento Bluetooth Low Energy (BLE) Loggers</strong></td><td>Instructions on installing, configuring, and operating Efento Bluetooth Low Energy loggers.</td><td><a href="/spaces/MmZlbWwFvjXyDA4JhEUP">/spaces/MmZlbWwFvjXyDA4JhEUP</a></td><td><a href="/files/dFZigUoea4yk7WnYzgRA">/files/dFZigUoea4yk7WnYzgRA</a></td></tr><tr><td><h4><i class="fa-signal-bars">:signal-bars:</i></h4></td><td><strong>Efento NB-IoT Loggers</strong></td><td>Instructions on installing, configuring, and operating Efento Nb-IoT loggers.</td><td><a href="/spaces/GPFUI36OraG706yJS7dJ">/spaces/GPFUI36OraG706yJS7dJ</a></td><td><a href="/files/i9MMvHZO4NIpCyAe4H9C">/files/i9MMvHZO4NIpCyAe4H9C</a></td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.efento.io/readme.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
