# Prompt Templates

#### Copy, edit, and use these as starting points.

* **SaaS Dashboard**&#x20;

"Build a \[type] dashboard for \[user type] with \[auth method] login, \[key feature 1], \[key feature 2], \[data source], and \[monetization method]"

* **DeFi Tool**&#x20;

"Build a \[DeFi type] tool for Solana users that connects to \[wallet], shows \[data type], integrates with \[protocol], and displays \[output]"

* **Marketplace**

&#x20;"Build a marketplace where \[seller type] can \[action], \[buyer type] can \[action], payments processed via \[method], and \[key feature]"

* **Mobile App**

&#x20;"Build a React Native mobile app for \[user type] with \[feature 1], \[feature 2], \[notification type], and \[data integration]"

* **Token/NFT App**

&#x20;"Build a \[token/NFT] platform on Solana where users can \[action], with \[supply/royalty details], \[wallet integration], and \[secondary feature]"


---

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