Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docusaurus/docs/business-app/ai/vibe/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,12 @@ The top-right toolbar provides:
- **Download** — Download a complete archive of your project: full source, all assets, and the git history of every checkpoint.
- **Checkpoints** — Browse and restore previous versions of your project.

### Tags

Add tags to a project to categorize it. From the projects list, click **Configure** on a project card to open the Project Settings page, then add tags in the **Overview** section. Tags are stored in lowercase, with spaces converted to hyphens — "Client Work" becomes `client-work`.

Use the search box on the projects list to find a project by name, description, or tag.

## Tips for New Users

- **Start simple** — Begin with a clear, focused prompt. You can always add complexity in later iterations.
Expand Down
3 changes: 3 additions & 0 deletions docusaurus/docs/business-app/ai/vibe/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ Every project has a built-in knowledge base pre-loaded with the location's Busin
### Connectors
Vibe wires your generated app into the Business App tools you already use — so what you build isn't a standalone tool, it's connected to your business. The Forms connector captures submissions and routes them directly to your CRM. The Analytics connector pulls live performance data into custom dashboards. The Single sign-on connector gates a members area behind your customers' existing Business App accounts. See [Connectors](./connectors/index.md).

### Tags
Add free-form tags to a project from its Project Settings page to categorize it. Tags are stored in lowercase, with spaces converted to hyphens. The search box on the projects list matches against tags as well as name and description, so tagged projects are easy to find again. See [Tags](./getting-started.md#tags).

### Planning
Every generation produces a structured plan that drives the run. The plan, the architecture, and the file list are captured in the `COMPLETED` block at the end of each run so you can verify what was built. See [Planning](./guides/plan-mode.md).

Expand Down
Loading