# Bubble Convention

## Bubble Convention

- [Introduction](https://bubble.citizendev.io/bubble-convention/introduction.md)
- [About Bubble Convention document](https://bubble.citizendev.io/bubble-convention/introduction/about-bubble-convention-document.md): What, when, why, who, how?
- [About CitizenDev](https://bubble.citizendev.io/bubble-convention/introduction/about-citizendev.md): Flexing a bit about ourselves
- [Naming Cheat Sheet](https://bubble.citizendev.io/bubble-convention/naming-cheat-sheet.md): For quick reviews during development.
- [Page naming](https://bubble.citizendev.io/bubble-convention/naming-conventions/page-naming.md)
- [Element naming](https://bubble.citizendev.io/bubble-convention/naming-conventions/element-naming.md)
- [Groups](https://bubble.citizendev.io/bubble-convention/naming-conventions/element-naming/groups.md)
- [Reusable elements](https://bubble.citizendev.io/bubble-convention/naming-conventions/element-naming/reusable-elements.md)
- [Visual elements](https://bubble.citizendev.io/bubble-convention/naming-conventions/element-naming/visual-elements.md)
- [Input elements](https://bubble.citizendev.io/bubble-convention/naming-conventions/element-naming/input-elements.md)
- [Custom states](https://bubble.citizendev.io/bubble-convention/naming-conventions/element-naming/custom-states.md)
- [Other notations](https://bubble.citizendev.io/bubble-convention/naming-conventions/element-naming/other-notations.md): Notation of state, data, clickable and elements grouping
- [Style naming](https://bubble.citizendev.io/bubble-convention/naming-conventions/style-naming.md): "If you wanna build a website, you gotta do it with styles" - Someone
- [Workflow naming & organization](https://bubble.citizendev.io/bubble-convention/naming-conventions/workflow-naming-and-organization.md)
- [Database naming](https://bubble.citizendev.io/bubble-convention/naming-conventions/database-naming.md)
- [Data types & fields](https://bubble.citizendev.io/bubble-convention/naming-conventions/database-naming/data-types-and-fields.md)
- [Option sets](https://bubble.citizendev.io/bubble-convention/naming-conventions/database-naming/option-sets.md)
- [Privacy rules](https://bubble.citizendev.io/bubble-convention/naming-conventions/database-naming/privacy-rules.md): In development
- [Upcoming](https://bubble.citizendev.io/bubble-convention/usage-recommendations-upcoming/upcoming.md): Work-in-progress
- [Other recommendations](https://bubble.citizendev.io/bubble-convention/miscellaneous/other-recommendations.md): Recommendations that we don't know where to put
- [References](https://bubble.citizendev.io/bubble-convention/miscellaneous/references.md): Resources used for creation of this document and other worth-reading resources.
- [Copyright](https://bubble.citizendev.io/bubble-convention/miscellaneous/copyright.md)
- [Contribution guide](https://bubble.citizendev.io/bubble-convention/miscellaneous/contribution-guide.md)
- [Changelog & version](https://bubble.citizendev.io/bubble-convention/miscellaneous/changelog-and-version.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://bubble.citizendev.io/bubble-convention/introduction.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.
