> For the complete documentation index, see [llms.txt](https://docs.simplestore.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.simplestore.io/getting-started/quickbuy.md).

# QuickBuy

Quick Buy is a plug and play solution enabling your business to become an eCommerce business - quick and simple.

{% hint style="warning" %}
**Pre-requisites for QuickBuy operations**

* Product must be active
* Price must be specified (e.g. >= 0)
* Currency code specified for Store.
* Stripe needs to be configured for Store.
  {% endhint %}

To enable quick but navigate to the Product Details screen and click "Get Quick Buy Link"

![](/files/-M43WVoUL8lovy2bR3Ok)

This will generate a quick buy url:

![](/files/-M4JJXaFVAUBs7CihdqV)

Which you can post anywhere to sell your product:

![](/files/-M4JOtslhq8rOOKFUGgl)


---

# 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:

```
GET https://docs.simplestore.io/getting-started/quickbuy.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.
