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

# First Project

### Start Building Your First Project

Once setup is complete, you’re ready to build your first project.

What makes **Compyle** unique is its ability to **ask clarifying questions** about your ideas, helping refine your goals while generating working code.

<Frame caption="Building a Project in Compyle">
  <img className="block dark:hidden rounded-2xl my-4" src="https://mintcdn.com/compyle-01176785/KJ2BcQNrBoDXYyxX/images/using-compyle-light.png?fit=max&auto=format&n=KJ2BcQNrBoDXYyxX&q=85&s=23b225d4c0c32bad124a9f890606a38b" alt="Using Compyle Light" width="1869" height="817" data-path="images/using-compyle-light.png" />

  <img className="hidden dark:block rounded-2xl my-4" src="https://mintcdn.com/compyle-01176785/KJ2BcQNrBoDXYyxX/images/using-compyle-dark.png?fit=max&auto=format&n=KJ2BcQNrBoDXYyxX&q=85&s=6914f9dd3453cdbfad2347f52ec8feca" alt="Using Compyle Dark" width="1869" height="817" data-path="images/using-compyle-dark.png" />
</Frame>

<Callout type="info" icon="compass" color="#F59E0B">
  <strong>Compyle keeps you in control.</strong><br />
  You guide the vision — the model builds your project and confirms each step before applying changes.
</Callout>

***

### Creating New Projects or Tasks

When you're ready to build something new, you have two options:

| Action          | Description                                                                                    |
| --------------- | ---------------------------------------------------------------------------------------------- |
| **New Project** | Creates a new repository from scratch.                                                         |
| **New Task**    | Works inside the same repository and opens a new pull request — ideal for adding new features. |

<Callout type="info" icon="history" color="#10B981">
  You can revisit past projects and continue building by creating a new pull request.
</Callout>

***
