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

# Marketplace like Amazon

**About this template**

{% hint style="success" %}
&#x20;Link to the template's page: [https://amazon-80974.bubbleapps.io/](https://amazon-80974.bubbleapps.io/version-test/)
{% endhint %}

## Introduction

**Marketplace like Amazon** is a fully functional and versatile no-code template similar to Amazon, where sellers can list products and customers can browse, search, and purchase them. The app features comprehensive seller and customer dashboards.&#x20;

A seller can create a product listing by providing all necessary details (category, product description, price, inventory status, shipping options, etc.). A customer creates a profile that stores their purchase history, shipping addresses, payment methods, and more.

After listing a product, the seller can manage orders, track shipments, and respond to customer inquiries. Customers can add products to their cart, proceed to checkout, and make payments securely. The payment system is powered by Stripe.&#x20;

Sellers and customers can communicate through an integrated messaging system for any queries or issues related to orders. The template includes an admin dashboard where the admin can monitor platform activity, set transaction fees, manage product categories, and oversee user accounts.

## Features

* User dashboard
* Seller dashboard
* Landing page
* Payment system
* Messaging system
* Admin dashboard
* Responsive design


---

# 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://dotstudios.gitbook.io/documentation/templates/marketplace-like-amazon.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.
