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

# Empty project setup

> After you create a project, choose Guided wizard, Import tests, From my codebase, Import history, or Manual.

A new project is an empty folder. Setup options are how you put tests in it. Titles in the UI:

* **Guided wizard:** Environments, suites, tests, first cycle
* **Import tests:** XLSX, CSV, or a UAT package (Word/PDF via Smart Import)
* **From my codebase:** Prompt your agent, then import JSON
* **Import history:** Past codebase setup uploads
* **Manual:** Add suites, cases, and cycles yourself

CTAs you'll see: **Start guided setup**, plus the import/pack/manual routes.

You can leave and come back. Nothing here is permanent architecture. [Can I change it?](/setup/can-i-change-it)

<AccordionGroup>
  <Accordion title="When to pick wizard">
    No sheet, no favorite pack, you want a starter tree. Eight questions. [Wizard](/setup/getting-started).
  </Accordion>

  <Accordion title="When to pick import">
    They already wrote tests. [Imports](/imports/bring-existing).
  </Accordion>

  <Accordion title="When to pick codebase">
    Repo is the spec. Pro+. [Codebase](/setup/codebase).
  </Accordion>

  <Accordion title="When to pick manual (or a pack)">
    Tiny smoke, or you'll **Use This Pack** from **Test Suite Packs** (packs are a catalog, not one of the five option titles, but it's the usual freelancer path). [Packs](/packs/what-is-a-pack).
  </Accordion>
</AccordionGroup>

<Columns cols={2}>
  <Card title="Choose setup" icon="sliders-horizontal" href="/start-here/choose-setup">
    Tabs for every path.
  </Card>

  <Card title="Create the project" icon="folder-plus" href="/start-here/first-project">
    Types and naming.
  </Card>
</Columns>
