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

# Quickstart

> Getting started with TSAR

## Setting up your app

1. Sign up for an account on the [TSAR dashboard](https://tsar.cc/dash).
2. Click on [create new app](https://tsar.cc/dash/new-app).
3. After creating an app, go to app configuration and take note of the `App ID` and `Client Decryption Key` at the top of the page.

**Thats it!** Your TSAR app has been created and is ready to be used within your software.

## Integrating TSAR into your software

To continue with the integration, you must install the TSAR SDK for one of our supported languages.

<CardGroup cols={2}>
  <Card title="Rust Integration" icon="rust" href="/integrations/rust">
    Use our official Rust SDK to integrate TSAR into your Rust app
  </Card>

  <Card title="C++ Integration" icon="c" href="/integrations/cpp">
    Use our official C++ SDK to integrate TSAR into your C++ app
  </Card>

  <Card title="C# Integration" icon="hashtag" href="/integrations/cs">
    Use our official C# SDK to integrate TSAR into your C# app
  </Card>
</CardGroup>
