# Outbound Incident Guide

## Welcome <a href="#welcome" id="welcome"></a>

Congratulations on your decision to use **Unifi**, the *only* integration platform you need for ServiceNow. We are sure you will be more than satisfied with this extremely powerful, versatile and technically capable solution.

## Scope <a href="#scope" id="scope"></a>

We have created this Outbound Incident Guide as an aid to customers who are beginning their journey in deploying the Unifi integration platform. We would not want you to be overwhelmed by exploring all that Unifi has to offer here, so we have deliberately limited the scope of this document. It will guide you through an example of how to configure a basic Incident integration, sending outbound messages via the REST API to the table API of another ServiceNow instance (i.e. your Personal Developer Instance, ‘PDI’).

{% hint style="warning" %}
We do not recommend synchronous integrations for enterprise ticket exchange. This Guide is purely here for you to have a play as part of a trial. It is designed to connect to a PDI without Unifi being installed on the other side.
{% endhint %}

For more technical information on how to use Unifi, please see our [technical documentation](/unifi/4.3/readme.md).

## Warning <a href="#warning" id="warning"></a>

{% hint style="danger" %}
Do not build integrations directly within the Unifi application scope. This can create issues with upgrades and application management.
{% endhint %}

## Installation

The prerequisite to configuring Unifi is to have it installed on your instance. As with any other ServiceNow scoped application, Unifi must be purchased via the ServiceNow Store before installation.

We recommend you follow the Setup instructions prior to configuring your Integration.

{% content-ref url="/pages/lZLybsvtI2m14YVaQGfI" %}
[Install or Upgrade](/unifi/4.3/install/installation.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/4.3/integration-guides/outbound-incident-guide.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.
