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

# Quickstart

A brief guide to get you set-up and building with Bezi in under an hour. If you have questions or run into anything unusual, check the [Troubleshooting FAQ](https://docs.bezi.com/get-started/troubleshooting) - or get some good ol' fashioned human support on our [**Discord**](https://discord.com/invite/UKWB46HTT9).

## Install and set-up Bezi

<Steps>
  <Step title="Install the Bezi app">
    1. Visit [bezi.com](http://bezi.com) > select `Download` > choose your operating system
    2. Run the installer
    3. Launch the Bezi app

    Add the app to your dock for ease of access.
  </Step>

  <Step title="Set-up your account">
    1. Open Bezi  > select `Log In / Sign Up` > sign-in with email or Google
    2. When set-up is complete, you'll see a webpage that says "Launch Bezi App"
    3. Click `Launch app` to return to Bezi
    4. Start your free trial (100 credits, no expiration)
  </Step>
</Steps>

## Connect Bezi with Unity

<Steps>
  <Step title="Open Bezi">
    You'll start in an empty [Workspace](/fundamentals/workspaces)
  </Step>

  <Step title="Connect a Unity project">
    1. Click `Connect Unity project`
    2. Select the Unity Project from your file system and click `Open`
       1. Open the  project 
       2. Confirm the  project's in a folder with write permissions
    3. Return to Bezi
  </Step>

  <Step title="Install Bezi's Unity plugin" stepNumber={3}>
    Click the`Install plugin` button, located in the **Your Connections** dialog

    <Info>
      If you can't install the plugin from  Bezi, download it directly from our [Changelog](https://docs.bezi.com/bezi/product/changelog).
    </Info>
  </Step>

  <Step title="Grant Unity permission to install" stepNumber={4}>
    After you click `Install` in Bezi, return to the Unity project. Unity will ask for consent to install the plugin. Once granted, the Unity Package Manager popup will appear.
  </Step>

  <Step title="Confirm Bezi <> Unity connection status">
    Check Unity's menu for a green dot next to the **Bezi icon** and Bezi's menu for green dot next to the **Unity icon**. Both must be green for Bezi to work.

    If either is red, follow [these steps to fix a broken connection](https://docs.bezi.com/bezi/troubleshooting#how-do-i-reinstate-a-lost-connection-between-unity-and-bezi%3F).

    <Tip>
      Both the target Unity project and Bezi  must be open to use them together. We recommend a split screen to see both simultaneously.
    </Tip>
  </Step>

  <Step title="Customize your Workspace" stepNumber={6}>
    * [Add relevant data sources](https://docs.bezi.com/context/connections): connect Bezi to  other Unity projects and external files
    * [Create your documentation and instructions](https://docs.bezi.com/context/pages): give Bezi evergreen context with Pages
    * [Set mandatory Rules](https://docs.bezi.com/context/rules) for Bezi to follow
  </Step>

  <Step title="Learn how to use Bezi">
    1. [How to prompt](https://docs.bezi.com/fundamentals/prompting)
    2. [How to use threads](https://docs.bezi.com/fundamentals/threads)
    3. [Model Selection](https://docs.bezi.com/fundamentals/model-selection)
    4. [Agent Mode](https://docs.bezi.com/fundamentals/agent-mode) vs [Plan Mode](https://docs.bezi.com/fundamentals/plan-mode)
  </Step>
</Steps>
