# Commands

- [Fetch a Review Environment](https://docs.flxbl.io/flxbl/sfp/environment-management/overview/commands/fetch-a-review-environment.md): Fetches a review environment from a specified pool and assigns it to a pull request/issue.
- [Check Review Environment Status](https://docs.flxbl.io/flxbl/sfp/environment-management/overview/commands/check-review-environment-status.md): Checks the status of review environments assigned to a specific pull request/issue.
- [Extend a Review Environment](https://docs.flxbl.io/flxbl/sfp/environment-management/overview/commands/extend-a-review-environment.md): Extends the lease of a review environment assigned to a specific issue.
- [Transition Review Environment Status](https://docs.flxbl.io/flxbl/sfp/environment-management/overview/commands/transition-review-environment-status.md): Updates the status of a review environment assigned to a specific issue.
- [Unassign a Review Environment](https://docs.flxbl.io/flxbl/sfp/environment-management/overview/commands/unassign-a-review-environment.md): Removes the assignment of a review environment from an issue.


---

# 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.flxbl.io/flxbl/sfp/environment-management/overview/commands.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.
