# Managing Your Domains

<figure><img src="/files/XOGGlPS1aKKJDHyMMgXO" alt=""><figcaption></figcaption></figure>

### Adding Domains

1. Navigate to **Monitoring** → **Domain Management**
2. Click **Add Domain**
3. Enter your domain name
4. Complete verification via DNS TXT record or file upload
5. Configure monitoring preferences (scan frequency, alert thresholds)

### Managing Content Changes

When content changes are detected:

1. Review the detected change in the alert
2. If it's an authorized deployment, click **Acknowledge Change**
3. Sentry updates the trusted content hash
4. Future comparisons use the new hash as baseline

If the change is unauthorized:

1. Click **Investigate** to create a war room
2. Immediately check your deployment pipeline and server access logs
3. Restore from known-good backup
4. Rotate credentials for all systems with deployment access

### Security Header Configuration

Sentry provides specific recommendations for improving your security headers:

* Example CSP policies tailored to your tech stack
* HSTS preload list submission guidance
* Gradual rollout strategies for strict policies
* Testing tools to validate configurations


---

# 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.sentry.auditware.io/monitoring/domain-management/managing-your-domains.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.
