# Genvibe Docs

## Docs

- [Welcome to GenVibe](https://docs.genvibe.pro/getting-started/readme.md): Build production-ready web and mobile apps from a single prompt.
- [Quick start](https://docs.genvibe.pro/getting-started/quick-start.md)
- [Build your first app](https://docs.genvibe.pro/getting-started/first-app.md)
- [Prompting best practices](https://docs.genvibe.pro/getting-started/prompting-best-practices.md)
- [Plans & credits](https://docs.genvibe.pro/getting-started/plans-and-credits.md)
- [The AI builder](https://docs.genvibe.pro/features/ai-builder.md)
- [Plan mode](https://docs.genvibe.pro/features/plan-mode.md)
- [Live preview & workbench](https://docs.genvibe.pro/features/preview-and-workbench.md)
- [Cloud: files & API keys](https://docs.genvibe.pro/features/cloud-panel.md)
- [Figma to code](https://docs.genvibe.pro/features/figma-import.md)
- [Screenshot to app](https://docs.genvibe.pro/features/screenshot-to-app.md)
- [Mobile apps](https://docs.genvibe.pro/features/mobile-apps.md)
- [Android builds (APK & AAB)](https://docs.genvibe.pro/features/android-builds.md)
- [Deploying your app](https://docs.genvibe.pro/features/deployment.md)
- [Supabase (database & auth)](https://docs.genvibe.pro/integrations/supabase.md)
- [GitHub](https://docs.genvibe.pro/integrations/github.md)
- [Import an existing repo](https://docs.genvibe.pro/integrations/import-repo.md)
- [Netlify](https://docs.genvibe.pro/integrations/netlify.md)
- [Build a web app](https://docs.genvibe.pro/guides/build-web-app.md)
- [Build a mobile app](https://docs.genvibe.pro/guides/build-mobile-app.md)
- [Add a database & login](https://docs.genvibe.pro/guides/database-and-auth.md)
- [Fixing errors](https://docs.genvibe.pro/guides/fixing-errors.md)
- [Managing your subscription](https://docs.genvibe.pro/account-and-billing/manage-subscription.md)
- [How credits are used](https://docs.genvibe.pro/account-and-billing/credits.md)
- [FAQ](https://docs.genvibe.pro/help/faq.md)
- [Troubleshooting](https://docs.genvibe.pro/help/troubleshooting.md)
- [Contact & support](https://docs.genvibe.pro/help/contact.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.genvibe.pro/getting-started/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.
