# Privacy rules checker

{% hint style="warning" %}
The privacy rules checker runs a thorough analysis of your entire database. Depending on the size of your database, the process can take a few minutes to complete
{% endhint %}

{% hint style="warning" %}
**Note: Privacy rules checks require data**\
To accurately check whether data is visible, the app must contain entries in the relevant data types. Make sure the data types you're testing include sample data so the visibility check can return meaningful results.
{% endhint %}

This dedicated test reviews all data types within an app (and version) to identify which fields are publicly accessible. It checks each data type for potential information leaks, highlighting any fields that are accessible without restrictions for your review. This allows you to inspect and adjust [privacy rules](#user-content-fn-1)[^1] as needed to secure the data.

[^1]: *Privacy Rules* are conditions that you set up on each data type in order to protect the data from being viewed and edited by unauthorized users.

    Article: [Protecting data with privacy rules](/help-guides/data/the-database/protecting-data-with-privacy-rules.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/security/security-dashboard/security-tests/privacy-rules-checker.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.
