# Bubble Development Best Practices Guide

## Bubble Development Best Practices Guide

- [Welcome Bubblers!](https://docs.airdev.co/bubble-development-guide/master.md)
- [Principles](https://docs.airdev.co/bubble-development-guide/principles.md): Here are some general principles that we use when thinking about Bubble development.
- [Plan](https://docs.airdev.co/bubble-development-guide/steps/plan.md): What to before you open the Bubble Editor.
- [Figure out what to build](https://docs.airdev.co/bubble-development-guide/steps/plan/figure-out-what-to-build.md): Have an idea for the next great app? Translate it into the functionality and UI that you will actually be building.
- [Structure the database](https://docs.airdev.co/bubble-development-guide/steps/plan/database-structure.md)
- [Design](https://docs.airdev.co/bubble-development-guide/steps/design.md): This section talks about best practices when it comes to designing your application.
- [Develop](https://docs.airdev.co/bubble-development-guide/steps/develop.md): This section talks about best practices when it comes to building the logic of your application.
- [Make things modular](https://docs.airdev.co/bubble-development-guide/steps/develop/make-things-modular.md): Make your application easier to build and maintain by reusing components where possible
- [Optimize for speed](https://docs.airdev.co/bubble-development-guide/steps/develop/optimize-speed.md): Some best practices on how to make your Bubble app perform at its best.
- [Secure your app](https://docs.airdev.co/bubble-development-guide/steps/develop/secure-your-app.md): This page lays out best practices when it comes to making your app and your data secure.
- [Document](https://docs.airdev.co/bubble-development-guide/steps/develop/test-document.md): This section talks about best practices when it comes to documenting your application.


---

# 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.airdev.co/bubble-development-guide/master.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.
