How to Use These Docs Effectively
These documentation files are designed with LLM-forward principles in mind, meaning they’re optimized for use with Language Learning Models (LLMs) like Claude, ChatGPT, or Cursor’s AI assistant. This page explains how to get the most out of these docs.The LLM-Forward Approach
What Does “LLM-Forward” Mean?
LLM-forward documentation is structured to provide complete, contextual information that AI assistants can easily understand and act upon. Instead of requiring you to piece together information from multiple sources, these docs contain comprehensive context within each file. This approach follows the same documentation strategy used by leading AI platforms like Claude, which provides detailed context upfront so the AI can generate better, more accurate responses.Why This Matters
Traditional documentation:- Requires you to read multiple pages
- Makes you connect dots between concepts
- Forces you to remember context across sessions
- Leads to incomplete implementations
- Provides complete context in one place
- Allows AI to connect concepts automatically
- Enables accurate, context-aware assistance
- Results in better implementations
How to Use These Docs with LLMs
Method 1: Copy Entire Docs
Best for: Getting comprehensive, context-rich assistance on a specific topic. When to use:- Starting a new implementation
- Learning a new concept
- Need deep understanding of a topic
- Building complex features
- Open the relevant documentation file
- Copy the entire contents (Cmd/Ctrl + A, then Cmd/Ctrl + C)
- Paste into your LLM prompt, prefaced with:
Method 2: Copy Multiple Related Docs
Best for: Building features that require understanding multiple concepts. When to use:- Building co-branded experiences (needs data model + storefronts docs)
- Implementing drops (needs drops docs + custom fields)
- Setting up integrations (needs API docs + data models)
- Identify all relevant documentation files
- Copy each file’s contents
- Combine them in one prompt with clear section headers
Method 3: Selective Context Extraction
Best for: Quick questions about specific topics. When to use:- Quick reference questions
- Clarifying specific concepts
- Understanding particular patterns
- Troubleshooting specific issues
- Find the specific section you need
- Copy that section plus relevant context around it
- Include any related code examples or patterns
Method 4: Progressive Context Building
Best for: Complex implementations that build on each other. When to use:- Building multiple related features
- Iterative development
- Learning while building
- Refactoring existing code
- Start with high-level overview docs
- Add specific docs as you drill into features
- Include your current code for context
- Ask for incremental improvements
Method 5: Complete Context Dumps
Best for: Comprehensive implementations from scratch. When to use:- Building entire features from scratch
- Complex implementations requiring full context
- Want AI to consider all possibilities
- Need optimal, best-practice implementations
- Identify all relevant documentation
- Copy everything (data models, API references, patterns, examples)
- Provide clear, specific requirements
- Ask for complete implementation
Best Practices for LLM Prompts
1. Always Include Relevant Context
Don’t do this:2. Be Specific About Your Context
Don’t do this:3. Include Your Current Code
Don’t do this:4. Reference Specific Patterns
Don’t do this:5. Ask for Improvements Based on Best Practices
Don’t do this:Recommended Doc Combinations
Building Co-Branded Storefronts
Combine:co-branded-storefronts.mdxdata-model-overview.mdxcreator-collab-data-model.mdxcustom-fields-reference.mdxglossary.mdx
Implementing Drops
Combine:drops-products-data-model.mdxshopify-integration-data-model.mdxcustom-fields-reference.mdxdata-model-overview.mdx
API Integration
Combine:api-overview.mdxunified-api-reference.mdxdata-model-overview.mdxglossary.mdx
Building Sections/Snippets
Combine:data-model-overview.mdx- Relevant data model docs (creator-collab, drops-products, etc.)
custom-fields-reference.mdxshopify-integration-data-model.mdx
Learning the Platform
Start with:the-3-ms.mdx- Understand the philosophygetting-started.mdx- Platform overviewglossary.mdx- Learn terminologydata-model-overview.mdx- Understand architecture- Then dive into specific topics as needed
Copying Docs: Tips & Tricks
Tooling Recommendations
For Desktop:- Use your code editor to open
.mdxfiles - Full file selection is easier in editors
- Some editors have “copy file path” features
- Use the Mintlify docs site if available
- Browser extensions for selecting all content
- Use “View Source” if available
- Cursor: Open file in editor, select all, paste into chat
- ChatGPT/Claude: Copy from editor, paste in chat
- Some tools support file uploads (use
.mdxor convert to.md)
Organizing Your Prompts
Use clear section headers:- Finds if the current product is in any creator’s drops
- Displays the enhancement note if found
- Shows creator name and profile picture
- Handles missing data gracefully
sections/cc-product-review.liquid
- How creators relate to channels/brands
- How drops relate to creators and collections
- How I access this data in Liquid templates
- Common patterns I should know