# MIGO API

## v1

- [Introducción](https://docs.migo.pe/introduccion.md)
- [Registro y Autenticación](https://docs.migo.pe/registro-y-autenticacion.md)
- [Protocolo de seguridad TLS/SSL](https://docs.migo.pe/protocolo-de-seguridad-tls-ssl.md)
- [Rate Limit](https://docs.migo.pe/rate-limit.md)
- [Planes y créditos](https://docs.migo.pe/planes-y-creditos.md)
- [Códigos de Estado HTTP](https://docs.migo.pe/codigos-de-estado-http.md)
- [Cuenta](https://docs.migo.pe/usuario/cuenta.md)
- [RUC](https://docs.migo.pe/ruc/ruc.md)
- [Actividades Económicas](https://docs.migo.pe/ruc/actividades-economicas.md)
- [Buenos Contribuyentes](https://docs.migo.pe/ruc/buenos-contribuyentes.md)
- [Agentes de Retención del IGV](https://docs.migo.pe/ruc/agentes-de-retencion-del-igv.md)
- [Agentes de Percepción del IGV Venta Interna](https://docs.migo.pe/ruc/agentes-de-percepcion-del-igv-venta-interna.md)
- [Entidades Exceptuadas de la Percepción del IGV](https://docs.migo.pe/ruc/entidades-exceptuadas-de-la-percepcion-del-igv.md)
- [Locales Anexos](https://docs.migo.pe/ruc/locales-anexos.md)
- [Representantes legales](https://docs.migo.pe/ruc/representantes-legales.md)
- [Tipo de cambio](https://docs.migo.pe/tipo-de-cambio/tipo-de-cambio.md)
- [DNI](https://docs.migo.pe/dni/dni.md)
- [CPE](https://docs.migo.pe/comprobante-electronico/cpe.md)
- [Ubigeo](https://docs.migo.pe/ubigeo/ubigeo.md)
- [Número a letras](https://docs.migo.pe/numero-a-letras/numero-a-letras.md)

## v2

- [Introducción](https://docs.migo.pe/v2/introduccion/introduccion.md)
- [Registro y autenticación](https://docs.migo.pe/v2/introduccion/registro-y-autenticacion.md)
- [Planes y créditos](https://docs.migo.pe/v2/introduccion/planes-y-creditos.md)
- [Limites (Rate Limit)](https://docs.migo.pe/v2/introduccion/limites-rate-limit.md)
- [Códigos de estado HTTP](https://docs.migo.pe/v2/introduccion/codigos-de-estado-http.md)
- [Cuenta](https://docs.migo.pe/v2/usuario/cuenta.md)
- [RUC](https://docs.migo.pe/v2/ruc/ruc.md)
- [RUC masivo](https://docs.migo.pe/v2/ruc/ruc-masivo.md)
- [Tipo de cambio SUNAT](https://docs.migo.pe/v2/tipo-de-cambio/tipo-de-cambio-sunat.md)
- [Tipo de cambio SBS](https://docs.migo.pe/v2/tipo-de-cambio/tipo-de-cambio-sbs.md)
- [DNI](https://docs.migo.pe/v2/dni/dni.md)
- [Comisiones y primas de seguros del SPP](https://docs.migo.pe/v2/afp/comisiones-y-primas-de-seguros-del-spp.md)

## API WhatsApp

- [Recomendaciones previas](https://docs.migo.pe/api-whatsapp/recomendaciones-previas.md)
- [Aviso Importante sobre el Uso del Servicio](https://docs.migo.pe/api-whatsapp/aviso-importante-sobre-el-uso-del-servicio.md)
- [Acceso al Servicio de API WhatsApp](https://docs.migo.pe/api-whatsapp/cuenta/acceso-al-servicio-de-api-whatsapp.md)
- [Estado de conexión](https://docs.migo.pe/api-whatsapp/api/estado-de-conexion.md)
- [Verificar número de WhatsApp](https://docs.migo.pe/api-whatsapp/api/verificar-numero-de-whatsapp.md)
- [Enviar mensaje de texto](https://docs.migo.pe/api-whatsapp/api/enviar-mensaje-de-texto.md)
- [Enviar mensaje multimedia](https://docs.migo.pe/api-whatsapp/api/enviar-mensaje-multimedia.md)
- [Recibir mensajes de texto](https://docs.migo.pe/api-whatsapp/webhook/recibir-mensajes-de-texto.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.migo.pe/introduccion.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.
