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


---

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