# Error Handling

- [Integration Pause and Resume](https://docs.sharelogic.com/unifi/4.1/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.1/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.1/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.1/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.1/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.1/operate/error-handling.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.
