> 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/security/security-dashboard/overview.md).

# Overview

The security dashboard offers a comprehensive suite of tools to audit and monitor your app. In this article, we’ll go over the available features, and link to more in-depth content for each section.

## Security

The security dashboard equips you with two different tools for performing tests on demand.

### Issues explorer

The Issues explorer runs a test across a range of different categories and ranks them by criticality. Each of the categories are explained in-depth in the sub-articles in this series.

Article: [The issues explorer](/help-guides/security/security-dashboard/security-tests/issue-explorer.md)

## Privacy rules checker

The privacy rules checker quickly shows which of your data types are publicly accessible.

Article: [The privacy rules checker](/help-guides/security/security-dashboard/security-tests/privacy-rules-checker.md)

## Automated tests

Automated tests enable you to run security tests automatically.

Article: [Automated tests](/help-guides/security/security-dashboard/security-tests/automated-tests.md)

## Resources

### Scheduled deployments

Bubble allows you to schedule deployments in advance, so your app is deployed automatically at a specific date and time. This is useful for coordinating releases or planning updates outside of working hours.

{% hint style="warning" %}
**Bubble deployments and issue checker:** Scheduled deployments will proceed even if there are unresolved issues in the editor. This means it's important to review and fix any issues before scheduling a deployment, as they won't block the process or trigger a warning automatically.
{% endhint %}

### Alerting

The **alerting** feature allows you to notify collaborators when key events occur in your app. You can send alerts via email or trigger a custom webhook when your app is deployed to the live environment

Use this feature to keep your team informed during deployment or when working across multiple .


---

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