Quick Start: URL Context
The fastest way to get started is to provide this URL directly to your AI tool:This file contains ~73,000 tokens of comprehensive Cello documentation optimized for LLM consumption.
Method 2: Direct Content Injection
For AI tools that don’t support URL fetching, you can copy the entire documentation:- Download the documentation: Open llms-full.txt
- Copy all content: Select all (Ctrl/Cmd + A) and copy
- Paste into your AI tool: Add as context before your questions
Some AI tools have token limits. The full documentation is ~73,000 tokens, so you may need to use tools like Claude (200k context) or GPT-4 Turbo (128k context).
Method 3: MCP Server Integration
For advanced integrations, connect directly to our Model Context Protocol (MCP) server:Example Prompts
Here are some powerful prompts to get you started:Basic Integration
Advanced Attribution
Custom Integration
Best Practices
Provide Specific Context
Provide Specific Context
Always mention what you’re building (web app, mobile app, backend service) for more targeted assistance.
Request Complete Examples
Request Complete Examples
Ask for full, runnable code examples including error handling and edge cases.
Verify API Endpoints
Verify API Endpoints
Always confirm the latest API endpoints and authentication methods from the documentation.
Test Incrementally
Test Incrementally
Build and test features step-by-step rather than implementing everything at once.
Troubleshooting
Issue | Solution |
---|---|
AI doesn’t fetch URL | Use Method 2 (copy-paste) instead |
Token limit exceeded | Focus on specific sections or use an AI with larger context window |
Outdated information | Always verify critical details at docs.cello.so |