> For the complete documentation index, see [llms.txt](https://docs.flxbl.io/flxbl/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.flxbl.io/flxbl/sfops/environments/review-environments.md).

# Review Environments

sfops operate with the concept of review environments. Every change made to your salesforce repository is typically validated in a 'dedicated' review environment. These review environment is used for the following purposes

* validating whether a change is deployable
* validating whether any associated/impacted apex test classes are working as expected
* validating any end to end testing scenarios
* gather feedback from stakeholders for a change before the change is applied back to the trunk for releasing to production

<figure><img src="/files/xAyuIUy8E7sJRCbB5lxz" alt=""><figcaption><p>Work items with status of its checks and associated review orgs</p></figcaption></figure>

As you could see from the above image, each work item (or change or pull request) is checked in a review environment. The associated pull request in Github will be provided with the details of the validation job

<figure><img src="/files/4F9bpxma0r6LqtpyRdz4" alt=""><figcaption></figcaption></figure>

Developers can quickly login in to the review org using the front door url available on the sfops dev central dashboard as well as a comment on the pull request


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.flxbl.io/flxbl/sfops/environments/review-environments.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
