# 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.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.eitherway.ai/prompting-guide/eitherway-prompting-guide/the-iteration-method.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
