ZBrain Documentation
  • ZBrain Documentation
    • ZBrain XPLR
      • ZBrain XPLR modules
      • Get started with ZBrain XPLR
      • Simulation XPLR
        • AI solutions library
      • Taxonomy XPLR
      • Solution XPLR
      • Portfolio XPLR
      • Functional Design XPLR
    • ZBrain Builder
      • Components of ZBrain Builder
      • 📚Knowledge base
        • How to create a knowledge base?
        • Knowledge source
        • Information schema
        • File summary
        • Automated reasoning
        • Retrieval testing
        • Knowledge base settings
      • 📱App
        • How to create a new app?
          • How to leverage knowledge base for app creation
          • How to build advanced applications using Flow
        • How to set up and customize your app?
        • How to access the app reporting dashboard?
      • 🤖ZBrain AI agents
        • Get started with agents on ZBrain Builder
        • Deploying pre-built agents
        • Creating custom AI agents
          • Agent setup
          • Define input sources
          • Define Flow
            • Key elements of a Flow
            • Flow Components
              • AITable
              • Airtable
              • Amazon S3
              • Amazon SNS
              • Amazon SQS
              • Amazon Textract
              • Apify
              • Apollo
              • Approval
              • Asana
              • Azure Communication Services
              • Azure Cosmos DB
              • Azure Document Intelligence
              • Azure OpenAI
              • Azure Translation
              • Bannerbear
              • Baserow
              • Beamer
              • Bedrock Claude
              • Bettermode
              • Binance
              • Bing Search
              • Blackbaud
              • Bonjoro
              • Box
              • Brevo
              • Brilliant Directories
              • Bubble
              • CSV
              • Calendly
              • Certopus
              • Clearout
              • Clockodo
              • Code
              • Confluence
              • Connections
              • Constant Contact
              • Contiguity
              • Contentful
              • Customer.io
              • Crypto
              • Databricks
              • Data Mapper
              • Date Helper
              • DeepL
              • Delay
              • Discord
              • Discourse
              • Drip
              • Dropbox
              • Dust
              • Facebook Pages
              • Figma
              • Files Helper
              • Flowise
              • Flowlu
              • Formbricks
              • Frame
              • Freshdesk
              • Freshsales
              • GCloud Pub/Sub
              • GenerateBanners
              • GhostCMS
              • GitHub
              • GitLab
              • Gmail
              • Google Calendar
              • Google Contacts
              • Google Docs
              • Google Drive
              • Google Forms
              • Google Gemini
              • Google My Business
              • Google Search
              • Google Search Console
              • Google Sheets
              • Google Tasks
              • Groq
              • Hacker News
              • Heartbeat
              • HubSpot
              • HTTP
              • Image Helper
              • Inputs
              • Instagram for Business
              • Intercom
              • Invoice Ninja
              • Jira Cloud
              • Jotform
              • Kimai
              • Kizeo Forms
              • LeadConnector
              • Line Bot
              • Linear
              • LinkedIn
              • LinkedIn Actions
              • LLMRails
              • Lusha
              • MailerLite
              • Mailchimp
              • Mautic
              • Microsoft Dynamics 365 Business Central
              • Microsoft Dynamics CRM
              • Microsoft Excel 365
              • Microsoft OneDrive
              • Microsoft Outlook Calendar
              • Microsoft Teams
              • Mixpanel
              • MongoDB
              • Notion
              • Odoo
              • OpenAI
              • OpenRouter
              • Pastebin
              • PDF
              • Postgres
              • PostHog
              • Pushover
              • Qdrant
              • Queue
              • Razorpay
              • Router
              • Salesforce
              • SendGrid
              • ServiceNow
              • SFTP
              • SharePoint
              • Slack
              • SMTP
              • Snowflake
              • SOAP
              • Spotify
              • Stability AI
              • Stable Diffusion Web UI
              • Storage
              • Stripe
              • SurrealDB
              • SurveyMonkey
              • Taskade
              • Telegram Bot
              • Text Helper
              • Trello
              • Twilio
              • Twitter
              • Utilities
              • WhatsApp Business
              • WordPress
              • XML
              • YouTube
              • ZBrain
              • Zendesk
              • ZeroBounce
              • Zoho Books
              • Zoho CRM
              • Zoho Invoice
              • Zoom
            • How to Define a Flow?
            • How to Test Each Step in the Flow?
          • Configure Additional Settings
          • Test and Deploy Agents
          • How to access, monitor, and manage agent performance and tasks?
      • 💻Prompts
        • How to create a prompt
        • How to manage and monitor prompts
        • How to manage prompt versions and restore previous versions
        • User management: How to assign prompt permissions?
      • 📺Monitor
      • 🔐Security features
      • Settings
      • 📖API tutorials
        • 📚Knowledge base
          • Automated reasoning
        • 📱APP
        • 🤖Agents
Powered by GitBook
On this page
  • Understanding version history
  • Comparing versions
  • Restoring previous versions
  • Important considerations when restoring
  • Best practices for version management
  1. ZBrain Documentation
  2. ZBrain Builder
  3. Prompts

How to manage prompt versions and restore previous versions

PreviousHow to manage and monitor promptsNextUser management: How to assign prompt permissions?

Last updated 12 hours ago

ZBrain's prompt manager includes powerful version control capabilities that allow you to track changes, compare different iterations, and restore previous versions when needed. This ensures you can experiment with prompt improvements while maintaining the ability to revert to earlier configurations if necessary.

Understanding version history

Accessing version history

  • Open the prompt you want to review in the prompt editor

  • Click on the circular arrow icon to access the version history panel, which will appear in the right corner of the interface

Version history panel

The version history panel displays:

  • A chronological list of all saved versions of your prompt

  • The date and time each version was created

  • The ZBrain user who made the changes

  • A blue dot indicator highlighting the current active version

Each entry in the version history represents a saved state of your prompt, including:

  • The prompt text and instructions

  • Model settings and parameters

  • Variable configurations

  • Role definitions

Comparing versions

The version history feature allows you to:

  • See when changes were made to your prompt

  • Identify who made specific changes

  • Understand the evolution of your prompt over time

  • Select different versions to view their complete configuration

This visibility helps teams maintain quality control and provides accountability for prompt modifications, especially in collaborative environments.

Restoring previous versions

If you need to revert to an earlier version of your prompt:

  • Review the available versions and their timestamps

  • Click on a previous version to preview its configuration

  • When you have identified the version you want to restore, click the ‘Restore’ button in the top-right corner

Important considerations when restoring

  • Restoring a previous version will replace the current active version

  • The restored version will become the new current version

  • The system will create a new entry in the version history indicating that a restoration occurred

Best practices for version management

  • Create meaningful changes between versions that are easy to identify

  • Test each new version before publishing to production

  • Review performance metrics between versions to validate improvements

  • Use version history to identify which configurations produced the best results

By effectively using the version history and restore functionality in ZBrain's prompt manager, you can confidently experiment with prompt optimizations while maintaining the ability to quickly revert to proven configurations when needed.

💻