Guides
Welcome to the Guides section — your resource for mastering Nativeline. Here you’ll find deep dives into specific topics, quick references, and solutions to common scenarios.Quick Reference
How Do I...
Your go-to quick referenceFind immediate answers to common questions: How do I clear a plan? What happens after build errors? How do I read logs?
Core Guides
Prompt Writing Workshop
Master the art of communicating with the AI. Learn prompt structures, see examples, and dramatically improve your results.
Debugging Guide
Complete walkthrough of debugging in Nativeline. Understanding errors, the 3-attempt cycle, manual fixes, and more.
Working with Plans
Learn how AI plans work, how to clear them with /planclear, resume work, and start fresh.
Fixing Build Errors
When automatic fixes fail, here’s how to intervene manually and get your app building again.
Pro Features
Reading App Logs
Pro plan feature: Use the code editor’s logs to debug runtime issues and understand app behavior.
Optimizing AI Usage
Get more done with fewer bits. Strategies for efficient prompting and smart building.
Advanced Topics
Common Scenarios
Specific cases and their solutions: data sync issues, complex UI layouts, performance problems.
Advanced Prompting
Multi-step requests, complex features, and techniques for ambitious projects.
Most Common Questions
People usually come to Guides looking for:| Question | Answer |
|---|---|
| How do I clear a plan? | Type /planclear in the chat |
| What if the AI keeps failing? | After 3 attempts, press Run App → wait for popup → click Apply Fix |
| How do I see logs? | Pro plan: Code Editor → Logs tab |
| How do I undo changes? | Tell the AI “undo that” or use git history |
| Why is my build slow? | First build takes longer; see common scenarios |