# Universal Integration Features

- [Notification Handling](https://docs.optty.com/universal-integration-features/notification-handling.md)
- [Exception Handling](https://docs.optty.com/universal-integration-features/exception-handling.md): This page explains some exceptions that could occur when handling the payment response.
- [Order Reconciliation Service](https://docs.optty.com/universal-integration-features/order-reconciliation-service.md)
- [Channels](https://docs.optty.com/universal-integration-features/channels.md)
- [Enabling a Payment Method](https://docs.optty.com/universal-integration-features/enabling-a-payment-method.md): This guide explains how to add and configure a payment method for your merchant account using the UPP (Universal Payment Platform).


---

# 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.optty.com/universal-integration-features.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.
