# Feature Guides

- [Packager Feature Guide](https://docs.sharelogic.com/unifi/3.0/feature-guides/packager.md): This guide will demonstrate just how easy it is to package up all the elements of an integration so that it can be migrated between ServiceNow instances - 1-click easy!
- [Instructions](https://docs.sharelogic.com/unifi/3.0/feature-guides/packager/instructions.md): Follow these instructions to Package your Integration, ready for migration between ServiceNow instances.
- [Error Handling Tools Feature Guide](https://docs.sharelogic.com/unifi/3.0/feature-guides/error-handling-tools.md): Follow this guide to learn about the features built-in to Unifi which are designed specifically to help developers and administrators when debugging and error handling.
- [Retry](https://docs.sharelogic.com/unifi/3.0/feature-guides/error-handling-tools/retry.md): Retry logic is configurable per Integration and controls how Unifi will automatically retry errored HTTP Requests.
- [Replay](https://docs.sharelogic.com/unifi/3.0/feature-guides/error-handling-tools/replay.md): You can easily replay Requests and Transactions directly from the records themselves. This is an invaluable tool for debugging and error handling.
- [Ignore](https://docs.sharelogic.com/unifi/3.0/feature-guides/error-handling-tools/ignore.md): Setting Transactions to Ignored stops the queue from processing.
- [Repair](https://docs.sharelogic.com/unifi/3.0/feature-guides/error-handling-tools/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.
- [Pause and Resume](https://docs.sharelogic.com/unifi/3.0/feature-guides/error-handling-tools/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.
- [Unifi Test Assistant Feature Guide](https://docs.sharelogic.com/unifi/3.0/feature-guides/unifi-test-assistant.md): Follow this guide to learn how to generate and run automated Integration Tests in Unifi.
- [Generating Tests](https://docs.sharelogic.com/unifi/3.0/feature-guides/unifi-test-assistant/generating-tests.md): How to generate an automated Integration Test.
- [Running Tests](https://docs.sharelogic.com/unifi/3.0/feature-guides/unifi-test-assistant/running-tests.md): How to run an automated Integration Test.
- [Exploring Results](https://docs.sharelogic.com/unifi/3.0/feature-guides/unifi-test-assistant/exploring-results.md): How to navigate, view and interpret the results of an automated Integration Test.


---

# 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.0/feature-guides.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.
