# SDK Integration

In addition to our API, the Gigastore SDK allows your customers to install the eSIM with a tap of a button in your mobile app instead of scanning QR codes or entering activation codes in your device's settings. The SDK can also check the user device's eSIM capability. We recommend setting up the API integration first.

### Get Started <a href="#overview" id="overview"></a>

You need a [Gigastore](https://dent.giga.store) account to use the [SDKs](https://dent.giga.store/#/sdk/ios-sdk) or [webhooks](/webhooks/first-steps.md) documented on this site.

### Credentials

Integrate the iOS SDK or Android SDK into your mobile apps and use the SDK key and webhooks provided by [Gigastore.](https://dent.giga.store/#/sdk/ios-sdk)

### Integration Flow <a href="#overview" id="overview"></a>

Before deep-diving into detailed specifications, look at the visual overview of the process for installing and activating eSIM.

<figure><img src="/files/YgJ59wocUTWj4A0j6can" alt=""><figcaption></figcaption></figure>

{% file src="/files/cMYMR83UYsK7AMcRWiz2" %}
Gigastore Sequence Diagram in PDF
{% endfile %}


---

# 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.giga.store/technical-integration/master.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.
