# API RECURSOS

- [Planes](https://docs.reveniu.com/api-recursos/planes.md): Un plan define un precio, moneda, ciclo de facturación y otras características de la creación de una suscripción.
- [Suscripciones y cobros únicos](https://docs.reveniu.com/api-recursos/suscripciones.md): Una suscripción permite cobrar a un cliente de forma recurrente. Un cobro único permite cobrar a un cliente una sola vez.
- [Webhooks](https://docs.reveniu.com/api-recursos/webhooks.md): Reveniu le permite recibir notificaciones automáticas cuando se ha producido un evento asociado a su cuenta.
- [Variables](https://docs.reveniu.com/api-recursos/variables.md)
- [Ambiente Sandbox](https://docs.reveniu.com/api-recursos/ambiente-sandbox.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.reveniu.com/api-recursos.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.
