# Introducción

Bienvenido a la documentación oficial de MIGO API. Nuestra API está diseñada para ser sencilla, intuitiva y flexible, permitiéndote integrar todas nuestras funcionalidades de validación en tus aplicaciones de manera rápida.

#### Cómo Empezar <a href="#como-empezar" id="como-empezar"></a>

Para comenzar, te recomendamos seguir los siguientes pasos:

1. **Registrar una Cuenta**: Si aún no lo has hecho, crea una cuenta en [https://api.migo.pe](https://api.migo.pe/).
2. **Generar un Token API**: Autentica tu aplicación para empezar a realizar consultas. Visita <https://api.migo.pe/tokens> para generar un token.
3. **Explorar los Endpoints**: Familiarízate con los endpoints disponibles y sus parámetros.
4. (Opcional) Instala nuestro Add-In para Excel que permite realizar consultas básicas a nuestra API sin programación.

Recomendamos realizar las pruebas de integración con el software [Postman](https://www.postman.com/downloads/) que incluye ejemplos de código en muchos lenguajes de programación y librerías populares.

¡Esperamos que disfrutes integrando nuestra API en tus proyectos!


---

# 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.migo.pe/v2/introduccion/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.
