# 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 the GitHub App and get reviews that focus on critical and high vulnerabilities.



**Step 1:**
Create your Tenki Account [#create-your-tenki-account]

To get started, head to the [Registration Page](https://app.tenki.cloud/auth/registration/). From there, choose Email and Password or Register with GitHub method:

![AccountCreation](https://tenki.cloud/images/get-started/account-creation.png)

**Step 2:**
Access the Tenki Code Reviewer panel [#access-the-tenki-code-reviewer-panel]

Next step will be to select your project and access the Tenki Code Reviewer tab.

![TenkiCodeReviewStep1](https://tenki.cloud/images/get-started/tcr-step1.png)

**Step 3:**
Install the Tenki Reviewer GitHub App [#install-the-tenki-reviewer-github-app]

Next step will be to connect your GitHub Organization to your Workspace by installing the Tenki Reviewer GitHub application.

![TenkiCodeReviewStep2](https://tenki.cloud/images/get-started/tcr-step2.png)

![TenkiCodeReviewStep3](https://tenki.cloud/images/get-started/tcr-step3.png)

Select the level of permissions you want to
grant the application and click on Install & Authorize:

![TenkiCodeReviewStep4](https://tenki.cloud/images/get-started/tcr-step4.png)

**Step 4:**
Create Your First PR Review [#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 [#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.

![TenkiCodeReviewStep5](https://tenki.cloud/images/get-started/tcr-step5.png)
