> ## 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.

# Experiments

### What are experiments?

You can experiment with UpTrain on 20+ pre-configured evaluation metrics like:

1. [Context Relevance](/predefined-evaluations/context-awareness/context-relevance): Evaluates how relevant the retrieved context is to the question specified.

2. [Factual Accuracy](/predefined-evaluations/context-awareness/factual-accuracy): Evaluates whether the response generated is factually correct and grounded by the provided context.

3. [Response Completeness](/predefined-evaluations/response-quality/response-completeness): Evaluates whether the response has answered all the aspects of the question specified

You can look at the complete list of UpTrain's supported metrics [here](/predefined-evaluations/overview)

### How does it work?

<Steps>
  <Step title="Create a new Project">
    Click on `Create New Project` from Home

    <Frame>
      <img src="https://mintcdn.com/uptrain/Hto7tf5kKLk8zIKR/assets/dashboard/dashboard_home.png?fit=max&auto=format&n=Hto7tf5kKLk8zIKR&q=85&s=fa5bf341e3cf10b100e52741e918e1af" width="2434" height="1528" data-path="assets/dashboard/dashboard_home.png" />
    </Frame>
  </Step>

  <Step title="Enter Project Information">
    <Frame>
      <img src="https://mintcdn.com/uptrain/Hto7tf5kKLk8zIKR/assets/dashboard/dashboard_experiment.png?fit=max&auto=format&n=Hto7tf5kKLk8zIKR&q=85&s=28ce8d77326742b06dd46b6d06b4d6d4" width="2436" height="1520" data-path="assets/dashboard/dashboard_experiment.png" />
    </Frame>

    * `Project name:` Create a name for your project
    * `Dataset name:` Create a name for your dataset
    * `Choose File:` Upload your Dataset
      Sample Dataset:
      ```jsonl theme={null}
      {"question":"","response":"","context":""}
      {"question":"","response":"","context":""}
      ```
    * `Select Evaluation LLM:` Select an LLM to run evaluations
    * `Use same info to run Evaluations`: Yes
      If you do not wish to run experiments, you can select `No` and follow the steps [here](/getting-started/dashboard/experiments)
    * `Experiment column:` Enter the column to run experiments on
  </Step>

  <Step title="Select Evaluations to Run">
    <Frame>
      <img src="https://mintcdn.com/uptrain/Hto7tf5kKLk8zIKR/assets/dashboard/eval_select_metrics.png?fit=max&auto=format&n=Hto7tf5kKLk8zIKR&q=85&s=6ffa0921f38e7c26121e6893f0b1e4f4" width="1897" height="841" data-path="assets/dashboard/eval_select_metrics.png" />
    </Frame>
  </Step>

  <Step title="View Experiments">
    You can see all the evaluations ran using UpTrain

    <Frame>
      <img src="https://mintcdn.com/uptrain/Hto7tf5kKLk8zIKR/assets/dashboard/exp.png?fit=max&auto=format&n=Hto7tf5kKLk8zIKR&q=85&s=00687919cfbcfc0a83b53df731c6900c" width="2170" height="1002" data-path="assets/dashboard/exp.png" />
    </Frame>

    You can also see individual logs

    <Frame>
      <img src="https://mintcdn.com/uptrain/Hto7tf5kKLk8zIKR/assets/dashboard/exp_logs.png?fit=max&auto=format&n=Hto7tf5kKLk8zIKR&q=85&s=20874a58cf624579ea21518684d95cdb" width="2176" height="996" data-path="assets/dashboard/exp_logs.png" />
    </Frame>
  </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>
