# Testing and debugging

A key part of developing your Bubble application is testing and debugging. Bubble has several useful tools that help you identify issues and debug them.

{% content-ref url="/pages/-MTkIZ\_LuoIxZxAQ1WHT" %}
[Introduction to testing and debugging](/help-guides/maintaining-an-application/testing-and-debugging/the-basics.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MTlDpZdjUiQY6cglFrH" %}
[The debugger](/help-guides/maintaining-an-application/testing-and-debugging/using-the-debugger.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MTWRsj87Tmi3t-QgKMe" %}
[The server logs](/help-guides/maintaining-an-application/testing-and-debugging/using-server-logs.md)
{% endcontent-ref %}


---

# 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/maintaining-an-application/testing-and-debugging.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.
