> For the complete documentation index, see [llms.txt](https://docs.eitherway.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.eitherway.ai/prompting-guide/eitherway-prompting-guide/the-iteration-method.md).

# The Iteration Method

#### Don't try to build everything in one prompt.

{% stepper %}
{% step %}

#### Stage 1&#x20;

Core Build the core functionality only. Get it live.
{% endstep %}

{% step %}

#### Stage 2&#x20;

Data Connect your data sources. Real wallet, real API, real database.
{% endstep %}

{% step %}

#### Stage 3&#x20;

UI Refine the interface. Add styling, layouts, and empty states.
{% endstep %}

{% step %}

#### Stage 4

Features Add secondary features one at a time.
{% endstep %}

{% step %}

#### Stage 5&#x20;

Launch Deploy. Then iterate based on real usage.
{% endstep %}
{% endstepper %}

Each stage is a separate prompt. This produces better outputs than one complex prompt every time.
