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

# Getting Started

### What is UpTrain Dashboard?

The UpTrain dashboard is a web-based interface that allows you to evaluate your LLM applications.

It is a self-hosted dashboard that runs on your local machine. You don't need to write any code to use the dashboard.

You can use the dashboard to evaluate your LLM applications, view the results, manage prompts, run experiments, and perform root cause analysis.

<Note>Before you start, ensure you have docker installed on your machine. If not, you can install it from [here](https://docs.docker.com/get-docker/). </Note>

<Steps>
  <Step title="How to install?">
    Open your terminal and run the following commands to clone the UpTrain GitHub repository and navigate to the project directory:

    ```bash theme={null}
    git clone https://github.com/uptrain-ai/uptrain
    cd uptrain
    ```
  </Step>

  <Step title="Run the UpTrain Bash Script">
    Execute the following command to start the UpTrain dashboard:

    ```bash theme={null}
    bash run_uptrain.sh
    ```
  </Step>

  <Step title="Access the Dashboard">
    Once the script is running, open your web browser and go to:

    ```
    http://localhost:3000
    ```
  </Step>
</Steps>

<Note>UpTrain Dashboard is currently in Beta version. We would love your feedback to improve it.</Note>

<CardGroup cols={1}>
  <Card title="Have Questions?" href="https://join.slack.com/t/uptraincommunity/shared_invite/zt-1yih3aojn-CEoR_gAh6PDSknhFmuaJeg" icon="slack" color="#808080">
    Join our community for any questions or requests
  </Card>
</CardGroup>
