# Customers

- [Customers](https://docs.revenium.io/ai-and-api-monetization/manage/customers.md): Customer records can be manually created, bulk imported via CSV, or created directly via API.
- [Subscribers](https://docs.revenium.io/ai-and-api-monetization/manage/api-consumers.md): This page lists the end users who own subscriptions to your Products.
- [Subscriptions](https://docs.revenium.io/ai-and-api-monetization/manage/product-keys.md): Subscriptions are issued to each of your subscribers to allow them to access your products (and their associated sources).  Subscriptions generate invoices at the end of each invoicing period.
- [Subscribers Credentials](https://docs.revenium.io/ai-and-api-monetization/manage/applications.md): Credentials (which are optional) allow you to link multiple users' usage to a single Revenium Subscription.
- [Subscribers Notifications](https://docs.revenium.io/ai-and-api-monetization/manage/consumers-notifications.md): This section of the platform allows Product owners and to communicate with the Subscribers to their Products.


---

# 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/manage.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.
