# How to get a detailed change request on update-webhooks

## **Why use detailed change requests?**

Detailed change requests give you a clear view of exactly what was modified during an update. Instead of just knowing which items changed, you get the specific fields and values that were updated. This makes it easier to take targeted actions, reduce errors, and improve the accuracy of your integrations.

## Detailed change requests

To receive detailed change requests, you need to change the Data mode under Setup request from **“Ids only”** to **“Change set.”** Once selected, an example of the detailed change data will be shown to help you understand the format. For example, if you were to update an asset instead of just being shown the id of the asset that was updated, you will instead also be shown the attributes that were updated.

<figure><img src="/files/94vR4wNZn4EOBItbkDbl" alt=""><figcaption></figcaption></figure>


---

# 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.struct.com/tutorials/guides/how-to-use-webhooks/how-to-get-a-detailed-change-request-on-update-webhooks.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.
