# Product Remixes

You can use CanCan's features to create remixes of most companies that exist today. With CanCan, you can implement most features that all apps have:

* ability to list and sell products/services
* ability to have other people offer products/services on your platform and take a percentage off of every sale
* ability to create a blog
* ability to have users register and thus share their emails with you
* ability to track your sales
* ability for users to create requests
* ability to offer discounts
* ability to sell ad spots to sponsors
* etc.


---

# 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://docs.payswap.org/use-cases/cancan/product-remixes.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.
