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

# Managing Your Rainfrog Projects and Campaign Canvases

> Learn how to create, organize, and manage your Rainfrog projects — each one a saved canvas with a fully configurable node workflow inside.

The **Projects** tab is your home base in Rainfrog. Every project is a saved canvas that holds a complete node workflow — assets, generators, connections, and outputs in one place. Open a project to pick up where you left off, or create a new one for a fresh campaign.

## Creating a project

<Steps>
  <Step title="Open the Projects tab">
    Navigate to **Projects** in the main sidebar. You'll see your existing projects and usage against your plan limit.
  </Step>

  <Step title="Click New Project">
    Click **New Project**, give your project a name, and create it.
  </Step>

  <Step title="Start building on the canvas">
    The canvas opens automatically. Add nodes from the floating dock, connect them, and click **Generate**.
  </Step>
</Steps>

You can also duplicate a project from the options menu (⋯) on a project card. The clone opens as a new project with the workflow copied over.

## The project canvas

Inside a project you work on the node canvas:

* **Add nodes** from the floating dock — assets, specialized generators, Image Generator, Video Generator, and notes
* **Connect nodes** by dragging from an output handle to an input handle
* **Choose a model** on the generator, check the credit cost, then click **Generate**
* **Start from a template** — Fashion Shooting, Product Still Life, or UGC Content from the dock

The canvas **auto-saves** as you work. You never need a separate save step for normal editing.

## Organizing your projects

| Action        | How to do it                                               |
| ------------- | ---------------------------------------------------------- |
| **Rename**    | Use the options menu (⋯) or inline rename where available  |
| **Duplicate** | Select **Duplicate** from the options menu                 |
| **Delete**    | Select **Delete** from the options menu. This is permanent |

<Warning>
  Deleting a project permanently removes its canvas, nodes, and generated outputs in that project. This cannot be undone.
</Warning>

<Tip>
  Duplicate a project before major experiments — a fast way to create an A/B variant of a campaign workflow.
</Tip>

## Project limits

| Plan  | Project limit |
| ----- | ------------- |
| Hobby | 6 projects    |
| Pro   | 25 projects   |
| Ultra | Unlimited     |

If you hit the limit, delete a project you no longer need or upgrade. See [Plans and Credits](/plans-and-credits).

## Undo and redo

* **Undo** — `Cmd+Z` (Mac) or `Ctrl+Z` (Windows/Linux)
* **Redo** — `Cmd+Shift+Z` (Mac) or `Ctrl+Shift+Z` (Windows/Linux)

Undo and redo apply to canvas edits in the current session.
