# Introduction

## What is goTenna?

[goTenna](https://www.gotenna.com/) is a peer to peer communication device. It can transmit small amounts of data from device to device without the need for supporting infrastructure. The goTenna team has released an [SDK](https://www.gotenna.com/pages/sdk) for iOS and Android.&#x20;

## Why Cordova-plugin-gotenna?

Many app developers prefer the write-once run-anywhere flexibility of JavaScript. [Apache Cordova](https://cordova.apache.org/) gives is a platform for deploying JavaScript code as a standalone native application. Cordova-plugin-gotenna therefore, exposes the original Android SDK to a Cordova application enabling Javascript-developed goTenna apps.


---

# 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://dansteren.gitbook.io/cordova-plugin-gotenna/introduction.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.
