> For the complete documentation index, see [llms.txt](https://doc.sysdevmobile.com/kalipso5/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.sysdevmobile.com/kalipso5/developing/form/actions/actions-description/group-others/wifi-get-signal-strength.md).

# Wifi Get Signal Strength

Gets the wifi signal strength.

Action available for the following operating systems:

![](/files/-MGNsZjeYMKt8-HvBB5n)

### Parameters

* **RSSI** *\<unquoted string> -* The control or variable that saves the value of RSSI.
* **Level** *\<unquoted string> -* The control or variable that saves the level of wifi signal.

{% hint style="info" %}
The possible values for parameter RSSI are:

* Level 0 - (RSSI < -90): Poor/No Connection.
* Level 1 - (-90 <= RSSI < -81): Very Low.
* Level 2 - (-81 <= RSSI < -71): Low.
* Level 3 - (-71 <= RSSI < -67): Good.
* Level 4 - (-67 <= RSSI < -57): Very Good.
* Level 5 - (-57 <= RSSI < 0): Excellent.
  {% endhint %}

{% hint style="warning" %}
Win10 client does not report the **RSSI**. Only the **Level**.
{% endhint %}


---

# 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:

```
GET https://doc.sysdevmobile.com/kalipso5/developing/form/actions/actions-description/group-others/wifi-get-signal-strength.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.
