# Snapshots

## **Capri AI Snapshot Guide**

*Automate and share AI agents easily!*

***

### **What’s a Snapshot?**

A Snapshot is like a "copy machine" for your AI agent. It lets you:

* **Copy** an agent’s setup (prompts, triggers, actions)
* **Update** all copied agents at once
* Keep your **original agent** as the "master copy"

***

### **Step 1: Create Your Snapshot**

*(Make a master copy of your agent)*

1. Go to **Chatbots** > pick the agent you want to copy
2. Click the **3 dots** (...) at the top-right
3. Choose **“Create Snapshot”**
4. Name it (Example: “Main Support Bot”)
5. Click **“Create”** – done!

***

### **Step 2: Make New Agents from Your Snapshot**

*(Build copies fast!)*

1. Click **+ Chatbot** > **“Snapshot Build”**
2. Pick your Snapshot from the list
3. Name your new agent (Example: “Summer Sale Bot”)
4. Check **“Copy All Settings”**
5. Click **“Create Agent”**

**After creating:**

* Connect tools: Re-link calendars, phone numbers, or apps
* Turn on triggers: Go to **Triggers** > switch to “On”\
  \
  **Step 3: Update All Your Agents**

  *(Fix once, update everywhere!)*

  1. **Make Changes** Edit your original agent’s prompts, triggers, or settings
  2. **Update Your Snapshot**
  3. Go to **Snapshots**
  4. Click **“Sync with Original”**
  5. Check boxes for what to update: ☑ Prompts ☑ Triggers ☑ Actions
  6. Click **“Save to Snapshot”**
  7. **Send Updates to Agents**
  8. Click **“Sync Agents with Snapshot”**
  9. Choose which agents to update (check their names ✅)
  10. Pick what to change: ☑ Prompts ☑ Triggers ☑ Actions
  11. Click **“Sync Agents”** → Changes go live in 2 minutes!


---

# 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://help.capriai.us/capri-portal/snapshots.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.
