> 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/pipelines.md).

# Pipelines

A **Pipeline** defines *where* your releases will be deployed.

You use a pipeline to send releases to environments or domains.

> You can assign multiple destinations inside a single pipeline if you want a release to propagate across several environments.

### **Creating a Pipeline**

* Go to **Settings → Deployment → Pipelines**.
* Click **Create Pipeline** (top-right).

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

* Add:
  * **Pipeline Name**
  * **Description**

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

* (Optional) Enable **Deploy to Different Domains** to deploy outside the current domain.

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

* Under **Destination**, select your primary deployment destination (e.g., UCL).
* Add additional destinations if needed.
* Click **Create Pipeline**.

### **Deploying a Release Through a Pipeline**

Once the pipeline is created:

* Click the **Deploy a Release** button.

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

* Add a **Deployment Description**.

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

* Click **Deploy**.

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

> You’ll see a confirmation indicating that the deployment is complete and that the selected release was successfully pushed to the configured destinations.


---

# 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/pipelines.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.
