# Fast Phoenix Docs

## Fast Phoenix Docs

- [What is Fast Phoenix?](https://docs.fastphoenix.pro/readme.md)
- [Main Features](https://docs.fastphoenix.pro/main-features.md): Fast Phoenix is designed to supercharge your Phoenix development with a wealth of prebuilt features and integrations, allowing you to focus on building your unique product.
- [Changelog](https://docs.fastphoenix.pro/changelog.md)
- [Quickstart](https://docs.fastphoenix.pro/getting-started/quickstart.md)
- [Go Live!](https://docs.fastphoenix.pro/getting-started/go-live.md)
- [Stripe](https://docs.fastphoenix.pro/features/stripe.md)
- [Mailgun](https://docs.fastphoenix.pro/features/mailgun.md)
- [Premade Email Templates](https://docs.fastphoenix.pro/features/email_templates.md)
- [Email Templates & Sending](https://docs.fastphoenix.pro/features/email-templates-and-sending.md)
- [Organizations](https://docs.fastphoenix.pro/features/organizations.md)
- [Admin](https://docs.fastphoenix.pro/features/admin.md)
- [Landing Page](https://docs.fastphoenix.pro/features/landing_page.md)
- [Themes](https://docs.fastphoenix.pro/features/themes.md)
- [SEO](https://docs.fastphoenix.pro/features/seo.md)
- [Theme Selector](https://docs.fastphoenix.pro/components/theme-selector.md)
- [Testimonials](https://docs.fastphoenix.pro/components/testimonials.md)
- [Call to Action](https://docs.fastphoenix.pro/components/call-to-action.md)
- [Faq's](https://docs.fastphoenix.pro/components/faqs.md)
- [Features](https://docs.fastphoenix.pro/components/features.md)
- [Header](https://docs.fastphoenix.pro/components/header.md)
- [Footer](https://docs.fastphoenix.pro/components/footer.md)
- [Hero](https://docs.fastphoenix.pro/components/hero.md)
- [Login/Register](https://docs.fastphoenix.pro/components/login-register.md)
- [Mobile Hero](https://docs.fastphoenix.pro/components/mobile-hero.md)
- [Sidebar](https://docs.fastphoenix.pro/components/sidebar.md)
- [Trust](https://docs.fastphoenix.pro/components/trust.md)
- [Card](https://docs.fastphoenix.pro/components/card.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.fastphoenix.pro/readme.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.
