# SOL Pay

## Welcome to the SOL Pay Docs

Welcome to the SOL Pay Docs! Here you'll find all the documentation you need to get up and running with the SOL Pay SDK and API and start accepting non-custodial Solana payments in under 5 minutes!

## Want to jump right in?

Jump in to the quick start docs and get started right away:

{% content-ref url="quick-start" %}
[quick-start](https://solpay-docs.solblaze.org/quick-start)
{% endcontent-ref %}

{% content-ref url="streams" %}
[streams](https://solpay-docs.solblaze.org/streams)
{% endcontent-ref %}

## Want to deep dive?

Dive a little deeper and start exploring our SDK and API references to get an idea of everything that's possible with the SOL Pay:

{% content-ref url="reference/sdk-reference" %}
[sdk-reference](https://solpay-docs.solblaze.org/reference/sdk-reference)
{% endcontent-ref %}

{% content-ref url="reference/api-reference" %}
[api-reference](https://solpay-docs.solblaze.org/reference/api-reference)
{% endcontent-ref %}


---

# 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://solpay-docs.solblaze.org/sol-pay.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.
