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

# Getting Ready

> Architect removes the technical barriers. You don't need API keys, local environments, or Git repos. You just need an account and an idea.

## The Checklist

<CardGroup cols={2}>
  <Card title="Lyzr Account" icon="user">
    **Required**

    The only technical step. Sign up for Architect, and your Lyzr Studio Account is automatically created. This gives you seamless access to both Architect and Studio.

    [Sign Up / Login to Architect ↗](https://architect.new)
  </Card>

  <Card title="A Clear Intent" icon="lightbulb">
    **Critical**

    The AI is powerful, but it's not telepathic. The quality of your app depends on the clarity of your instructions.

    * ❌ "Build a CRM"
    * ✅ "Build a CRM for dentists to track patient follow-ups"
  </Card>

  <Card title="Source Files" icon="file-code">
    **Optional**

    If you want your app to answer questions about specific documents, have your PDFs, CSVs, or text files ready to upload.

    `.pdf` `.csv` `.docx`
  </Card>
</CardGroup>

## Preparation Tip: The "5-Minute Rule"

<Tip>
  Before you open Architect, spend 5 minutes writing down what you want. You don't need technical specs, but you should know:
</Tip>

<CardGroup cols={3}>
  <Card title="1. Who">
    Who is the user? (e.g., "A Sales Manager")
  </Card>

  <Card title="2. What">
    What is the input? (e.g., "Uploads a CSV of leads")
  </Card>

  <Card title="3. Outcome">
    What is the result? (e.g., "A chart showing revenue")
  </Card>
</CardGroup>

## Ready to launch?

If you have your account ready, jump straight into the builder.

<Card title="Go to Architect" icon="arrow-right" href="https://architect.new">
  Start building your first agentic app now.
</Card>
