# API Integration

Gigastore offers an API to provide your customers with mobile data packages via a website or an app. The API also lets you handle specific cases on your server. To start integrating, visit the [getting-started](https://docs.giga.store/api/getting-started "mention") section.

### Credentials

Integrate our API to activate and manage your customers' mobile data packages using the API credentials provided by Gigastore.

Check our [API Documentation](https://docs.giga.store/api/getting-started) for more details.

### Webhooks

Use our webhooks to get updates from your users on Gigastore, such as a user's country change or eSIM status. The [Webhook documentation](https://docs.giga.store/webhooks) provides more details about our available webhooks.

### Integration Flow

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

<figure><img src="https://744070168-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M_06ID1EGDSaSa9MhQE%2Fuploads%2FbWGxoORftvVPOJ3uGcmx%2FAPI%20DIAGRAM%203.jpg?alt=media&#x26;token=794865e1-c12b-4a44-8b61-6fe315dbcb62" alt=""><figcaption><p>Image of Gigastore Sequence Diagram (API)</p></figcaption></figure>


---

# 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/api-integration.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.
