# Integraciones

- [Pago](https://docs.mavibot.ai/doc/es/integrations/payment.md)
- [Prodamus (KZ)](https://docs.mavibot.ai/doc/es/integrations/payment/prodamus.md)
- [Prodamus (RU)](https://docs.mavibot.ai/doc/es/integrations/payment/prodamus/prodamus-ru.md)
- [Capusta.space](https://docs.mavibot.ai/doc/es/integrations/payment/capusta.space.md): Servicio para recibir pagos para sitios web, blogs, canales de Telegram, streams y otras plataformas.
- [Bepaid](https://docs.mavibot.ai/doc/es/integrations/payment/bepaid.md)
- [Bepaid (ru)](https://docs.mavibot.ai/doc/es/integrations/payment/bepaid/bepaid-ru.md)
- [Coinpayments](https://docs.mavibot.ai/doc/es/integrations/payment/coinpayments.md)
- [INXY Payments](https://docs.mavibot.ai/doc/es/integrations/payment/inxy.md): Plataforma de criptoprocesamiento con funciones recurrentes
- [Paypal](https://docs.mavibot.ai/doc/es/integrations/payment/paypal.md): Configuración de la recepción de pagos en el chat de Paypal
- [Payeer.trade](https://docs.mavibot.ai/doc/es/integrations/payment/payeer.md): Payeer.tradeBirja Payeer es una plataforma de trading lanzada por el sistema de pago del mismo nombre. PAYEER Exchange te permite intercambiar varias criptomonedas populares una por una o comprar/vender por fiat
- [Paynow](https://docs.mavibot.ai/doc/es/integrations/payment/paynow.md): Sistema de pago polaco
- [Paytabs](https://docs.mavibot.ai/doc/es/integrations/payment/paytabs.md)
- [Stripe](https://docs.mavibot.ai/doc/es/integrations/payment/stripe.md)
- [Telegram](https://docs.mavibot.ai/doc/es/integrations/payment/telegram.md)
- [Fondy](https://docs.mavibot.ai/doc/es/integrations/payment/fondy.md): Conecta a tu bot pagos online cómodos de todo el mundo
- [Wayforpay](https://docs.mavibot.ai/doc/es/integrations/payment/wayforpay.md)
- [WalletOne](https://docs.mavibot.ai/doc/es/integrations/payment/walletone.md): Si necesitas aceptar pagos internacionales, WalletOne te ayudará.
- [Mavibot con Google](https://docs.mavibot.ai/doc/es/integrations/google.md)
- [Google Sheets](https://docs.mavibot.ai/doc/es/integrations/google/sheets.md)
- [Google Tables](https://docs.mavibot.ai/doc/es/integrations/google/tables.md): Todas las posibilidades de interacción del bot con tablas de Google.
- [Google Calendar](https://docs.mavibot.ai/doc/es/integrations/google/calendar.md)
- [Más integraciones](https://docs.mavibot.ai/doc/es/integrations/other.md)
- [InfoBusiness](https://docs.mavibot.ai/doc/es/integrations/other/infobusiness.md)
- [MyOwnConference](https://docs.mavibot.ai/doc/es/integrations/other/infobusiness/myown.md): Servicio online que te permite organizar webinars, seminarios y videoconferencias interactivas
- [WebinarGeek](https://docs.mavibot.ai/doc/es/integrations/other/infobusiness/webinar.md): Esta es una plataforma para realizar varios tipos de webinars.
- [Analítica](https://docs.mavibot.ai/doc/es/integrations/other/analytics.md)
- [Roistat](https://docs.mavibot.ai/doc/es/integrations/other/analytics/roistat.md)
- [Facebook Pixel](https://docs.mavibot.ai/doc/es/integrations/other/analytics/pixel.md)
- [Google Analytics](https://docs.mavibot.ai/doc/es/integrations/other/analytics/google.md)
- [Apix-Drive](https://docs.mavibot.ai/doc/es/integrations/other/apix.md)
- [Servicios SMS](https://docs.mavibot.ai/doc/es/integrations/other/sms.md)
- [Sendpulse](https://docs.mavibot.ai/doc/es/integrations/other/sendpulse.md): Puedes trabajar en Sendpulse para enviar correos electrónicos desde tu número de teléfono.
- [Tilda](https://docs.mavibot.ai/doc/es/integrations/other/tilda.md): Integración del mini-landing de Salebot con Tilda
- [Trabajo con API](https://docs.mavibot.ai/doc/es/integrations/api.md)
- [La API del software de edición](https://docs.mavibot.ai/doc/es/integrations/api/settings.md): Qué solicitudes admite el software de edición y cómo realizarlas
- [Integración con APIs de terceros](https://docs.mavibot.ai/doc/es/integrations/api/request.md): Este artículo presenta un ejemplo de creación de un bot que trabaja con la API interna de Wilfire (envía y recibe información)


---

# 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.mavibot.ai/doc/es/integrations.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.
