# Connect Your Data

Revenium provides metering policies to integrate at the gateway, application, and infrastructure layer.

### Gateway Metering Policies

The advantages of the gateway policies is that many allow advanced features such as rate limiting or quota-based blocking for monetization use cases, though these do require access to the gateway to implement.

### SDKs

Next, we offer various SDKs to allow you to send metering traffic directly from your application's code if this is your preferred integration method. Please use the menu at the left to choose the SDK that matches your use case (e.g. [Java](/ai-and-api-monetization/readme/java-jvm.md), etc.).

### Postman Collection & Sample Curl Commands for Integration Testing

Download our Postman Collection [on GitHub here](https://github.com/revenium/revenium-metering-postman-collection).

Lastly, if you just want to see sample curl commands for testing, you can [find those here](/ai-and-api-monetization/readme/curl-commands-for-testing.md#sample-curl-commands).

{% hint style="success" %}
**Note that none of these policies are mutually exclusive. Multiple data sources can be metered simultaneously by the Revenium platform.**
{% endhint %}

## Need Advice?

If you have questions or need advice on which integration to choose, please reach out or use the chat function on the [main website](https://www.revenium.io) or from your account after you are logged into Revenium.


---

# 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.revenium.io/ai-and-api-monetization/readme.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.
