# Environments

Alphi is a multi-environment nocode backend that allows you two to have two versions of the same endpoint.

## Development

The development flow can **only** be run if the flow is open and in development mode.

{% hint style="info" %}
URL `https://dev.api-server.io/`
{% endhint %}

## Production

The production flow can only be updated if you deploy development to production.

{% hint style="info" %}
URL `https://live.api-server.io/`
{% endhint %}

## Rollback

To revert the changes in development to the last flow deployed to production, select **'Rollback development to production'**.

{% hint style="info" %}
The production flow will not be affected.
{% endhint %}


---

# 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.alphi.dev/flow-builder/environments.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.
