# Update a Deployment

{% hint style="info" %}
The current version of Devin allows Deployments to be updated via the [Under the Hood](/features/deployments/under-the-hood.md#default-deployment-pipeline) only, which is a standardized deployment and data migration process that listens for new releases to a Deployment's Release Branch. This will change in a future version via something that we call custom **Pipelines**.
{% endhint %}

To update a deployment, see [Deploy a Release](/guides/releases/deploy-a-release.md)


---

# 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.devin.fm/guides/deployment-environments/update-a-deployment.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.
