# Floot Docs

## Floot Docs

- [Welcome](https://floot.com/docs/readme.md): Explore our guides to build websites and apps effectively with Floot.
- [Editor and preview](https://floot.com/docs/getting-started/editor-and-preview.md)
- [Prompting tips](https://floot.com/docs/best-practices/prompting-tips.md): Tips to write better prompts for Floot
- [Building tips](https://floot.com/docs/best-practices/building-tips.md)
- [Overview](https://floot.com/docs/integrations/overview.md)
- [Reliability and limits](https://floot.com/docs/platform/reliability-and-limits.md)
- [Security and data](https://floot.com/docs/platform/security-and-data.md)
- [Sharing your projects](https://floot.com/docs/projects/sharing-your-projects.md)
- [Self-hosting](https://floot.com/docs/projects/self-hosting.md)
- [How to add a custom domain](https://floot.com/docs/custom-domains/how-to-add-custom-domain.md): Learn how to connect your custom domain to your Floot app
- [Creating mobile apps in Floot](https://floot.com/docs/mobile-apps/creating-mobile-apps-in-floot.md)
- [Installing your Android app](https://floot.com/docs/mobile-apps/installing-android-app.md): Learn how to install your Floot Android app
- [Installing your iOS app](https://floot.com/docs/mobile-apps/installing-ios-app.md): Learn how to install your Floot iOS app
- [Add your project to the home screen](https://floot.com/docs/mobile-apps/add-project-to-home-screen.md): How to add your published Floot project to your phone's home screen
- [Billing, credits, and plans](https://floot.com/docs/faqs/billing-credits-and-plans.md)
- [Code, data, and exports](https://floot.com/docs/faqs/code-data-and-exports.md)
- [Hosting](https://floot.com/docs/faqs/hosting.md)
- [APIs, scraping, and mobile](https://floot.com/docs/faqs/apis-scraping-and-mobile.md)
- [Troubleshooting and support flow](https://floot.com/docs/faqs/troubleshooting-and-support-flow.md)
- [Links](https://floot.com/docs/community/links.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://floot.com/docs/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.
