# Features

- [AI Services](https://docs.shipped.club/features/ai-services.md)
- [Affiliate Program](https://docs.shipped.club/features/affiliate-program.md)
- [Analytics](https://docs.shipped.club/features/analytics.md): Collect the basic analytics with a privacy focused analytics tool
- [Authentication](https://docs.shipped.club/features/authentication.md)
- [MailChimp](https://docs.shipped.club/features/authentication/mailchimp.md): Use MailChimp to send Magic Link emails
- [Loops](https://docs.shipped.club/features/authentication/loops.md): Use Loops to send the Magic Link email
- [AWS SES](https://docs.shipped.club/features/authentication/aws-ses.md): Use AWS SES to send magic link emails
- [SendGrid](https://docs.shipped.club/features/authentication/sendgrid.md): Use SendGrid to send magic link emails
- [Supabase Auth](https://docs.shipped.club/features/authentication/supabase-auth.md): Supabase is a popular service that allows to easily implement authentication.
- [Supabase Authentication Flow](https://docs.shipped.club/features/authentication/supabase-auth/supabase-authentication-flow.md)
- [Supabase Magic Link](https://docs.shipped.club/features/authentication/supabase-auth/supabase-magic-link.md): Authenticate users with a password-less method
- [Supabase Email & Password](https://docs.shipped.club/features/authentication/supabase-auth/supabase-email-and-password.md)
- [Supabase Login with Google](https://docs.shipped.club/features/authentication/supabase-auth/supabase-login-with-google.md)
- [API endpoints](https://docs.shipped.club/features/api-endpoints.md)
- [Authenticated API](https://docs.shipped.club/features/api-endpoints/authenticated-api.md): Protect API routes from unauthenticated access
- [Blog](https://docs.shipped.club/features/blog.md): How to write articles and boost your SEO.
- [Customer support](https://docs.shipped.club/features/customer-support.md)
- [Chrome Extension](https://docs.shipped.club/features/chrome-extension.md): Boilerplate for the React Chrome Extension
- [Dark mode](https://docs.shipped.club/features/dark-mode.md)
- [Database](https://docs.shipped.club/features/database.md)
- [Update your database](https://docs.shipped.club/features/database/update-your-database.md)
- [MongoDB](https://docs.shipped.club/features/database/mongodb.md): Use a NoSQL database
- [Emails](https://docs.shipped.club/features/emails.md): Collect emails, send transactional emails, product updates, and email drip.
- [Error pages](https://docs.shipped.club/features/error-pages.md)
- [Icons](https://docs.shipped.club/features/icons.md)
- [Onboarding](https://docs.shipped.club/features/onboarding.md): Collect information about your users
- [Payments](https://docs.shipped.club/features/payments.md): Collect payments using Lemon Squeezy
- [Lemon Squeezy](https://docs.shipped.club/features/payments/lemon-squeezy.md)
- [Subscriptions](https://docs.shipped.club/features/payments/lemon-squeezy/subscriptions.md): Manage the subscriptions of your SaaS customers
- [One-time purchase](https://docs.shipped.club/features/payments/lemon-squeezy/one-time-purchase.md): Manage the orders of your product.
- [Test mode](https://docs.shipped.club/features/payments/lemon-squeezy/test-mode.md)
- [Stripe](https://docs.shipped.club/features/payments/stripe.md)
- [Private pages](https://docs.shipped.club/features/private-pages.md)
- [SEO](https://docs.shipped.club/features/seo.md)
- [shadcn/ui](https://docs.shipped.club/features/shadcn-ui.md)
- [Supabase](https://docs.shipped.club/features/supabase.md)
- [Workspace / Organizations](https://docs.shipped.club/features/workspace-organizations.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.shipped.club/features.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.
