# Enable Direct Installation

A direct installation allows users to install an eSIM on their Android device without a QR code. It provides the smoothest experience for installing an eSIM.

1. Request the **Direct Installation** at Gigastore and follow the process
2. Once approved, proceed with the technical integration

## Prepare SHA-1

To use the Gigastore Android SDK in your app, you need to provide the certificate fingerprint of your app to DENT.

If your app is **self-signed**, identify the SHA-1 using `keytool` following [Google documentation](https://developers.google.com/android/guides/client-auth).

If you are using **Play App Signing**, provide the bundle SHA-1 from the [Google Play Console](https://play.google.com/console/developers/app/keymanagement).

{% hint style="info" %}
**App Bundles** might have a different signature in Google Play than during testing the APK locally. In this case, change your App Bundle signature to your self-signed key (see this [link](https://support.google.com/googleplay/android-developer/answer/9842756?hl=en#zippy=%2Cdescriptions-of-keys-artifacts-and-tools%2Capp-signing-key-requirements)) or provide both SHA-1 fingerprints to Gigastore.
{% endhint %}

## Request Direct Installation

Once you identified the correct fingerprint, send us your SHA-1 via [this form.](https://survey.typeform.com/to/MT8yktD2)

Registering your app might take some days. We will send you an email once your app has been registered. Schedule enough time to get the signature processed.

&#x20;


---

# 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/android-sdk/enable-direct-installation.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.
