> For the complete documentation index, see [llms.txt](https://docs.cipp.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cipp.app/user-documentation/tenant/standards/domains-analyser/domain-analyser-updates-and-data-refreshing.md).

# Domain Analyser Updates & Data Refreshing

### Domain Visibility

Sometimes a domain is missing from the analyser even though it appears elsewhere in the dashboard. Common reasons include:

* Only **verified Microsoft 365 domains** are included.
* Certain service domains (for example `*.microsoftonline.com`, `exclaimer.cloud`, `codetwo.online`) are automatically excluded.
* If the tenant’s **default domain was changed**, the “All Tenants” view and the tenant-specific view may temporarily differ until the next scheduled run.
* Newly added domains only appear after the next nightly analysis or if you refresh manually.

***

### Deleting & Restoring Domains

* Clicking **Delete from analyser** removes the domain from CIPP’s list, but it **does not remove it from Microsoft 365**.
* Deleted domains will reappear automatically during the nightly run (**00:00 UTC**).
* You can restore them immediately by clicking **Run Analysis Now**.
* If a domain was actually removed from Microsoft 365 or is no longer verified, it will not return.

***

### Refreshing Results

Use **Run Analysis Now** if you want to refresh the analyser outside the normal daily cycle. This is useful for:

* Refreshing results after adding or verifying a domain.
* Repopulating a deleted domain without waiting 24 hours.
* Forcing an update if you suspect results are stale.

{% hint style="info" %}
For most tenants, this is rarely needed. The nightly job keeps results up to date automatically.
{% endhint %}

***

### Troubleshooting

* **Domain missing after adding** → Run Analysis Now or wait until midnight UTC.
* **Domain missing in analyser but visible in dashboard** → Often caused by default vs. initial domain mismatch; re-run analysis.
* **Deleted domain not returning** → Confirm the domain still exists and is verified in Microsoft 365.
* **Analysis not updating** → Check CIPP permissions (`Domain.Read.All`) and make sure both CIPP and CIPP-API are up to date.


---

# 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://docs.cipp.app/user-documentation/tenant/standards/domains-analyser/domain-analyser-updates-and-data-refreshing.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.
