> 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/core-framework.md).

# Core Framework

#### Every strong prompt follows this structure:

What + User + Features + Data + Output

| **Element** | **Question to answer**                                 |
| ----------- | ------------------------------------------------------ |
| What        | What type of application is this?                      |
| User        | Who is using it and what do they need?                 |
| Features    | What specific functionality does it need?              |
| Data        | What data sources, APIs, or inputs does it connect to? |
| Output      | What does the finished product look like?              |

The more specific each element, the more production-ready the output.
