# Tools

This article series covers the different tools available in the Bubble editor.

## Key features

* [Saving](/help-guides/getting-started/navigating-the-bubble-editor/tools/key-features.md#saving-your-app)
* [Undo/Redo](/help-guides/getting-started/navigating-the-bubble-editor/tools/key-features.md#undo-and-redo)
* [Shortcut to the docs](/help-guides/getting-started/navigating-the-bubble-editor/tools/key-features.md#access-to-the-reference)
* [Page selector](/help-guides/getting-started/navigating-the-bubble-editor/tools/key-features.md#page-selector)
* [View, edit, arrange and contextual menus](/help-guides/getting-started/navigating-the-bubble-editor/tools/key-features.md#the-edit-view-and-arrange-menus)

## The search tool

The search tool lets you search for almost anything in your app using different constraints.

Article: [The search tool](/help-guides/getting-started/navigating-the-bubble-editor/tools/the-search-tool.md)

## The issue tracker

The issue tracker gives you an overview over issues in your app (such as invalid expressions and missing properties).

Article: [The issue tracker](/help-guides/getting-started/navigating-the-bubble-editor/tools/the-issue-checker.md)

## The debugger

The debugger lets you check your workflows and element properties in real-time when you preview your app.

Article: [The debugger](/help-guides/maintaining-an-application/testing-and-debugging/using-the-debugger.md)\
Article: [Previewing your app](/help-guides/getting-started/navigating-the-bubble-editor/previewing-your-app.md)

## Notes

You can add notes to almost any object in the Bubble editor.

Article: [Notes](/help-guides/getting-started/navigating-the-bubble-editor/tools/notes.md)


---

# 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/help-guides/getting-started/navigating-the-bubble-editor/tools.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.
