# Sensori portal manuals - landing page

A great **starting point** is to just read the [general](https://manuals.sensori.cloud/frontend-manual/general) page and [workspace](https://manuals.sensori.cloud/frontend-manual/workspaces) page. So either click the next button below the logo to go to general page or browse the left side menu.

{% hint style="info" %}
Use the search in the top right to find anything quickly!
{% endhint %}

{% hint style="info" %}
Check the [how to ...](https://manuals.sensori.cloud/frontend-manual/how-to) page for some common questions and examples.
{% endhint %}

![](https://2184461135-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LEneluCffVbvusyqc7D%2F-LIBUlbnrkvIKlEzV286%2F-LIBUyCRLbPmeMVUU86B%2Fsensori_icon_text_225x229.png?alt=media\&token=81a4a4bf-fcf6-4e70-9d3c-b346f95635b3)


---

# 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://manuals.sensori.cloud/frontend-manual/master.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.
