# Code Reviews

![Code Reviews](https://codesphere.ghost.io/content/images/size/w600/2024/01/code_review.webp)

Arkane Cloud's cloud IDE makes the code review process simpler and more collaborative. There is no need to check out any code locally. Our cloud editor functions similar to a Google doc and multiple developers can work on it collaboratively.For more details on the IDE check out the [Using the IDE](/docs/getting-started/using-the-ide.md) documentation.

#### How do code reviews work in Arkane Cloud <a href="#how-do-code-reviews-work-in-codesphere" id="how-do-code-reviews-work-in-codesphere"></a>

You can use the cloud IDE just like your local development editor, incorporate the changes proposed by your reviewers. Once completed you can use the terminal to commit the changes and push them to Github for proper versioning.

<figure><img src="https://codesphere.ghost.io/content/images/2023/12/screendev.webp" alt="" height="689" width="788"><figcaption></figcaption></figure>

### Pull request reviews with preview deployments <a href="#heading-0" id="heading-0"></a>

Larger teams can significantly speed up their review process by deploying all pull requests automatically to a preview deployment. That way every feature branch has their own context window. You can view the changes, react to review comments etc. without having to check out and build that branch locally.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.arkanecloud.com/docs/getting-started/code-reviews.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
