# Health Check Guides

- [Click-Jacking Protection](https://docs.umbraco.com/umbraco-cms/extending/health-check/guides/clickjackingprotection.md): Learn how to protect your Umbraco site from clickjacking attacks using X-Frame-Options and security headers.
- [Content Content Security Policy (CSP)](https://docs.umbraco.com/umbraco-cms/extending/health-check/guides/contentsecuritypolicy.md): Implement a Content Security Policy (CSP) to protect your Umbraco site from XSS and data injection.
- [Content/MIME Sniffing Protection](https://docs.umbraco.com/umbraco-cms/extending/health-check/guides/contentsniffingprotection.md): Protect your Umbraco site from MIME sniffing vulnerabilities using security headers like X-Content-Type-Options.
- [Cross-site scripting Protection (X-XSS-Protection header)](https://docs.umbraco.com/umbraco-cms/extending/health-check/guides/crosssitescriptingprotection.md)
- [Debug Compilation Mode](https://docs.umbraco.com/umbraco-cms/extending/health-check/guides/debugcompilationmode.md): Disable debug compilation mode in Umbraco to boost performance by updating JSON configuration.
- [Excessive Headers](https://docs.umbraco.com/umbraco-cms/extending/health-check/guides/excessiveheaders.md)
- [Fixed Application Url](https://docs.umbraco.com/umbraco-cms/extending/health-check/guides/fixedapplicationurl.md)
- [Folder & File Permissions](https://docs.umbraco.com/umbraco-cms/extending/health-check/guides/folderandfilepermissions.md)
- [HTTPS Configuration](https://docs.umbraco.com/umbraco-cms/extending/health-check/guides/httpsconfiguration.md)
- [Notification Email Settings](https://docs.umbraco.com/umbraco-cms/extending/health-check/guides/notificationemail.md)
- [SMTP](https://docs.umbraco.com/umbraco-cms/extending/health-check/guides/smtp.md)
- [Strict-Transport-Security Header](https://docs.umbraco.com/umbraco-cms/extending/health-check/guides/stricttransportsecurityheader.md): Learn about the health checks that check for cookie hijacking and protocol downgrade attacks protection.
- [Untrusted Database Constraints](https://docs.umbraco.com/umbraco-cms/extending/health-check/guides/untrusteddatabaseconstraints.md): Checks that all Umbraco foreign key and check constraints on SQL Server are trusted.


---

# 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-cms/extending/health-check/guides.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.
