> ## Documentation Index
> Fetch the complete documentation index at: https://docs.appcharge.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

<Note> This SDK is only relevant if you don’t have an Appcharge web store. </Note>

The Frontend SDK allows you to integrate your external web store with the Appcharge Checkout. When a player selects an offer in your web store, a checkout session is opened and the player is redirected to the Checkout to complete the purchase.

To learn more, see [About the Checkout](/../../guides/checkout/about-the-checkout).

## Get started

To get started, follow the instructions to [Integrate the SDK](./integrate-the-sdk).

## Supported platforms

The SDK is supported for the following platforms:

* React
* Angular
* Vue 2
* Vue 3
* JavaScript

For browser compatibility requirements, minimum screen size, and known environment limitations, see [Supported Environments and Limitations](/api-reference/supported-environments-and-limitations).

## Localize prices in your Checkout

When creating a checkout session, you must provide localized pricing information so players can view prices in their preferred currency.

You can do this in one of the following ways:

* Manage and pass your own localized prices when creating the checkout session.
* [Manage and Retrieve localized prices](./manage-and-retrieve-price-points) using Appcharge Price Points and pass them to the checkout session.

## Translate your Checkout

You can optionally [translate your Checkout](./translate-your-checkout) to allow players to view Checkout content in their preferred language.
