# The building blocks

- [Flows](/the-building-blocks/flows.md)
- [Datatables, Fields & Data](/the-building-blocks/datatables-fields-and-data.md)
- [Buzzy Datamodel Overview](/the-building-blocks/datatables-fields-and-data/buzzy-datamodel-overview.md): A comprehensive guide to understanding Buzzy's datamodel, including datatables, fields, relationships, and how to work with data programmatically.
- [Introduction to Fields](/the-building-blocks/datatables-fields-and-data/introduction-to-fields.md)
- [Basic Fields](/the-building-blocks/datatables-fields-and-data/basic-fields.md)
- [Text](/the-building-blocks/datatables-fields-and-data/basic-fields/text.md)
- [Number](/the-building-blocks/datatables-fields-and-data/basic-fields/number.md)
- [Date](/the-building-blocks/datatables-fields-and-data/basic-fields/date.md)
- [Location](/the-building-blocks/datatables-fields-and-data/basic-fields/location.md)
- [Toggle](/the-building-blocks/datatables-fields-and-data/basic-fields/toggle.md)
- [Checkboxes](/the-building-blocks/datatables-fields-and-data/basic-fields/checkboxes.md)
- [Checklist](/the-building-blocks/datatables-fields-and-data/basic-fields/checklist.md)
- [Selectlist](/the-building-blocks/datatables-fields-and-data/basic-fields/selectlist.md)
- [Rating](/the-building-blocks/datatables-fields-and-data/basic-fields/rating.md)
- [Attachments](/the-building-blocks/datatables-fields-and-data/basic-fields/attachments.md)
- [Images](/the-building-blocks/datatables-fields-and-data/basic-fields/images.md)
- [Signature](/the-building-blocks/datatables-fields-and-data/basic-fields/signature.md)
- [Audio Recording](/the-building-blocks/datatables-fields-and-data/basic-fields/audio-recording.md)
- [Embedded Link](/the-building-blocks/datatables-fields-and-data/basic-fields/embedded-link.md)
- [Advanced Fields](/the-building-blocks/datatables-fields-and-data/advanced-fields.md): The Buzzy Integrated Development Environment provides a set of extended field types known as Advanced Fields.
- [Formula](/the-building-blocks/datatables-fields-and-data/advanced-fields/formula.md)
- [Sub tables](/the-building-blocks/datatables-fields-and-data/advanced-fields/sub-tables.md)
- [Linked Table field](/the-building-blocks/datatables-fields-and-data/advanced-fields/linked-table-field.md)
- [Button](/the-building-blocks/datatables-fields-and-data/advanced-fields/button.md)
- [Teams](/the-building-blocks/datatables-fields-and-data/advanced-fields/teams.md)
- [Payment](/the-building-blocks/datatables-fields-and-data/advanced-fields/payment.md)
- [Notification](/the-building-blocks/datatables-fields-and-data/advanced-fields/notification.md)
- [Event](/the-building-blocks/datatables-fields-and-data/advanced-fields/event.md)
- [Display Fields](/the-building-blocks/datatables-fields-and-data/display-fields.md): Display Fields are static text or display elements that don’t gather data themselves but are displayed in the microapp submit form or result details view.
- [Header](/the-building-blocks/datatables-fields-and-data/display-fields/header.md)
- [Display Text](/the-building-blocks/datatables-fields-and-data/display-fields/display-text.md)
- [Image](/the-building-blocks/datatables-fields-and-data/display-fields/image.md)
- [Divider](/the-building-blocks/datatables-fields-and-data/display-fields/divider.md)
- [Metadata Fields](/the-building-blocks/datatables-fields-and-data/metadata-fields.md): Metadata Fields are available to display who by and when the Microapp was created.
- [Author Name](/the-building-blocks/datatables-fields-and-data/metadata-fields/author-name.md)
- [Author Phone](/the-building-blocks/datatables-fields-and-data/metadata-fields/author-phone.md)
- [Submitted](/the-building-blocks/datatables-fields-and-data/metadata-fields/submitted.md)
- [Filter Controls](/the-building-blocks/datatables-fields-and-data/filter-controls.md): Filter Controls are available to orchestrate form flow and dynamic display.
- [Viewers](/the-building-blocks/datatables-fields-and-data/filter-controls/viewers.md)
- [Tags](/the-building-blocks/datatables-fields-and-data/filter-controls/tags.md)
- [Condition](/the-building-blocks/datatables-fields-and-data/filter-controls/condition.md)
- [External Fields](/the-building-blocks/datatables-fields-and-data/external-fields.md): External Fields are used to store and access files on 3rd party servers.
- [IBM Connections File](/the-building-blocks/datatables-fields-and-data/external-fields/ibm-connections-file.md)
- [Box File](/the-building-blocks/datatables-fields-and-data/external-fields/box-file.md)
- [Sort Fields](/the-building-blocks/datatables-fields-and-data/sort-fields.md)
- [Formulas](/the-building-blocks/datatables-fields-and-data/formulas.md)
- [Datatable to Datatable Relationships](/the-building-blocks/datatables-fields-and-data/datatable-to-datatable-relationships.md)
- [Security and Access Control](/the-building-blocks/datatables-fields-and-data/security-and-access-control.md)
- [Displaying a field based on the values of other fields](/the-building-blocks/datatables-fields-and-data/displaying-a-field-based-on-the-values-of-other-fields.md)
- [Hiding a field based on role using a display formula](/the-building-blocks/datatables-fields-and-data/hiding-a-field-based-on-role-using-a-display-formula.md)
- [Importing data from a text file](/the-building-blocks/datatables-fields-and-data/importing-data-from-a-text-file.md)
- [Importing data from a URL](/the-building-blocks/datatables-fields-and-data/importing-data-from-a-url.md)
- [Import data from Datatable](/the-building-blocks/datatables-fields-and-data/import-data-from-datatable.md)
- [Export data using Chrome](/the-building-blocks/datatables-fields-and-data/export-data-using-chrome.md)
- [Export data in Browser](/the-building-blocks/datatables-fields-and-data/export-data-in-browser.md)
- [Export data using Safari](/the-building-blocks/datatables-fields-and-data/export-data-using-safari.md)
- [Datatable Field Type - Cheat Sheet](/the-building-blocks/datatables-fields-and-data/datatable-field-type-cheat-sheet.md): A quick overview of the field types available in a Datatable.
- [Troubleshooting Fields & Data](/the-building-blocks/datatables-fields-and-data/troubleshooting-fields-and-data.md): Stuck on something to do with Buzzy datatables and fields? Here's some pointers.
- [Code widget (custom code)](/the-building-blocks/code-widget-custom-code.md)
- [Async API + React HTML Components](/the-building-blocks/code-widget-custom-code/new-async-api-+-react-html-components.md): This page covers the changes added to the Buzzy Frame API, giving full control to the user when calling API endpoints. Usage of such an API is explored as React components.
- [Codewidget Examples](/the-building-blocks/code-widget-custom-code/examples.md)
- [Advanced Image Gallery](/the-building-blocks/code-widget-custom-code/examples/advanced-image-gallery.md)
- [File Manager](/the-building-blocks/code-widget-custom-code/examples/file-manager.md)
- [Chart Configuration Manager](/the-building-blocks/code-widget-custom-code/examples/chart-configuration-manager.md)
- [Fruit Distribution Chart](/the-building-blocks/code-widget-custom-code/examples/fruit-distribution-chart.md)
- [Kanban CRM Sales Deals](/the-building-blocks/code-widget-custom-code/examples/kanban-crm-sales-deals.md)
- [Service Locations Map](/the-building-blocks/code-widget-custom-code/examples/service-locations-map.md)
- [Deep Copy Action](/the-building-blocks/code-widget-custom-code/examples/deep-copy-action.md)
- [Contact Age Filter](/the-building-blocks/code-widget-custom-code/examples/contact-age-filter.md)
- [Event Locations Map](/the-building-blocks/code-widget-custom-code/examples/event-locations-map.md)
- [Image Galley Slideshow](/the-building-blocks/code-widget-custom-code/examples/image-galley-slideshow.md)
- [Ratings Average and Distribution](/the-building-blocks/code-widget-custom-code/examples/ratings-average-and-distribution.md)
- [Buzzy Functions & Constants](/the-building-blocks/buzzy-functions-and-constants.md)
- [Buzzy Functions](/the-building-blocks/buzzy-functions-and-constants/buzzy-functions.md)
- [Constants](/the-building-blocks/buzzy-functions-and-constants/constants.md)
- [Examples](/the-building-blocks/buzzy-functions-and-constants/examples.md)
- [Analytics](/the-building-blocks/analytics.md)
- [Model Context Protocol (MCP)](/the-building-blocks/mcp.md)
- [Buzzy MCP Implementation](/the-building-blocks/mcp/buzzy-mcp-implementation.md)
