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

# Overview

> How to setup and deploy your client contracts

If you haven't done so already, visit and complete the [installation guide](/guides/installation).

<Card title="Clone the Rules Engine" icon="engine" href="/guides/installation">
  Visit the install guide for details
</Card>

### Deploy Client Contracts

<CardGroup cols={3}>
  <Card title="Setup Environment Variables" icon="gears" href="/guides/client/environment-variables">
    How to fill in the `.env` file
  </Card>

  <Card title="Deploy Application Manager" icon="sitemap" href="/guides/client/deploy-app-manager">
    How to quickly deploy your first App Manager
  </Card>

  <Card title="Deploy Token Handlers" icon="arrow-progress" href="/guides/client/deploy-token-handlers">
    How to deploy token handler contracts
  </Card>
</CardGroup>
