# Security and privacy

Security is a first-class citizen in the Umbraco Engage. Besides performance and all the features, security is important in all parts of Umbraco Engage.

Umbraco Engage is made secure and safe allowing you to have full control of all data of your visitors.

In this section, you can dive deeper into the following aspects.

## Security settings

When you have [locked down access to your Umbraco folder](https://docs.umbraco.com/umbraco-cms/reference/security/security-hardening#lock-down-access-to-your-umbraco-folder-iis), ensure the `/umbraco/engage/\*` path is allowed for all clients. You should also ensure it is not blocked based on an IP. This is needed to collect [client-side events](https://docs.umbraco.com/umbraco-engage/developers/analytics/client-side-events-and-additional-javascript-files).

## Privacy settings

Umbraco Engage stores a lot of data, but because it is stored in your database(s) you have full control over this data. The data is never stored in a central data center and no visitor data is ever transmitted to Umbraco.

Umbraco Engage can be [configured](https://docs.umbraco.com/umbraco-engage/developers/settings/configuration) to store the data in whatever database you specify. This can be the same database as the Umbraco installation, or a different database.

Aside from full control, Umbraco Engage also gives you tools to anonymize and [fully delete](https://docs.umbraco.com/umbraco-engage/security-and-privacy/retention-periods-of-data) the data.


---

# 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://docs.umbraco.com/umbraco-engage/security-and-privacy/security-and-privacy.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.
