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

# Tracking and Managing Your Session Submissions

> Follow your sessions from submission through review. Understand approval, rejection, and how to improve your chances of getting sessions accepted.

After you finish recording and submit a session, it enters a review queue where our team evaluates the content. Depending on the outcome, you will either earn points or receive feedback that the session was not accepted. This page walks you through the full lifecycle of a submission and shows you how to track everything from within the app.

## The submission lifecycle

When you submit a session from the editor, it moves out of your draft board and into the review queue. From there it follows one of three paths:

<Steps>
  <Step title="Submitted">
    Your session is uploaded and waiting for review. No points are awarded yet.
  </Step>

  <Step title="Under review">
    A reviewer is evaluating the recording, any labels you added, and any comments you attached.
  </Step>

  <Step title="Approved or rejected">
    The review concludes with one of two outcomes. Approved sessions earn points immediately. Rejected sessions receive no points.
  </Step>
</Steps>

## Tracking submissions in the app

Open the **Submissions** section from the left sidebar to see a full overview of your submission history.

The dashboard shows four summary stats at the top:

| Stat                  | What it shows                                             |
| --------------------- | --------------------------------------------------------- |
| **Total Submissions** | All submitted sessions (drafts excluded)                  |
| **Approved**          | Sessions that passed review, with your approval rate      |
| **Pending Review**    | Sessions currently awaiting a decision                    |
| **Rejected**          | Sessions that were not accepted, with your rejection rate |

The **Recent Submissions** list below the stats shows each session individually, with its title, submission date, session type, current status, and the points awarded (if approved).

## Submission outcomes

<CardGroup cols={2}>
  <Card title="Approved" icon="circle-check">
    Your session met the review criteria. Points are added to your balance and you receive an in-app notification confirming the approval and the points awarded.
  </Card>

  <Card title="Rejected" icon="circle-x">
    Your session did not meet the review criteria for this submission. You receive an in-app notification, and the session appears as Rejected in your submissions list.
  </Card>
</CardGroup>

<Note>
  You will receive an in-app notification whenever a submission is approved or rejected. Make sure notifications are enabled in Account Settings under the **Notifications** tab.
</Note>

## Rejected sessions

A rejection means the specific submission was not accepted - it does not permanently affect your account standing. You can review the session and resubmit it if you believe the content is still valid.

<Warning>
  Repeated rejections for the same type of content may indicate a pattern worth reviewing. Focus on the tips below to improve your approval rate.
</Warning>

When a session is rejected, check the following before deciding whether to resubmit:

* Was the recording clear and uninterrupted?
* Did you remove or avoid recording sensitive content?
* Did you add accurate labels or comments that describe what was happening on screen?

## Tips for getting sessions approved

<AccordionGroup>
  <Accordion title="Record consistent, uninterrupted activity">
    Sessions with long gaps, frequent pauses, or very short durations are harder to evaluate. Aim for a steady stream of screen activity during the recording window.
  </Accordion>

  <Accordion title="Avoid sensitive content">
    Contributor automatically pauses recording when it detects sensitive windows, but you should also avoid manually recording anything you would not want a reviewer to see - passwords, private messages, financial data, and similar content.
  </Accordion>

  <Accordion title="Add clear comments and labels">
    Use the editor to annotate key moments in the recording. Reviewers use your comments to understand context, so accurate, descriptive labels improve the chances of approval.
  </Accordion>

  <Accordion title="Submit complete sessions">
    Do not submit a session that you know is missing important context or that has large sections deleted. A complete, coherent session is easier to approve.
  </Accordion>
</AccordionGroup>
