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

# Quickstart

> Get up and running with Stringboot in minutes

***

Select your platform to see the specific quickstart guide.

<CardGroup cols={3}>
  <Card title="Android" icon="android" href="/android-sdk/installation">
    Get started with Android
  </Card>

  <Card title="iOS" icon="apple" href="/ios-sdk/installation">
    Get started with iOS
  </Card>

  <Card title="Web" icon="js" href="/web-sdk/installation">
    Get started with Web
  </Card>
</CardGroup>

## Prerequisites

Before integrating the SDK, make sure you have:

<Steps>
  <Step title="A Stringboot Account">
    [Sign up here](https://dashboard.stringboot.com/register) if you haven't already.
  </Step>

  <Step title="An App">
    Create a new application in the [Dashboard](https://dashboard.stringboot.com/apps).
  </Step>

  <Step title="An API Token">
    Generate a token in the **API Tokens** section of your application.
  </Step>
</Steps>

## Core Concepts

Stringboot works differently than traditional localization files. For a deep dive into our architecture, caching, and sync protocol, check out the [Core Concepts](/core-concepts) guide.
