> For the complete documentation index, see [llms.txt](https://docs.charlielounge.com/documentations/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.charlielounge.com/documentations/marketplaces/marketplace/sellers-guide.md).

# Seller's Guide

### Listing Items

Creators and Visionary tier members can list products on our marketplace. Currently, payouts are only supported for SEPA countries. However, we are diligently working on making the rest of the world eligible as well. At the moment, payouts are only available to local bank accounts or debit cards.

For each sale, there is a platform fee of 5% and a payment fee of 2.5% of the total amount. Additionally, Stripe, our payment provider, charges a variable payment gateway fee, which is a dynamic percentage of the total order. This fee consists of a $2 active account fee, plus 0.25% of the order amount, and an additional $0.25.

Please note that the $2 active account fee applies only once per month.

If a buyer requests a refund, no platform fees, payment fees, or gateway fees apply for the seller. The buyer will be reimbursed with 100% of the amount, while the seller will be reimbursed with the total amount minus the previously paid fees.

### Selling a Personal Assistant

<figure><img src="/files/Pp8R4cfhJ30iYHZqsghS" alt="" width="375"><figcaption><p><a href="https://youtu.be/KAs6cgyblPY">YouTube video</a></p></figcaption></figure>

### Selling a Digital Product

<figure><img src="/files/yCA02FcNWtxQy6rnNQ8X" alt="" width="375"><figcaption><p><a href="https://www.youtube.com/watch?v=6W3LOmLKBrw">YouTube video</a></p></figcaption></figure>

### Managing Sales

<figure><img src="/files/Ykua95qhh2JM6v1JpIpq" alt="" width="375"><figcaption><p><a href="https://youtu.be/LQArjEmdd10">YouTube video</a></p></figcaption></figure>


---

# 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.charlielounge.com/documentations/marketplaces/marketplace/sellers-guide.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.
