# The Prompt Sheet Summary

## The Prompt Sheet Summary

​

| **If you want**    | **Add this to your prompt**                                    |
| ------------------ | -------------------------------------------------------------- |
| Better UI          | Describe layout, style, and navigation                         |
| Real data          | Name the API, wallet, or database                              |
| Auth               | Specify login method                                           |
| Payments           | State the currency and flow                                    |
| Speed              | Use Sonnet                                                     |
| Complexity         | Use Opus                                                       |
| Web2 + Web3        | Specify both layers explicitly                                 |
| Production outputs | Use the full framework: What + User + Features + Data + Output |

***

The constraint is no longer code. It's clarity.

**eitherway.ai**


---

# 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-prompt-sheet-summary.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.
