> For the complete documentation index, see [llms.txt](https://docs.nlx.ai/platform/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nlx.ai/platform/nlx-platform-guide/governance/versioning.md).

# Versioning

### What are Versions?

Versions give you a complete historical record of changes made to key NLX resources, so you can review how things evolved, troubleshoot regressions, and restore any saved configurations. Every time you click save on a supported resource, NLX captures a snapshot that you can revisit at any time.

Versioning is available for:

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Flows</strong></td><td>Includes node patterns, logic, prompts, and flow settings</td><td><a href="/pages/-MZTRxmrzlQuko8zPllv#versions">/pages/-MZTRxmrzlQuko8zPllv#versions</a></td></tr><tr><td><strong>Applications</strong></td><td>Includes build packages with delivery and functionality setup, guardrails, and settings</td><td><a href="/pages/56ayX5OZJEJ23EAT5kBw#step-3-deploy">/pages/56ayX5OZJEJ23EAT5kBw#step-3-deploy</a></td></tr><tr><td><strong>Custom slots</strong></td><td>Includes values, synonyms, and translations</td><td><a href="/pages/5PBwGsMj9hJC8QU8tolr">/pages/5PBwGsMj9hJC8QU8tolr</a></td></tr><tr><td><strong>Custom integrations</strong></td><td>Includes endpoints, schemas, and settings for data requests or actions</td><td><a href="/pages/-McB9soNWA_EKo8ODIAh">/pages/-McB9soNWA_EKo8ODIAh</a></td></tr></tbody></table>

Each version includes metadata such as timestamp, author, and change summary where applicable.

Versioning helps you and your team:

* Recover quickly from breaking changes by restoring a previous version
* Compare revisions to understand what changed and why
* Support safe collaboration across multiple builders
* Strengthen governance by preserving a traceable history of modifications
* Experiment without risk, knowing you can always revert

#### **How to view and restore versions**

1. Open the resource (e.g., a specific flow or data request)
2. Select the *Versions* tab&#x20;
   * For flows, choose the *Settings* icon from the Canvas toolbar
   * For applications, choose *All builds* from the deployment status
3. Browse the historical snapshots of each resource or review a description if looking at builds of an application
4. Select a version to:
   * Preview how a resource appears at that historical moment
   * Restore/rollback it to make it the current active version

Restoring a version simply creates a new saved version, preserving the full audit trail of changes over time.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.nlx.ai/platform/nlx-platform-guide/governance/versioning.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
