# Using the core reference

Welcome to the core reference section of the Bubble docs. The core reference is a focused, technical resource that provides information about all properties, settings, and technical details within Bubble.

It's organized into feature categories, such as interface, elements, workflows and styles, and you can navigate the different sections using the panel on the left-hand side of the page.

{% hint style="info" %}
The core reference is the short-form technical documentation describing each Bubble feature. If you are looking for more in-depth and long-form articles to learn Bubble, you may be interested in checking the [Bubble Manual](/help-guides/getting-started.md).\
\
In the Bubble docs introduction we also [list other resources](/master.md#other-learning-resources) such as videos, user community and interactive tutorials.
{% endhint %}

## Help available in the Bubble editor

### Documentation links

In the Bubble editor, you'll see links when you hover different features that will take you directly to the right section:

<figure><img src="/files/PxJFUKSFCLhjH97nLely" alt=""><figcaption><p>Hovering a setting or property in Bubble reveals a link to the core reference entry for that setting.</p></figcaption></figure>

### In-editor videos

Some features and objects also have a video tutorial available directly in the editor. You'll recognize them by the video symbol in the top-right corner. These videos are also available in our searchable [Youtube channel](https://www.youtube.com/@BubbleIO).

<figure><img src="/files/4qkEgMQPmVrRD3zrG1Bl" alt=""><figcaption></figcaption></figure>


---

# 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/using-the-core-reference.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.
