# Check Internet Connection

Checks if your device currently has internet or not.

Action available for the following operating systems:

![](/files/-MGIiDGuNcrVFP-DbUma)

### Parameters

* **Target of Connected** *\<numeric>*
  * 1 - Is connected to the internet
  * 0 - Is not connected
* **Target of Metered** *\<numeric>*
  * 1 - The internet connection is metered
  * 0 - The internet connection is not metered

{% hint style="warning" %}
The parameter "Target of Metered" is not reliable in Win32 clients (includes Windows CE and Mobile). It uses a flag from the O.S. the signals if the internet connection is done using a modem.
{% endhint %}

{% hint style="info" %}
A metered connection is an Internet connection that has a data limit associated with it. Cellular data connections are set as metered by default. Wi-Fi and Ethernet network connections can be set to metered but aren't by default.
{% endhint %}


---

# 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://doc.sysdevmobile.com/kalipso5/developing/form/actions/actions-description/group-others/check-internet-connection.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.
