# Use Cases in Action

- [How to apply JOLT for JSON transformations](https://docs.digibee.com/documentation/resources/use-cases/how-to-jolt.md): Learn how JOLT works as a tool for transforming JSON data and how to use it on the Digibee Integration Platform.
- [Building basic JOLT transformations](https://docs.digibee.com/documentation/resources/use-cases/how-to-jolt/basic-operations.md): Learn how each basic JOLT transformation (shift, default, remove, and sort) works.
- [Understanding JOLT operators (wildcards)](https://docs.digibee.com/documentation/resources/use-cases/how-to-jolt/operators.md): Learn how wildcards help you build dynamic, concise, and adaptable JOLT transformation rules.
- [Building advanced JOLT transformations](https://docs.digibee.com/documentation/resources/use-cases/how-to-jolt/advanced-operations.md): Learn how advanced JOLT transformations (cardinality, modify-overwrite-beta, modify-default-beta) work.
- [Applying JOLT to practical use cases](https://docs.digibee.com/documentation/resources/use-cases/how-to-jolt/use-cases.md): Learn how to turn JOLT operations into practical solutions.
- [How to integrate Distribution Centers using Multi-Instance](https://docs.digibee.com/documentation/resources/use-cases/how-to-multi-instance.md): Learn how Multi-Instance enables a single pipeline to process messages from multiple Distribution Centers with independent queue configurations.
- [Improving integration performance with API pagination](https://docs.digibee.com/documentation/resources/use-cases/integration-performance-api-pagination.md)
- [Automating file storage with Digibee](https://docs.digibee.com/documentation/resources/use-cases/automating-file-storage-with-digibee.md)
- [Reprocessing strategy in event-driven integrations](https://docs.digibee.com/documentation/resources/use-cases/reprocessing-strategy-in-event-driven-integrations.md)
- [Key practices for securing sensitive information in pipelines with Digibee](https://docs.digibee.com/documentation/resources/use-cases/key-practices-for-securing-sensitive-information.md)
- [OAuth2 for secure API access](https://docs.digibee.com/documentation/resources/use-cases/oauth2-for-secure-api-access.md)
- [Secure your APIs with JWT in Digibee](https://docs.digibee.com/documentation/resources/use-cases/apis-digibee-jwt.md)
- [Integration best practices for developers on the Digibee Integration Platform](https://docs.digibee.com/documentation/resources/use-cases/integration-best-practices-developers.md)
- [How to use Event-driven architecture on the Digibee Integration Platform](https://docs.digibee.com/documentation/resources/use-cases/how-to-use-event-driven-architecture-on-the-digibee-integration-platform.md)
- [Dynamic file download with Digibee](https://docs.digibee.com/documentation/resources/use-cases/dynamic-file-download-with-digibee.md)
- [Microservices: Circuit Breaker pattern for improving resilience](https://docs.digibee.com/documentation/resources/use-cases/microservices-circuit-breaker.md)
- [Error handling strategy in event-driven integrations](https://docs.digibee.com/documentation/resources/use-cases/error-handling-strategy-in-event-driven-integrations.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://docs.digibee.com/documentation/resources/use-cases.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.
