# Prompt Quality Examples

#### Web App

**Weak prompt:** "Build a crypto app"

**Strong prompt:**&#x20;

"Build a Solana dashboard for active traders that connects to wallet balances, shows token performance across a 7-day window, includes real-time price charts via Pyth Network, displays transaction history, and allows swap execution via integrated DEX routing"

#### DeFi Tool

**Weak prompt:** "Build a DeFi dashboard"

**Strong prompt:**&#x20;

"Build a DeFi portfolio tracker for Solana users that connects to their wallet, shows all active positions across Kamino, tracks yield in real time, displays liquidation risk levels, and sends alerts when health factor drops below a set threshold"

#### SaaS Product

**Weak prompt:** "Build a subscription app"

**Strong prompt:**&#x20;

"Build a SaaS project management tool for freelancers with user authentication, client dashboard, invoice generation, Stripe subscription billing at $29/month, project timeline view, and file upload for deliverables"

#### Marketplace

**Weak prompt:** "Build a marketplace"

**Strong prompt:**&#x20;

"Build a digital products marketplace where creators can upload files, set prices in USDC, buyers can purchase with Solflare wallet integration, files are delivered on payment confirmation, and creators see real-time revenue analytics"

#### Mobile App

**Weak prompt:** "Build a health app"

**Strong prompt:**&#x20;

"Build a React Native mobile app for medication management with daily reminder notifications, medication database search, dosage tracking, appointment calendar, and emergency contact alerts for missed doses"

#### Browser Extension

**Weak prompt:** "Build a browser extension"

**Strong prompt:**&#x20;

"Build a Chrome extension for Solana traders that shows real-time token prices in the toolbar, alerts on significant price movements, displays wallet balance without leaving the browser, and has a one-click swap button"

#### NFT / Token App

**Weak prompt:** "Build an NFT app"

**Strong prompt:**&#x20;

"Build an NFT minting platform on Solana using Metaplex where creators can upload artwork, set royalty percentages, mint collections up to 10,000 items, display a gallery view, and enable secondary market listings"


---

# 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/prompt-quality-examples.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.
