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

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