# Get Comm. Profile Parameter

Retrieves the value of the specified Communication Profile parameter.

Action available for the following operating systems:

![](/files/-MAlQBZuuTnc6hyzKSVQ)

### Parameters

* **Communication Connection Profile** - Communication Connection Profile that you want to retrieve the Parameter value.
* **Parameters** - The parameter you want to get the value from.
  * **TCP/IP** (it can be one of):
    * Connection Manager
    * Connection Name
    * Encrypted
    * MIS Password
    * Password
    * Phone
    * Port
    * Server
    * Timeout
    * Timewait
    * Tries
    * User
  * **Bluetooth** (it can be one of):
    * Encrypted
    * MAC Address
    * MIS Password
    * Timeout
    * Timewait
    * Tries
  * **Local** (it can be one of):
    * Baud Rate
    * COM Port
    * Data Bits
    * Encrypted
    * MIS Password
    * Parity
    * Stop Bits
    * Timeout
    * Timewait
    * Tries
* **Target of Message** <*string*> - Control or Variable where to assign the returned value.

{% hint style="warning" %}
The displayed parameters depend on the nature of the Communication Profile. For more details, check the [Connection Profile](/kalipso5/developing/form/communication-profiles.md) section.
{% 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-comm.-profile-parameter.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.
