> For the complete documentation index, see [llms.txt](https://docs.fastn.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fastn.ai/classic/embedded-integrations/workspace-management/deployment/releases.md).

# Releases

A **Release** is a bundle of resources from your workspace that you want to deploy together.

> When you create a release, you select exactly which flows, connectors, widgets, and API keys you want included.

### **Creating a Release**

* Go to **Settings → Deployment → Releases**.
* Click **Create Release**.

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

* Fill out the **General Info**:
  * **Release Name**
  * **Description** – explain what this release includes
  * **Source Workspace** – choose the workspace from which you want to pull resources

<figure><img src="/files/28GoXEKHdxcJS3mlkYXf" alt=""><figcaption></figcaption></figure>

* Select resources to include:
  * **Flows**: choose from *Live* or *Drafts*
  * **Connectors**: select any number of connectors
  * **Widgets**: pick the widgets you want to move
  * **API Keys & Configurations**: add as needed

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

<figure><img src="/files/2wytYUDTwOvAhHLDM6ts" alt=""><figcaption></figcaption></figure>

* Click **Create Release** (bottom-right).

<figure><img src="/files/6cpAK7hHDcyGMfqBTY8p" alt=""><figcaption></figcaption></figure>

### **After Creating a Release**

You will land on the **Release Details & Comparison** page, where you can:

#### **Compare Releases**

* Select another release to compare against.

<figure><img src="/files/70eQ0iyfDVufUL1jW9lO" alt=""><figcaption></figcaption></figure>

* View differences such as:
  * Added or removed flows
  * Widget changes
  * Updated configurations or API keys

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

{% hint style="info" %}
This helps you validate changes before deploying.
{% endhint %}

#### **Create Another Release**

* Use the **Create Release** button again to generate a new version and compare it with the previous one.


---

# 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:

```
GET https://docs.fastn.ai/classic/embedded-integrations/workspace-management/deployment/releases.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.
