> For the complete documentation index, see [llms.txt](https://manual.bubble.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manual.bubble.io/~/changes/1175/core-resources/bubbles-interface.md).

# Bubble's Interface

This section covers the different tabs and sections of the Bubble editor.

{% content-ref url="/pages/-MYG53qBFGke0IGwNRgg" %}
[Design tab](/~/changes/1175/core-resources/bubbles-interface/design-tab.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MYG57DZq3Hm-lla9ftW" %}
[Workflow tab](/~/changes/1175/core-resources/bubbles-interface/workflow-tab.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MYG5B37J4GEoC8vbXF3" %}
[Data tab](/~/changes/1175/core-resources/bubbles-interface/data-tab.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MYG5FGeN1DBNK94BVIq" %}
[Styles tab](/~/changes/1175/core-resources/bubbles-interface/styles-tab.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MYG5FvwTvItpQqBQO6U" %}
[Plugins tab](/~/changes/1175/core-resources/bubbles-interface/plugins-tab.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MYG5Fbg8x6en2dRGYY0" %}
[Settings tab](/~/changes/1175/core-resources/bubbles-interface/settings-tab.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MYG5LFRLA4QI4OGF-T6" %}
[Logs tab](/~/changes/1175/core-resources/bubbles-interface/logs-tab.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MYG5LbKKvwwgjR1d9eG" %}
[Template tab](/~/changes/1175/core-resources/bubbles-interface/template-tab.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MUAaTWeLbK4Ryag8gXy" %}
[Toolbar](/~/changes/1175/core-resources/bubbles-interface/toolbar.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MUAaYYgbJCBURRJ6mZd" %}
[Top and context menu options](/~/changes/1175/core-resources/bubbles-interface/top-and-context-menu-options.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MUAadN-IznA2oAdL2UA" %}
[Broken mention](broken://pages/-MUAadN-IznA2oAdL2UA)
{% endcontent-ref %}

{% content-ref url="/pages/-MUAauF\_YR85qq0qyZST" %}
[Notes](/~/changes/1175/core-resources/bubbles-interface/comments-and-notes.md)
{% endcontent-ref %}

## Other ways to learn

<details>

<summary>User manual articles</summary>

* Article series. [The Bubble editor](/~/changes/1175/help-guides/getting-started/navigating-the-bubble-editor.md)

</details>


---

# 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 that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://manual.bubble.io/~/changes/1175/core-resources/bubbles-interface.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
