# Security dashboard

Bubble is a full-stack development platform that allows almost limitless flexibility in building applications. This open nature empowers you to design and structure your apps in countless ways, but with that flexibility comes the responsibility to set up your app to be as secure as it needs to be.

While Bubble provides powerful tools to secure data, users, API connections, and workflows, it’s up to you to implement and enforce these measures based on your app’s specific needs. You can read more about our [shared security responsibility](/help-guides/security.md#our-shared-security-responsibility) in the opening of the Security article series.

## What is the security dashboard?

The security dashboard is Bubble’s dedicated security reporting and monitoring tool, designed to help you identify potential vulnerabilities in your app. It streamlines the process of conducting security audits and monitoring, providing automated insights into how various settings and design choices impact your app’s security. With the security dashboard, you can better understand potential risks and take corrective actions to safeguard your app.

Article: [Security dashboard overview](/help-guides/security/security-dashboard/overview.md)

{% hint style="warning" %}
The security dashboard highlights potential vulnerabilities but cannot cover every security concern in Bubble’s diverse apps. Developers remain responsible for reviewing their app’s structure and ensuring it meets their security needs.

Use the security dashboard as a complement to your own testing and best practices. If you are new to app security, we strongly recommend reading our dedicated article series on the subject:

Article series: [Security](/help-guides/security.md)\
Article section: [Our shared security responsibility](/help-guides/security.md#our-shared-security-responsibility)
{% endhint %}


---

# 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/security/security-dashboard.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.
