# Istampz

The iSTAMPZ Connector enables integration with the iSTAMPZ platform, facilitating seamless communication for various functionalities.

## Name

* **Description**: The name of the iSTAMPZ connector instance.
* **Type**: Text (string)
* **Example**: "iSTAMPZConnectorInstance"

## Url

* **Description**: The URL or endpoint of the iSTAMPZ service or API.
* **Type**: Text (string)
* **Example**: "<https://istampz.example.com/api>"

## Appkey

* **Description**: The application key used for authentication with the iSTAMPZ platform.
* **Type**: Text (string)
* **Example**: "app123key"

## Modulekey

* **Description**: The module key associated with the specific functionality or module in the iSTAMPZ system.
* **Type**: Text (string)
* **Example**: "module456key"

## Encryptkey

* **Description**: The encryption key used for securing data during communication with the iSTAMPZ platform.
* **Type**: Text (string)
* **Example**: "encrypt789key"

## Decryptkey

* **Description**: The decryption key used for decrypting data received from the iSTAMPZ platform.
* **Type**: Text (string)
* **Example**: "decrypt987key"


---

# 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://docs.emobiq.com/emobiq-client/008-services/001-services-reference/istampz.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.
