# Styles tab (Legacy)

{% hint style="warning" %}
This core reference entry covers a depricated subject, and is only visible to apps on older plans. Please see the entry below for updated information.

Reference: [Styles tab](/core-resources/bubbles-interface/styles-tab.md)
{% endhint %}

The Styles Tab manages collections of visual and layout properties that are shared across elements in the app. Styles make it easy to maintain and modify a consistent visual identity. Rather than setting the font, background, and border for each element, define a style and apply it to all the elements of a given type. Bubble includes some built-in themes to help you get started. Use these to completely restyle the app. We integrate some popular themes from across the web, such as Bootstrap and Material Design.

For more information to get started, see the "Using Styles" article.


---

# Agent Instructions: 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:

```
GET https://manual.bubble.io/core-resources/bubbles-interface/styles-tab-1.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.
