> ## Documentation Index
> Fetch the complete documentation index at: https://docs.refold.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

> Track every update, fix, and improvement shipped to Refold.

Refold ships updates continuously. This changelog documents every release so you can stay informed about new capabilities, bug fixes, and improvements.

## Reading This Changelog

Each release page follows a consistent structure:

**Tags**

<Badge color="blue">Platform</Badge> Infrastructure updates, bug fixes, and dashboard improvements.

<Badge color="orange">Agent</Badge> Changes to Refold AI agent behavior and capabilities.

<Badge color="green">APIs</Badge> Public API additions, deprecations, and breaking changes.

<Badge color="purple">Integrations</Badge> New application support and authentication updates.

**Release Date**

The release date appears immediately below the title.

**Change Categories**

Updates are grouped by type:

| Category            | What It Covers                                       |
| ------------------- | ---------------------------------------------------- |
| New Features        | Capabilities that did not exist before               |
| Improvements        | Enhancements to existing functionality               |
| Bug Fixes           | Resolved issues (typically Platform-level)           |
| API Changes         | Breaking or non-breaking changes to public endpoints |
| Integration Updates | New actions, triggers, or connector improvements     |

## Versioning

Refold follows semantic versioning:

* **Major** (x.0.0) introduces significant changes, potentially breaking
* **Minor** (0.x.0) adds functionality in a backward-compatible manner
* **Patch** (0.0.x) includes backward-compatible bug fixes

<Note>
  Some version numbers may not appear in this changelog. Intermediate builds are used internally for testing and validation — only stable, customer-facing releases are documented here.
</Note>
