Version Control¶
Track, manage, and restore previous versions of your AI agents.
Overview¶
The Version History feature allows you to track and manage the changes made to your agent settings over time. Every time you save changes to an agent, a new version is created automatically.
Accessing Version History¶
- Navigate to My Agents
- Click the three-dot menu on the agent card
- Select Version History
The Version History page displays a list of all versions of your agent settings, along with:
| Column | Description |
|---|---|
| Created At | Timestamp when the version was created |
| Modified By | The user who made the modifications |
Viewing Version Differences¶
Compare any two versions of your agent settings to see what changed:
- Locate the versions you want to compare in the Version History list
- Click the checkboxes next to these versions
- The differences between the two versions will be highlighted for easy comparison
Restoring a Previous Version¶
If you want to revert your agent settings to an older version:
- Find the version you want to restore
- Click the "Restore" button next to that version
Non-Destructive Restore
Restoring a previous version creates a new version in the Version History list. This preserves the complete change history and allows you to revert again if needed.
Displaying Version Numbers in Agent Responses¶
Version History supports debugging by displaying the specific version number used for each agent response in the chat interface. This helps identify which configuration was active when a particular response was generated.
Best Practices¶
- Review before major changes — Check version history before significant configuration updates
- Compare versions — Use the comparison feature to understand what changed between releases
- Use restore for rollbacks — If a change causes issues, restore the previous working version
Related Topics¶
- Agent Builder — Configure your agents
- Cloning — Create agent copies
- Reports — Monitor agent performance
- Back to My Agents