AI-Assisted Help Monoceros 3

Monoceros provides machine-readable documentation that you can give to any AI assistant - ChatGPT, Claude, Gemini, Copilot, or any other - so it can answer your questions about Monoceros accurately. Most AI assistants have limited or outdated knowledge of Monoceros. By pointing them to the official documentation, you ensure they have complete and accurate information about all components, data types, workflow strategies, and common pitfalls - straight from the developer.

Documentation

Complete reference for all data types and Grasshopper components.

Workflows

Workflow strategies and step-by-step example workflows.

FAQ & tips

Frequently asked questions, tips & tricks for common workflows and troubleshooting.

Join a workshop

Hands-on workshops covering Monoceros fundamentals, module design, and advanced workflows.

Bare minimum ↓ GH

Bare minimum example

The simplest possible Monoceros setup - one module, one rule, one solver call. Grasshopper file for download.

Puzzle ↓ GH

Puzzle example

Interlocking puzzle-piece modules that can only connect one way. Grasshopper file for download.

How to use it

Give your AI assistant this link together with your question:

https://www.monoceros.tools/llms-full.txt

For example, type something like this into ChatGPT, Claude, or Gemini:

Read https://www.monoceros.tools/llms-full.txt and then help me: I have two Modules called “wall” and “floor”. How do I set up Rules so the wall can only connect to itself horizontally and to the floor below?

The AI will fetch the documentation and use it to answer your question. This works with most modern assistants that have web browsing (ChatGPT, Claude, Gemini, Copilot).

If your AI cannot browse the web

Some AI tools cannot fetch URLs. In that case you can provide the documentation manually:

Upload as a file

  1. Download llms-full.txt (right-click → “Save link as…”).
  2. Start a new conversation with your AI assistant.
  3. Attach the file using the paperclip or upload button.
  4. Type your question and send.

Or paste the text

  1. Open llms-full.txt in your browser.
  2. Select all (Ctrl+A / Cmd+A), copy, and paste it into the chat.
  3. Add your question after the pasted text.

What documentation files are available?

llms-full.txt - complete reference

The full documentation in a single text file: all data types with detailed specifications, every component with inputs/outputs/behavior, 7 workflow strategies, 30 example walkthroughs, 47 FAQ answers, and 19 tips & tricks. Use this one by default.

llms.txt - concise summary

A compact summary of key concepts, the standard workflow, all component names organized by category, and solutions to the 10 most common issues. Use this if your AI tool has a small context window or for quick lookups.

How do I get better answers from AI about Monoceros?

Example questions to ask

About these files

The llms.txt and llms-full.txt files follow the llms.txt standard - a convention for providing machine-readable documentation to AI assistants. They are maintained alongside the official Monoceros documentation and updated with each release.