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

# Evaluations

### What are Evaluations?

Using UpTrain you can run evaluations on 20+ pre-configured 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_project.png?fit=max&auto=format&n=Hto7tf5kKLk8zIKR&q=85&s=b4d9992766c90955c5d8215c628277a8" width="2436" height="1512" data-path="assets/dashboard/dashboard_project.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`: No (since we are running evaluations here)
      If you wish to run experiments, you can select `Yes` and follow the steps [here](/getting-started/dashboard/experiments)
  </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 Evaluations">
    You can see all the evaluations ran using UpTrain

    <Frame>
      <img src="https://mintcdn.com/uptrain/Hto7tf5kKLk8zIKR/assets/dashboard/eval.png?fit=max&auto=format&n=Hto7tf5kKLk8zIKR&q=85&s=e1f4cadc010544e14dd5e0978e63c681" width="1897" height="867" data-path="assets/dashboard/eval.png" />
    </Frame>

    You can also see individual logs

    <Frame>
      <img src="https://mintcdn.com/uptrain/Hto7tf5kKLk8zIKR/assets/dashboard/eval_logs.png?fit=max&auto=format&n=Hto7tf5kKLk8zIKR&q=85&s=1687251fdda568835803ba569b990673" width="1603" height="820" data-path="assets/dashboard/eval_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>
