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

# Quickstart

> Start building an awesome website in minutes

## Get started in three steps

With Fimo, you can go from idea → live website in just a few minutes.

<img src="https://mintcdn.com/strapi/eoi1RwdVs5LNK9-z/public/images/fimo-homepage@2x.png?fit=max&auto=format&n=eoi1RwdVs5LNK9-z&q=85&s=99c7c8bfca98a3a59cfd868896f8d4a5" alt="Fimo's Homepage" width="3144" height="2020" data-path="public/images/fimo-homepage@2x.png" />

***

### Step 1: Sign up and create your account

<AccordionGroup>
  <Accordion icon="user-plus" title="Sign up & create a project">
    1. Go to [fimo.ai/signup](https://fimo.ai/signup).
    2. Sign up with **Google, GitHub, or email**.
    3. Once inside, click **New Project** to start building.
    4. You’ll be taken to a dedicated page with the **chat at the center**, this is where your website begins.
  </Accordion>

  <Accordion icon="keyboard" title="Write your first prompt">
    1. In the central chat input, type your first prompt.
    2. You can use one of the suggested prompts below the field, or describe the website you want.

    **Example prompt:** *“Create a website that lists non-profit organizations in Mexico.”*

    <Tip>Check our [Tips & Tricks](/guides/prompt-engineering-101) for inspiration on writing effective prompts.</Tip>
  </Accordion>
</AccordionGroup>

<video autoPlay muted loop playsInline className="w-full" src="https://mintcdn.com/strapi/AdJTJReEqlSEMJ-Q/public/videos/project-creation-4K-30fps.mp4?fit=max&auto=format&n=AdJTJReEqlSEMJ-Q&q=85&s=8c63b8336c34eb23f8e3bf36718a74fc" data-path="public/videos/project-creation-4K-30fps.mp4" />

***

### Step 2: Personalize your website

<AccordionGroup>
  <Accordion icon="file-circle-plus" title="Add new pages">
    1. Use the **chat panel on the left**.
    2. Type a prompt describing the page you want to add (e.g., *“Add a Contact page with a map.”*).
    3. Fimo will generate the page instantly and add it to your site.
  </Accordion>

  <Accordion icon="pen-to-square" title="Edit the content">
    1. In the **Preview**, click the **Edit** button (or press <kbd>⌥</kbd> / <kbd>Alt</kbd> <kbd>E</kbd> on your keyboard).
    2. Click directly on any text to update it.
    3. Save your changes, no credits are used for editing content.
  </Accordion>

  <Accordion icon="palette" title="Edit the styles">
    1. In the **Preview**, click the **Edit** button.
    2. Select any component on the page.
    3. The chat panel will switch to a **Style panel**.
    4. Adjust fonts, sizes, margins, padding, backgrounds, and more.
  </Accordion>

  <Accordion icon="brush" title="Update your site name and URL">
    1. At the top of the editor, click the **Project name dropdown**.
    2. Select **Project Settings**.
    3. Update your **site name, community visibility, etc** from there.
  </Accordion>
</AccordionGroup>

***

### Step 3: Go live

<Accordion icon="rocket" title="Publish your website">
  1. Click the **Publish** button in the top-right corner.
  2. Fimo will deploy your site automatically.
  3. Share your new live link — you’re online! 🎉
</Accordion>

***

## Next steps

Now that your site is live, here are the top features to explore next:

<CardGroup cols={2}>
  <Card title="Write Content" icon="pen-to-square" href="/content/introduction">
    Learn how to create, edit, and translate content at scale with Fimo’s AI editor.
  </Card>

  <Card title="Customize Style" icon="palette" href="/preview/introduction">
    Explore the Style panel to fine-tune fonts, colors, and layouts.
  </Card>

  <Card title="Add Code Examples" icon="square-code" href="/code/introduction">
    For advanced customization, dive into your website’s code directly.
  </Card>

  <Card title="Generate Visuals" icon="image" href="/assets/introduction">
    Use AI to generate unique images and add them to your media library.
  </Card>
</CardGroup>

<Note>
  **Need help?** Check out our [full documentation](https://docs.fimo.ai) or join the [community](https://discord.gg/fimo).
</Note>
