# Release a Domain

<figure><img src="/files/InE1kgw0IVhpyjndGXSD" alt=""><figcaption><p>Release a domain workflow</p></figcaption></figure>

The above diagram describes the "Release a Domain" workflow. This workflow is triggered by creating an issue or by clicking the "Initiate Release" from the dashboard.

<figure><img src="/files/0aHQWInaQT0tAUJWmcvA" alt=""><figcaption><p>Initiating a release from the sfops dashboard<br><br></p></figcaption></figure>

This workflow then proceeds to fetch all the environments that are marked with "**type:release"** and proceeds to execute a dry run of the command in parallel across all release environments. The output of the dry run will be available as a comment in the Github issue created. The team could have a final check on the deployment plan that will be executed by sfops before proceeding for the actual execution.

<figure><img src="/files/a9PouFIDvOEgDzeLFhs8" alt=""><figcaption></figcaption></figure>

The release environments typically is configured with "Required Reviewers" (<https://docs.github.com/en/actions/deployment/targeting-different-environments/using-environments-for-deployment#required-reviewers>) and would need the respective environment owners to approve a release. Please note required reviewers are not required for the pre-release/ dry run check


---

# 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/sfops/issueops/release/release-a-domain.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.
