# Bond Identification

Our previously configured Outbound Incident Integration was very simple example and we weren't concerned with identifying which system made the updates. Neither were we concerned with telling the remote system which record they were bonded with.

Now that we're polling our PDI for data as well as sending data, we need to be aware of both the above concerns.

The first concern (identifying which system made the updates) has been taken care of in the Poll Processor Setup script (only returning data not updated by the Basic Authentication User). However, it doesn't make sense to try and return that data from all the records in the remote system. We should only be concerned with those records we're bonded with. To facilitate this we need to make a few configuration changes. We need to make a change in the remote system (our PDI) and some changes to our existing outbound CreateIncident Message.

First, we will need to **Edit** the **Incident Form** in **our PDI**.

{% content-ref url="/pages/MMFQR0yEhrlzIyJwlULp" %}
[Edit Incident Form](/unifi/integration-guides/incident-update-poller-guide/bond-identification/edit-incident-form.md)
{% endcontent-ref %}

{% content-ref url="/pages/w22xdOHhdo2VSGMKEa80" %}
[Edit CreateIncident Message](/unifi/integration-guides/incident-update-poller-guide/bond-identification/edit-createincident-message.md)
{% endcontent-ref %}


---

# 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.sharelogic.com/unifi/integration-guides/incident-update-poller-guide/bond-identification.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.
