# Get Started with Tenki Code Reviewer (https://tenki.cloud/docs/start-code-review)

> For the complete documentation index, see [llms.txt](https://tenki.cloud/llms.txt)

Set up Tenki Code Reviewer in minutes. Install its GitHub App and get high-signal pull-request reviews.

**Step 1:**
## Create your Tenki Account

Open the [Tenki registration page](https://app.tenki.cloud/auth/registration/) and register with email and password or GitHub.

![Tenki registration page with email and GitHub sign-up options](https://tenki.cloud/images/get-started/account-creation.png)

**Step 2:**
## Access the Tenki Code Reviewer panel

Open the [Tenki dashboard](https://app.tenki.cloud), choose your workspace, then select **Code Reviewer**.

![Tenki dashboard with Code Reviewer selected](https://tenki.cloud/images/get-started/tcr-step1.png)

**Step 3:**
## Install the Tenki Reviewer GitHub App

From the Code Reviewer panel, start the GitHub connection and install the separate Tenki Reviewer GitHub App for your organization.

![Code Reviewer setup screen prompting installation of the Reviewer GitHub App](https://tenki.cloud/images/get-started/tcr-step2.png)

![GitHub page for choosing the organization for the Tenki Reviewer App](https://tenki.cloud/images/get-started/tcr-step3.png)

Choose the repositories the Reviewer can access, then select **Install & Authorize**:

![GitHub permissions screen for installing and authorizing the Tenki Reviewer App](https://tenki.cloud/images/get-started/tcr-step4.png)

**Step 4:**
## Create Your First PR Review

Perfect, you’re all set! 🎊. There are now two ways to trigger the Tenki Code Reviewer.

**When you open a PR, Tenki Code Reviewer posts two live comments simultaneously:**

1. Summary
2. Review Comment

**Both comments:**

* Appear as soon as analysis starts
* Update dynamically while the review is running
* Reach their final state when the 👍 icon appears

**Live Status**

| Status    | Emoji | Meaning                                                      |
| --------- | ----- | ------------------------------------------------------------ |
| Analyzing | 👀    | Tenki is building context and reviewing the PR (\~3 minutes) |
| Complete  | 👍    | Analysis finished                                            |
| Failed    | 😕    | Tag `@tenki-reviewer` to retry                               |

## Manual PR Review

You can trigger a code review manually by tagging `@tenki-reviewer` in a comment. This is especially useful for reviewing older PRs created before Tenki Code Reviewer was integrated.

![Pull request comment triggering a review with @tenki-reviewer](https://tenki.cloud/images/get-started/tcr-step5.png)