# Messages

## Inbound Messages

In order to process the attachments returned from the remote system we will configure a new inbound Message.

* AddAttachmentInbound

If you have edited the Endpoint URLs in the Connection, the Create Poll Processor and the Parent & Child Poll Processors, it will be necessary to utilise the Messages we created in the earlier Guides in order to test the Integration and process the data that is returned from the remote system. The following Messages will be used:

* CreateIncidentInbound
* UpdateIncidentInbound
* ResolveIncidentInbound
* CreateIncidentResponse

## Outbound Messages

For the same reason as above and if you have edited the outbound Message Path for the previously configured Messages, it will be necessary to test those also. The following Messages will be used:

* CreateIncident
* UpdateIncident
* ResolveIncident
* CreateIncidentInboundReceipt

Let's now configure the **AddAttachmentInbound Message**.

{% content-ref url="/pages/-MRVqIBeKmw3uyRBkZmi" %}
[AddAttachmentInbound Message](/unifi/3.1/integration-guides/incident-attachment-poller-guide/messages/addattachmentinbound-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/3.1/integration-guides/incident-attachment-poller-guide/messages.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.
