# Getting Started

- [Creating your account](https://docs.mavenseed.com/getting-started-with-mavenseed/initial-setup.md): Follow these quick and easy steps to setup your first Mavenseed site.
- [Connect to Stripe](https://docs.mavenseed.com/getting-started-with-mavenseed/initial-setup/connect-to-stripe.md): Connect your own Stripe account to accept payments for products and subscriptions directly; no middleman.
- [Stripe F.A.Q.](https://docs.mavenseed.com/getting-started-with-mavenseed/initial-setup/connect-to-stripe/stripe-f.a.q..md)
- [Managing your account](https://docs.mavenseed.com/getting-started-with-mavenseed/account-info.md): Use the Account page to view or edit your basic account information
- [Managing Your Sites](https://docs.mavenseed.com/getting-started-with-mavenseed/account-info/sites.md)
- [Custom Domains](https://docs.mavenseed.com/getting-started-with-mavenseed/account-info/sites/custom-domains.md)
- [Importing Data](https://docs.mavenseed.com/getting-started-with-mavenseed/account-info/sites/data-importing.md): Sometimes you may need to bulk import customers to Mavenseed to get the ball rolling.
- [Customers with subscriptions](https://docs.mavenseed.com/getting-started-with-mavenseed/account-info/sites/data-importing/customers-with-subscriptions.md): Importing customers and assigning them a plan to be a part of.
- [Customers with orders](https://docs.mavenseed.com/getting-started-with-mavenseed/account-info/sites/data-importing/importing-customers-with-orders.md)
- [Customers with no orders](https://docs.mavenseed.com/getting-started-with-mavenseed/account-info/sites/data-importing/importing-customers.md)
- [Courses](https://docs.mavenseed.com/getting-started-with-mavenseed/account-info/sites/data-importing/courses.md)
- [Videos](https://docs.mavenseed.com/getting-started-with-mavenseed/account-info/sites/data-importing/videos.md)
- [Images](https://docs.mavenseed.com/getting-started-with-mavenseed/account-info/sites/data-importing/images.md)
- [Exporting Data](https://docs.mavenseed.com/getting-started-with-mavenseed/account-info/sites/exporting-data.md)
- [Gateways](https://docs.mavenseed.com/getting-started-with-mavenseed/account-info/sites/gateways.md)
- [Policies](https://docs.mavenseed.com/getting-started-with-mavenseed/account-info/sites/policies.md)
- [Inviting Collaborators](https://docs.mavenseed.com/getting-started-with-mavenseed/account-info/users-inviting-collaborators.md)
- [Guest Authors](https://docs.mavenseed.com/getting-started-with-mavenseed/account-info/guest-authors.md)
- [Manage your Subscription](https://docs.mavenseed.com/getting-started-with-mavenseed/account-info/subscription.md): Easily manage, update and or cancel your Mavenseed subscription.
- [Plugin Subscriptions](https://docs.mavenseed.com/getting-started-with-mavenseed/account-info/plugin-subscriptions.md)


---

# 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/getting-started-with-mavenseed.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.
