# Build Mode Guide

<div data-with-frame="true"><figure><img src="/files/fV2mCpR8SER0ALtr8PUe" alt=""><figcaption></figcaption></figure></div>

#### Web2 Mode

Use for applications that don't require blockchain interaction.

Best for:

* SaaS tools and dashboards
* Authentication and user management
* Payment processing with Stripe
* Content platforms and marketplaces
* Internal tools and analytics

<div data-with-frame="true"><figure><img src="/files/k6zhmuM9Mb0Eg0csFDOY" alt=""><figcaption></figcaption></figure></div>

#### Web3 Mode

Use for applications that interact with the blockchain.

Best for:

* Wallet integration and management
* Token creation and SPL token support
* Smart contract deployment
* NFT minting and collections
* DeFi interfaces and swap execution
* On-chain data and transaction history

#### Combining Both

The real leverage comes from combining Web2 and Web3 in the same application.

Example: A DeFi dashboard that uses Supabase for user accounts and preferences (Web2) while connecting to Solana for live portfolio data and swap execution (Web3).

Always specify which layers you need in your prompt.


---

# 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/build-mode-guide.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.
