> For the complete documentation index, see [llms.txt](https://solwall.gitbook.io/solwall/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://solwall.gitbook.io/solwall/introduction/how-to-use.md).

# How to use

Using SolWall to integrate secure Solana payments into your site or app is simple and user-friendly. Follow these steps to get started:

1. **Visit the SolWall Website**\
   Head to the official SolWall site to create an account and access our platform.
2. **Sign In Using Your Wallet or Email and Password**
   * **Connect Your Wallet:** For a quick, Web3-friendly setup, connect your Solana-compatible wallet. Simply select “Connect Wallet” on the homepage and follow the prompts to sign in securely.
   * **Email and Password:** Alternatively, you can sign up with an email and password for added flexibility, particularly if you’re looking to manage your account across multiple devices.
3. **Access Your API Key and Developer Tools**
   * Once signed in, you can generate an **API key** for your account, which allows you to integrate SolWall into your own platforms or create payment links directly.
   * Explore our **developer documentation** for full guidance on setting up SolWall’s API, making it easy to add Solana payment capabilities directly to your site or app.
4. **Download Plugins or Use API for Seamless Integration**
   * **Plugins:** We offer pre-built plugins compatible with popular CMS and eCommerce platforms, simplifying integration with minimal configuration.
   * **API Integration:** For custom solutions, our API allows for flexible integration, enabling developers to implement and manage Solana payments with ease. This approach is ideal for custom websites and applications that require direct API interactions.
5. **Use SolWall on Payment Terminals with Our App**
   * To accept payments in physical locations, simply download the SolWall app, which supports payment terminal functionality. This lets you process Solana-based payments directly from a mobile device or POS terminal, making it an ideal solution for in-person transactions.

With SolWall, you’re equipped to manage Solana payments effortlessly, whether online, through API, or in-store. For detailed support, our documentation and customer service are available to guide you every step of the way.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://solwall.gitbook.io/solwall/introduction/how-to-use.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
