> For the complete documentation index, see [llms.txt](https://docs.shipped.club/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.shipped.club/tutorials/create-your-store-on-lemon-squeezy.md).

# Create your store on Lemon Squeezy

[Lemon Squeezy](https://www.lemonsqueezy.com/) makes it incredibly easy to create a store, add your products, and start selling them.

The types of services supported by Lemon Squeezy are but are not limited to eBooks, PDFs, design assets, photos, audio, video, SaaS/software companies, premium courses, membership sites, etc.

Lemon Squeezy (LS) is a Merchant of Records. It means that, compared to Stripe (a payment processor), LS deals with taxation across borders, for you! Remove the headache of managing the taxation, you only need to pay your own taxes for your country of residence (consult a local accountant to learn more).

This is why Lemon Squeezy is my default choice when I start a new product.

The LS store approval process usually takes 1-2 business days, but mines were approved in less than 24 hours.

Follow this checklist before submitting your store for activation:

* Buy a domain using [Namecheap](https://www.namecheap.com/) (or any other similar service).
* Be sure to have the landing page online (follow the [Deployment guide](broken://pages/E2wjT3CQv6hsTAcMtCzh))
* Be sure to have the Privacy Policy and Terms and Conditions pages in place.

You are now ready to activate your store on LemonSqueezy and start making money online!

{% hint style="success" %}
Share your product with me if you want it to be featured on the website of **Shipped**! 🚀
{% endhint %}


---

# 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://docs.shipped.club/tutorials/create-your-store-on-lemon-squeezy.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.
