> ## Documentation Index
> Fetch the complete documentation index at: https://docs.nativeline.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Guides Overview

> Deep dives, tutorials, and how-to references for Nativeline

# 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

<Card title="How Do I..." icon="circle-question" href="/guides/how-do-i">
  **Your go-to quick reference**

  Find immediate answers to common questions: How do I clear a plan? What happens after build errors? How do I read logs?
</Card>

***

## Core Guides

<CardGroup cols={2}>
  <Card title="Prompt Writing Workshop" icon="pen-fancy" href="/guides/prompt-workshop">
    Master the art of communicating with the AI. Learn prompt structures, see examples, and dramatically improve your results.
  </Card>

  <Card title="Debugging Guide" icon="bug" href="/guides/debugging">
    Complete walkthrough of debugging in Nativeline. Understanding errors, the 3-attempt cycle, manual fixes, and more.
  </Card>

  <Card title="Working with Plans" icon="list-check" href="/guides/working-with-plans">
    Learn how AI plans work, how to clear them with /planclear, resume work, and start fresh.
  </Card>

  <Card title="Fixing Build Errors" icon="wrench" href="/guides/fixing-build-errors">
    When automatic fixes fail, here's how to intervene manually and get your app building again.
  </Card>
</CardGroup>

***

## Pro Features

<CardGroup cols={2}>
  <Card title="Reading App Logs" icon="terminal" href="/guides/app-logs">
    Pro plan feature: Use the code editor's logs to debug runtime issues and understand app behavior.
  </Card>

  <Card title="Optimizing AI Usage" icon="gauge-high" href="/guides/optimizing-usage">
    Get more done with fewer bits. Strategies for efficient prompting and smart building.
  </Card>
</CardGroup>

***

## Advanced Topics

<CardGroup cols={2}>
  <Card title="Common Scenarios" icon="book" href="/guides/common-scenarios">
    Specific cases and their solutions: data sync issues, complex UI layouts, performance problems.
  </Card>

  <Card title="Advanced Prompting" icon="wand-magic-sparkles" href="/guides/advanced-prompting">
    Multi-step requests, complex features, and techniques for ambitious projects.
  </Card>
</CardGroup>

***

## 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](/guides/common-scenarios) |

For more, see the complete [How Do I...](/guides/how-do-i) reference.

***

## Getting Help

If you can't find what you need:

<CardGroup cols={2}>
  <Card title="FAQs" icon="circle-question" href="/faqs/general">
    Comprehensive Q\&A organized by topic
  </Card>

  <Card title="Discord Community" icon="discord" href="https://discord.gg/nativeline">
    Get help from other Nativeline users
  </Card>
</CardGroup>
