# Operate

- [Bonding](https://docs.sharelogic.com/unifi/4.2/operate/bonding.md)
- [Bonds](https://docs.sharelogic.com/unifi/4.2/operate/bonding/bonds.md): Bonds store the data necessary to link your ServiceNow record to an external system.
- [Bonded Attachments](https://docs.sharelogic.com/unifi/4.2/operate/bonding/bonded-attachments.md): A Bonded Attachment is created for every synchronised attachment, storing relevant data.
- [Transport](https://docs.sharelogic.com/unifi/4.2/operate/transport.md)
- [Snapshots](https://docs.sharelogic.com/unifi/4.2/operate/transport/snapshots.md): Whenever there is an update to a bonded record, Unifi will take a snapshot of it and capture it in a Snapshot record. The Snapshot is the key to facilitating automated Integration testing.
- [Transactions](https://docs.sharelogic.com/unifi/4.2/operate/transport/transactions.md): A Transaction is an instance of a Message occurence.  It contains and tracks the processing of a Message using Stages and HTTP Requests.
- [Stages](https://docs.sharelogic.com/unifi/4.2/operate/transport/stages.md): The Stage is the root staging table for all data mapping.  Stages are created dynamically at the time of data being sent/received.  The Staged Data fields will vary dependent on the data being sent.
- [HTTP Requests](https://docs.sharelogic.com/unifi/4.2/operate/transport/http-requests.md): Every request is handled and tracked by a HTTP Request record.
- [Dataset Requests](https://docs.sharelogic.com/unifi/4.2/operate/transport/dataset-requests.md): Each Dataset Request stores the details and outcomes of a dataset import or export.
- [Poll Requests](https://docs.sharelogic.com/unifi/4.2/operate/transport/poll-requests.md): Each Poll Request stores the details and outcomes of a scheduled poll.
- [Error Handling](https://docs.sharelogic.com/unifi/4.2/operate/error-handling.md)
- [Integration Pause and Resume](https://docs.sharelogic.com/unifi/4.2/operate/error-handling/pause-and-resume.md): You can now Pause & Resume an Integration. This will cause Transactions to queue and then be processed in the order they were queued.
- [Integration Repair](https://docs.sharelogic.com/unifi/4.2/operate/error-handling/repair.md): The Repair feature allows you to manually replay all Transactions on an Integration which are in either an Error or Timed Out state.
- [Request Retry](https://docs.sharelogic.com/unifi/4.2/operate/error-handling/retry.md): Retry logic is configurable per Integration and controls how Unifi will automatically retry errored HTTP Requests.
- [Transaction & Request Replay](https://docs.sharelogic.com/unifi/4.2/operate/error-handling/replay.md): You can easily replay Requests and Transactions directly from the records themselves. This is an invaluable tool for debugging and error handling.
- [Transaction Ignore](https://docs.sharelogic.com/unifi/4.2/operate/error-handling/ignore.md): Setting Transactions to Ignored stops the queue from processing.


---

# 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.2/operate.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.
