# Integration

- [Introduction](https://help.openloyalty.io/technical-guide/integration/introduction.md)
- [Overview of Integration Methods](https://help.openloyalty.io/technical-guide/integration/overview-of-integration-methods.md)
- [Tools and Technologies](https://help.openloyalty.io/technical-guide/integration/tools-and-technologies.md)
- [Integration Examples](https://help.openloyalty.io/technical-guide/integration/integration-examples.md)
- [Lambda](https://help.openloyalty.io/technical-guide/integration/integration-examples/lambda.md): Sample integration with Open Loyalty using serverless functions
- [Zapier](https://help.openloyalty.io/technical-guide/integration/integration-examples/zapier.md): Sample integration with the Event-Driven Architecture using Zapier
- [AWS EventBridge](https://help.openloyalty.io/technical-guide/integration/integration-examples/aws-eventbridge.md): Sample integration with the Event-Driven Architecture with multiple systems using AWS EventBridge
- [Kafka](https://help.openloyalty.io/technical-guide/integration/integration-examples/kafka.md): Sample integration with Open Loyalty using Kafka
- [Braze](https://help.openloyalty.io/technical-guide/integration/braze.md): This section outlines the partnership between Braze and Open Loyalty.
- [Open Loyalty to Braze](https://help.openloyalty.io/technical-guide/integration/braze/open-loyalty-to-braze.md): Syncing Open Loyalty Webhooks to Braze
- [Braze to Open Loyalty](https://help.openloyalty.io/technical-guide/integration/braze/braze-to-open-loyalty.md): Updating Open Loyalty Member Attributes from Braze
- [Points Updates](https://help.openloyalty.io/technical-guide/integration/braze/points-updates.md): Real-time Point Update Notifications
- [Tier Updates](https://help.openloyalty.io/technical-guide/integration/braze/tier-updates.md): Real-time Tier Update Notifications
- [Segment Updates](https://help.openloyalty.io/technical-guide/integration/braze/segment-updates.md)


---

# 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://help.openloyalty.io/technical-guide/integration.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.
