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

# Canvas

export const CircleHelpIcon = props => {
  return <div style={{
    display: "inline",
    justifyContent: "center",
    alignItems: "center"
  }}>
      <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round" aria-hidden="true" style={{
    display: "inline"
  }} {...props}>
        <circle cx="12" cy="12" r="10"></circle>
        <path d="M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3"></path>
        <path d="M12 17h.01"></path>
      </svg>
    </div>;
};

export const SunIcon = props => {
  return <div style={{
    display: "inline",
    justifyContent: "center",
    alignItems: "center"
  }}>
      <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round" aria-hidden="true" style={{
    display: "inline"
  }} {...props}>
        <circle cx="12" cy="12" r="4"></circle>
        <path d="M12 2v2"></path>
        <path d="M12 20v2"></path>
        <path d="m4.93 4.93 1.41 1.41"></path>
        <path d="m17.66 17.66 1.41 1.41"></path>
        <path d="M2 12h2"></path>
        <path d="M20 12h2"></path>
        <path d="m6.34 17.66-1.41 1.41"></path>
        <path d="m19.07 4.93-1.41 1.41"></path>
      </svg>
    </div>;
};

export const MoonIcon = props => {
  return <div style={{
    display: "inline",
    justifyContent: "center",
    alignItems: "center"
  }}>
      <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round" aria-hidden="true" style={{
    display: "inline"
  }} {...props}>
        <path d="M20.985 12.486a9 9 0 1 1-9.473-9.472c.405-.022.617.46.402.803a6 6 0 0 0 8.268 8.268c.344-.215.825-.004.803.401"></path>
      </svg>
    </div>;
};

export const Globe = props => {
  return <div style={{
    display: "inline",
    justifyContent: "center",
    alignItems: "center"
  }}>
      <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="18" height="18" fill="currentColor" stroke="currentColor" strokeWidth="0" style={{
    display: "inline"
  }} {...props}>
        <path d="M12 1c6.075 0 11 4.925 11 11s-4.925 11-11 11S1 18.075 1 12 5.925 1 12 1Zm3.241 10.5v-.001c-.1-2.708-.992-4.904-1.89-6.452a13.919 13.919 0 0 0-1.304-1.88L12 3.11l-.047.059c-.354.425-.828 1.06-1.304 1.88-.898 1.547-1.79 3.743-1.89 6.451Zm-12.728 0h4.745c.1-3.037 1.1-5.49 2.093-7.204.39-.672.78-1.233 1.119-1.673C6.11 3.329 2.746 7 2.513 11.5Zm18.974 0C21.254 7 17.89 3.329 13.53 2.623c.339.44.729 1.001 1.119 1.673.993 1.714 1.993 4.167 2.093 7.204ZM8.787 13c.182 2.478 1.02 4.5 1.862 5.953.382.661.818 1.29 1.304 1.88l.047.057.047-.059c.354-.425.828-1.06 1.304-1.88.842-1.451 1.679-3.471 1.862-5.951Zm-1.504 0H2.552a9.505 9.505 0 0 0 7.918 8.377 15.773 15.773 0 0 1-1.119-1.673C8.413 18.085 7.47 15.807 7.283 13Zm9.434 0c-.186 2.807-1.13 5.085-2.068 6.704-.39.672-.78 1.233-1.118 1.673A9.506 9.506 0 0 0 21.447 13Z"></path>
      </svg>
    </div>;
};

export const MonitorIcon = props => {
  return <div style={{
    display: "inline",
    justifyContent: "center",
    alignItems: "center"
  }}>
      <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round" aria-hidden="true" style={{
    display: "inline"
  }} {...props}>
        <rect width="20" height="14" x="2" y="3" rx="2"></rect>
        <line x1="8" x2="16" y1="21" y2="21"></line>
        <line x1="12" x2="12" y1="17" y2="21"></line>
      </svg>
    </div>;
};

export const ShareIcon = props => {
  return <div style={{
    display: "inline",
    justifyContent: "center",
    alignItems: "center"
  }}>
      <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round" aria-hidden="true" style={{
    display: "inline"
  }} {...props}>
        <circle cx="18" cy="5" r="3"></circle>
        <circle cx="6" cy="12" r="3"></circle>
        <circle cx="18" cy="19" r="3"></circle>
        <line x1="8.59" x2="15.42" y1="13.51" y2="17.49"></line>
        <line x1="15.41" x2="8.59" y1="6.51" y2="10.49"></line>
      </svg>
    </div>;
};

export const MessageCircleIcon = props => {
  return <div style={{
    display: "inline",
    justifyContent: "center",
    alignItems: "center"
  }}>
      <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round" aria-hidden="true" style={{
    display: "inline"
  }} {...props}>
        <path d="M7.9 20A9 9 0 1 0 4 16.1L2 22Z"></path>
      </svg>
    </div>;
};

export const TypeIcon = props => {
  return <div style={{
    display: "inline",
    justifyContent: "center",
    alignItems: "center"
  }}>
      <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round" aria-hidden="true" style={{
    display: "inline"
  }} {...props}>
        <polyline points="4 7 4 4 20 4 20 7"></polyline>
        <line x1="9" x2="15" y1="20" y2="20"></line>
        <line x1="12" x2="12" y1="4" y2="20"></line>
      </svg>
    </div>;
};

export const PaletteIcon = props => {
  return <div style={{
    display: "inline",
    justifyContent: "center",
    alignItems: "center"
  }}>
      <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round" aria-hidden="true" style={{
    display: "inline"
  }} {...props}>
        <path d="M12 22a1 1 0 0 1 0-20 10 9 0 0 1 10 9 5 5 0 0 1-5 5h-2.25a1.75 1.75 0 0 0-1.4 2.8l.3.4a1.75 1.75 0 0 1-1.4 2.8z"></path>
        <circle cx="13.5" cy="6.5" r=".5" fill="currentColor"></circle>
        <circle cx="17.5" cy="10.5" r=".5" fill="currentColor"></circle>
        <circle cx="6.5" cy="12.5" r=".5" fill="currentColor"></circle>
        <circle cx="8.5" cy="7.5" r=".5" fill="currentColor"></circle>
      </svg>
    </div>;
};

export const PenToolIcon = props => {
  return <div style={{
    display: "inline",
    justifyContent: "center",
    alignItems: "center"
  }}>
      <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round" aria-hidden="true" style={{
    display: "inline"
  }} {...props}>
        <path d="M15.707 21.293a1 1 0 0 1-1.414 0l-1.586-1.586a1 1 0 0 1 0-1.414l5.586-5.586a1 1 0 0 1 1.414 0l1.586 1.586a1 1 0 0 1 0 1.414z"></path>
        <path d="m18 13-1.375-6.874a1 1 0 0 0-.746-.776L3.235 2.028a1 1 0 0 0-1.207 1.207L5.35 15.879a1 1 0 0 0 .776.746L13 18"></path>
        <path d="m2.3 2.3 7.286 7.286"></path>
        <circle cx="11" cy="11" r="2"></circle>
      </svg>
    </div>;
};

export const Scissors = props => {
  return <div style={{
    display: "inline",
    justifyContent: "center",
    alignItems: "center"
  }}>
      <svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round" className="lucide lucide-scissors size-4" aria-hidden="true" style={{
    display: "inline"
  }} {...props}>
        <circle cx="6" cy="6" r="3"></circle>
        <path d="M8.12 8.12 12 12"></path>
        <path d="M20 4 8.12 15.88"></path>
        <circle cx="6" cy="18" r="3"></circle>
        <path d="M14.8 14.8 20 20"></path>
      </svg>
    </div>;
};

export const HandIcon = props => {
  return <div style={{
    display: "inline",
    justifyContent: "center",
    alignItems: "center"
  }}>
      <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round" aria-hidden="true" style={{
    display: "inline"
  }} {...props}>
        <path d="M18 11V6a2 2 0 0 0-2-2a2 2 0 0 0-2 2"></path>
        <path d="M14 10V4a2 2 0 0 0-2-2a2 2 0 0 0-2 2v2"></path>
        <path d="M10 10.5V6a2 2 0 0 0-2-2a2 2 0 0 0-2 2v8"></path>
        <path d="M18 8a2 2 0 1 1 4 0v6a8 8 0 0 1-8 8h-2c-2.8 0-4.5-.86-5.99-2.34l-3.6-3.6a2 2 0 0 1 2.83-2.82L7 15"></path>
      </svg>
    </div>;
};

export const MousePointerIcon = props => {
  return <div style={{
    display: "inline",
    justifyContent: "center",
    alignItems: "center"
  }}>
      <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round" aria-hidden="true" style={{
    display: "inline"
  }} {...props}>
        <path d="M3 3l7.07 16.97 2.51-7.39 7.39-2.51L3 3z"></path>
        <path d="M13 13l6 6"></path>
      </svg>
    </div>;
};

export const HouseIcon = props => {
  return <div style={{
    display: "inline",
    justifyContent: "center",
    alignItems: "center"
  }}>
      <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round" aria-hidden="true" style={{
    display: "inline"
  }} {...props}>
        <path d="M15 21v-8a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v8"></path>
        <path d="M3 10a2 2 0 0 1 .709-1.528l7-6a2 2 0 0 1 2.582 0l7 6A2 2 0 0 1 21 10v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"></path>
      </svg>
    </div>;
};

Every design you create in Kombai is stored in a Canvas. It is where you interact with your designs, iterate on them, and access the rest of the Design Mode features.

## Open a Canvas

There are two ways to open a Canvas in Design Mode:

* **Prompt Kombai directly:** Switch to Design Mode and describe what you want to build. Kombai will generate the design in a Canvas and open it automatically.
* **Create one manually:** Switch to Design Mode, then click the <HouseIcon /> icon in the chat input to go to the Canvas Gallery page. Click **Create a new Canvas**, enter a name, and click the **Create** button to open a new Canvas.

## Canvas Gallery

The Canvas Gallery page is the central hub for managing all your designs. It shows all your canvases as cards.

To open the Canvas Gallery:

* Switch to Design mode from the modes dropdown in the chat input box.
* Click the **<HouseIcon /> Canvas Gallery** icon in the chat input.
* Now create a new canvas by clicking on the **Create a new Canvas** button or open an existing canvas by clicking on the respective canvas card.

Kombai, by default, opens the Canvas Gallery page in the Kombai Browser. But you can also open it in your IDE by turning off the **Open canvas in browser** toggle in the **General settings** tab of the [Settings](/account/settings) page.

## Canvas toolbars

The Canvas has a **bottom toolbar**, a **top toolbar**, and a **zoom bar**. The bottom toolbar is always visible, floating at the bottom center of the Canvas. The top toolbar appears at the top center when you select a design. The zoom bar floats at the bottom right.

### Bottom toolbar

The bottom toolbar gives you access to Canvas navigation tools and the core Design Mode features.

| Icon                                | Action                                                                                                                                                                           | Shortcut |
| ----------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------- |
| <MousePointerIcon /> / <HandIcon /> | **Select** to interact with designs on the Canvas (default), or **Pan** to click and drag around the infinite Canvas. A single merged control — click the caret to switch modes. | V / H    |
| <Scissors />                        | Snip a portion of the design and attach it to the chat window.                                                                                                                   | S        |
| <PenToolIcon />                     | **Edit** tool — select any element in a design and adjust it in the [CSS Editor](./css-editor) panel.                                                                            | E        |
| <TypeIcon />                        | Add a text node to the Canvas for annotations, labels, or notes.                                                                                                                 | T        |
| <MessageCircleIcon />               | Add comments on your designs. Use comments to leave feedback or notes for yourself or your team.                                                                                 | C        |

### Top toolbar

The top toolbar appears when you select a design. It provides four actions: **Open in browser**, **Add to context**, **Generate**, and **Code design** (a **Code element** button replaces **Code design** when an element inside the design is selected). When space is limited, some actions collapse into an overflow menu.

<AccordionGroup>
  <Accordion title="Open in browser">
    Opens the selected design in your browser, sized to the viewport that best matches the design's width (mobile, tablet, or desktop).
  </Accordion>

  <Accordion title="Add to context">
    Attaches the selected design to the chat window as context. This is useful when you want to reference the design in a prompt without generating code immediately.
  </Accordion>

  <Accordion title="Generate">
    It provides options to generate Versions or Variants, or regenerate the entire design:

    * **Generate Versions:** Generates Versions based on the selected device, breakpoint, and mode.
    * **Generate Variants:** Generates a new Variant of the selected design. Hover over the categories to pick a preset, or choose **Surprise Me**.
    * **Regenerate Design:** Regenerates the selected design.
  </Accordion>

  <Accordion title="Code design">
    Attaches the selected design to the chat input and sends a prompt to the agent to generate code for it.
  </Accordion>
</AccordionGroup>

### Zoom bar

| Icon                        | Action                                                                                                                                                                    |
| --------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Zoom                        | Click to see various zoom options for the designs.                                                                                                                        |
| <ShareIcon />               | Open the **Collaborate on design** modal to share your canvas and Design Systems with your team. See [Collaboration](/design/collaboration) for details.                  |
| <MonitorIcon /> / <Globe /> | Toggle where the Canvas is displayed. Shows **Open in editor** (<MonitorIcon />) when viewing in the browser, or **Open in browser** (<Globe />) when viewing in the IDE. |
| <CircleHelpIcon />          | Open the help docs.                                                                                                                                                       |

## Attach Canvas and Designs in chat

You can attach an entire Canvas or individual designs to the Kombai chat as context for code generation or design questions.

**Attach a Canvas:**

1. Type `@Canvas` in the chat input.
2. Select the Canvas you want to attach.
3. Write your prompt and send.

**Attach a Design:**

1. Type `@Designs` in the chat input.
2. Select the individual design you want to attach.
3. Write your prompt and send.

## Right-click menu options

### Right-click on a design

Here are the options you see when you right-click on a design within the Canvas:

| Option            | Shortcut | Description                                                                                                                                                                                                    |
| ----------------- | -------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Add to context    |          | Attach the selected design to the chat window as context.                                                                                                                                                      |
| Focus             | ⇧2       | Bring the selected design into focus on the Canvas.                                                                                                                                                            |
| Cut               | ⌘X       | Cut the selected design.                                                                                                                                                                                       |
| Copy              | ⌘C       | Copy the selected design.                                                                                                                                                                                      |
| Paste             | ⌘V       | Paste a copied design onto the Canvas.                                                                                                                                                                         |
| Duplicate         | ⌘D       | Duplicate the selected design.                                                                                                                                                                                 |
| Delete            | delete   | Delete the selected design.                                                                                                                                                                                    |
| Viewport          |          | Resize the design to a preset or custom dimension. Opens a submenu with **Content Height** (full natural height), **Mobile** (375 × 812), **Tablet** (768 × 1024), **Desktop** (1440 × 800), and **Custom...** |
| Generate Versions |          | Generate device- or mode-specific versions of the selected design. See [Generate Versions](#generate-versions).                                                                                                |
| Generate Variants |          | Generate a new variant of the selected design by targeting specific aspects for improvement. See [Generate Variants](#generate-variants).                                                                      |
| Regenerate design |          | Regenerate the selected design from scratch using the same original prompt.                                                                                                                                    |
| Edit              |          | Opens a submenu with **Edit Design**, which activates the Edit tool to adjust the design in the [CSS Editor](./css-editor) panel.                                                                              |
| Open in browser   |          | Opens a submenu with **Open** (opens the design in the browser) and **Copy Link** (copies a shareable link to the design).                                                                                     |
| Export            |          | Opens a submenu with **Copy as PNG**, **Copy as HTML**, **Save as PNG**, and **Save as HTML**.                                                                                                                 |
| Apply             |          | Opens an **Apply** submenu listing your saved Design Systems. Select one to regenerate the design using its tokens.                                                                                            |
| Select element    |          | Enter element selection mode to select an individual element within the design.                                                                                                                                |

### Right-click on an element

When you select a specific element within a design using the <PenToolIcon /> **Edit** tool, right-clicking on it shows the following options:

| Option                 | Description                                                     |
| ---------------------- | --------------------------------------------------------------- |
| Add element to context | Attach only the selected element to the chat window as context. |
| Generate Image         | Generate an AI image for the selected element.                  |
| Generate Video         | Generate an AI video for the selected element.                  |

### Right-click on an empty area

Here are the options you see when you right-click on an empty area of the Canvas:

| Option         | Shortcut | Description                                                              |
| -------------- | -------- | ------------------------------------------------------------------------ |
| Paste          | ⌘V       | Paste a copied design onto the Canvas.                                   |
| Import designs |          | Import one or more `.html` files from disk as new designs on the Canvas. |
| Zoom in        |          | Zoom into the Canvas.                                                    |
| Zoom out       |          | Zoom out of the Canvas.                                                  |
| Focus          | ⇧2       | Bring the selected design into focus on the Canvas.                      |

## Generate Versions vs Generate Variants

Both options create new designs from an existing one, but they serve different purposes.

|                         | Generate Versions                                                    | Generate Variants                                                      |
| ----------------------- | -------------------------------------------------------------------- | ---------------------------------------------------------------------- |
| **Purpose**             | Adapt a design to a different device size or color mode              | Explore a different direction for the same design                      |
| **What changes**        | Viewport width or light/dark mode                                    | Visual style, layout, interactions, responsiveness, or custom aspects  |
| **What stays the same** | Content and overall design intent                                    | The core design intent and prompt                                      |
| **When to use**         | You need a mobile, tablet, or dark mode version of a finished design | You want to iterate on or improve an existing design                   |
| **Output**              | A version optimized for the selected device and mode                 | One or more variant designs based on the selected improvement category |

## Generate Versions

You can ask Kombai to create device-specific and dark/light mode versions of a design using the **Generate Versions** option in the top toolbar or from the right-click menu on a design.

<Steps>
  <Step title="Select a device">
    Choose a target device breakpoint for the version.

    | Device | Width                           |
    | ------ | ------------------------------- |
    | Mobile | 390 px                          |
    | Tablet | 768 px                          |
    | Laptop | 1280 px                         |
    | Custom | Enter a custom width in pixels. |
  </Step>

  <Step title="Select a mode">
    Choose **Light** or **Dark** mode for the version.
  </Step>

  <Step title="Generate">
    Click **Generate Version** to create the version.
  </Step>
</Steps>

## Generate Variants

Generate Variants lets you create new variants of a selected design by targeting specific aspects for improvement.

<Steps>
  <Step title="Select a design">
    Click on the design on the Canvas you want to create a variant of.
  </Step>

  <Step title="Open Generate Variants">
    Click the **Generate** dropdown in the top toolbar and hover over **Generate
    Variants** to see the pre-defined categories of presets for variants.
  </Step>

  <Step title="Select an option">
    Choose a category and sub-option. Kombai sends a prompt to the agent along
    with your selected design and generates the variant.
  </Step>
</Steps>

The pre-defined categories for variants and their sub-options are described below:

### Improve styles

Refine the visual appearance of your design.

| Option                        | Description                                                                                |
| ----------------------------- | ------------------------------------------------------------------------------------------ |
| **Surprise me**               | Let Kombai choose a style improvement automatically.                                       |
| **Suggest a style direction** | Get a new overall style direction for the design.                                          |
| **Soften**                    | Make the design softer with gentler colors, rounded edges, and lighter contrasts.          |
| **Intensify**                 | Make the design bolder with stronger colors, sharper contrasts, and heavier visual weight. |
| **Pop colors**                | Increase color vibrancy and saturation across the design.                                  |
| **Add depth**                 | Introduce shadows, layering, and dimension to create a more three-dimensional feel.        |
| **Improve typography**        | Enhance font choices, sizing, spacing, and typographic hierarchy.                          |

### Improve structure

Adjust the layout and spatial organization of your design.

| Option               | Description                                                                         |
| -------------------- | ----------------------------------------------------------------------------------- |
| **Surprise me**      | Let Kombai choose a structural improvement automatically.                           |
| **Rearrange layout** | Reorganize how sections and elements are positioned on the page.                    |
| **Simplify**         | Reduce visual clutter by removing unnecessary elements and streamlining the layout. |
| **Enrich**           | Add more content and detail to make the design more comprehensive.                  |
| **Fix hierarchy**    | Improve the visual hierarchy so the most important elements stand out clearly.      |
| **Adjust density**   | Change how tightly or loosely elements are spaced across the design.                |

### Improve interactions

Add or enhance motion and interactive elements.

| Option           | Description                                                     |
| ---------------- | --------------------------------------------------------------- |
| **All aspects**  | Improve all interactive aspects of the design at once.          |
| **Animations**   | Add or refine animations and transitions throughout the design. |
| **Add sparkles** | Add subtle decorative micro-interactions and sparkle effects.   |

### Improve responsiveness

Optimize the design for different screen sizes.

| Option            | Description                                     |
| ----------------- | ----------------------------------------------- |
| **All aspects**   | Improve responsiveness across all device sizes. |
| **Mobile**        | Optimize the design for mobile screens.         |
| **Tablet**        | Optimize the design for tablet screens.         |
| **Large screens** | Optimize the design for large desktop screens.  |

### Surprise Me

Below the preset categories, the **Surprise Me** option lets Kombai pick an improvement direction for the design on its own and generate a variant based on it.

## Regenerate design

Regenerates the selected design from scratch using the same original prompt. Use this when you want a completely fresh take on the design rather than an incremental improvement. Select a design, click the **Generate** dropdown in the top toolbar, and click **Regenerate design**.

## FAQs

<AccordionGroup>
  <Accordion title="I am unable to view the designs that Kombai generated.">
    If Kombai has generated the designs but they are not appearing on the Canvas, please reopen the current Canvas tab in your IDE.

    You can reopen it in either of these ways:

    1. Click the `.canvas` file directly in your repository.
    2. Open the **Canvas Gallery** in Kombai and select your Canvas.

    If the issue persists, please reach out to [support@kombai.com](mailto:support@kombai.com).
  </Accordion>
</AccordionGroup>
