# Get Cell Tower Info

Gets the information about the tower where the PDA is connected to.

Action available for the following operating systems:

![](/files/8nmky5uY66dHtSih6rzi)

### Parameters

*Targets*

* **Mobile Country Code** *\<unquoted string> -* The control or variable where the mobile country code is saved.
* **Mobile Network Code** *\<unquoted string> -* The control or variable where the mobile network code is saved.
* **Location Area Code** *\<unquoted string> -* The control or variable where the location area code is saved.
* **Cell ID** *\<unquoted string> -* The control or variable where the cell id is saved.
* **Base Station ID** *\<unquoted string> -* The control or variable where the base station id is saved.
* **GPRS Cell ID** *\<unquoted string> -* The control or variable where the GPRS Cell ID is saved.
* **GPRS Base Station ID** *\<unquoted string> -* The control or variable where the GPRS Base Station ID is saved.

{% hint style="warning" %}
The availability of this action depends on the hardware and the API implementation performed by the manufacturer.
{% endhint %}

{% hint style="warning" %}
Even when available, it might only be possible to get some of the values.
{% 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-communications/get-cell-tower-info.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.
