Documentation

Learn how to make the most of all Planaria features.

Getting Started
Learn how to install and set up the Planaria plugin.
Generating Components
Create new Grasshopper components using natural language descriptions.
Auto Error Fixing
Learn how Planaria automatically diagnoses and fixes compilation errors.
Code Improvement
Optimize existing components and add new features.
Community Library
Browse and share community components, learn prompting techniques from others.
Configuration
Customize Planaria settings and preferences.
5-Minute Quick Start
From installation to generating your first component

1. Install the Plugin

Download the .gha file from the download page and copy it to your Grasshopper Libraries folder. Remember to right-click the file → Properties → Unblock.

2. Open Grasshopper

Launch Rhino and open Grasshopper. You'll find Planaria components under the "AI" category.

3. Sign In

Drag the Dashboard component onto the canvas and click "Sign in with Google". First-time login automatically creates your account.

4. Generate Your First Component

Drag the AI Script component onto the canvas. Enter a description of the component you want, such as "Create a component that divides a curve into evenly spaced points". Press Enter or click generate, and Planaria will create a working C# component!

5. Explore More

If the generated component has errors, Planaria will automatically try to fix them. You can also browse community-shared components through the LAB component for inspiration.

Prompting Tips

Be specific about inputs/outputs: "Input a curve and a number, output evenly distributed points" is clearer than "divide curve".

Reference existing components: "Like Divide Curve but output tangent vectors instead" works well.

Break down complex requests: Generate a basic version first, then use the improve feature to add details.

Common Questions

Component fails to compile: The system will automatically try to fix it, up to 3 retries. If it still fails, try a clearer description.

Ran out of quota: Free plan has weekly usage limits. Upgrade to Pro for more quota.

Need more help: Visit our contact page to submit questions.