# Running your business

- [Customers](https://docs.mavenseed.com/admin/customers.md): Your Customers page lists out all of your customers and enables to create new manual customers.
- [Received Payments](https://docs.mavenseed.com/admin/customers/payments.md): These are payments from your customers
- [Progress Reports](https://docs.mavenseed.com/admin/progress-reports.md)
- [Orders](https://docs.mavenseed.com/admin/orders.md): Your Orders page lists all of orders from customers of your site.
- [Creating Manual Orders](https://docs.mavenseed.com/admin/orders/creating-manual-orders.md): Sometimes the transaction happens manually through Check, Handshake or Direct Deposit.
- [Managing Subscriptions](https://docs.mavenseed.com/admin/subscriptions.md): Offer recurring membership options to your customers
- [How Subscriptions Work](https://docs.mavenseed.com/admin/subscriptions/how-subscriptions-work.md)
- [Creating Subscription Plans](https://docs.mavenseed.com/admin/subscriptions/plans.md): Set up the billing interval and products accessible from the subscription
- [Editing a Subscription Plan](https://docs.mavenseed.com/admin/subscriptions/editing-a-subscription-plan.md)
- [Canceling & or Deleting customers subscription](https://docs.mavenseed.com/admin/subscriptions/canceling-and-or-deleting-customers-subscription.md)
- [How to: Creating a tiered subscription offering](https://docs.mavenseed.com/admin/subscriptions/how-to-creating-a-tiered-subscription-offering.md): In this scenario we'll walk through how to create a typical Basic and Pro offering on your site.
- [Changing your Maven Subscription Plan](https://docs.mavenseed.com/admin/subscriptions/changing-your-subscription-plan.md)
- [Emailing your Subscribers](https://docs.mavenseed.com/admin/subscriptions/emailing-your-subscribers.md)
- [Team Plans](https://docs.mavenseed.com/admin/subscriptions/team-plans.md)
- [Override Plans Page](https://docs.mavenseed.com/admin/subscriptions/override-plans-page.md): Need to make changes to the default page at /subscribe? Simply create your own!
- [Custom Welcome Page](https://docs.mavenseed.com/admin/subscriptions/custom-welcome-page.md)
- [Free Subscriptions](https://docs.mavenseed.com/admin/subscriptions/free-subscriptions.md): Use coupons to enable free subscriptions.
- [Coupons](https://docs.mavenseed.com/admin/coupons.md)
- [Gift Cards](https://docs.mavenseed.com/admin/gift-cards.md)
- [Gift Subscriptions](https://docs.mavenseed.com/admin/gift-subscriptions.md)
- [GDPR](https://docs.mavenseed.com/admin/gdpr.md)
- [Selling Merch](https://docs.mavenseed.com/admin/selling-merch.md): Integrate with Printful for on-demand order fulfillment.


---

# 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.mavenseed.com/admin.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.
