# Aurora API

## Facturador Aurora API

- [Introducción](https://docs.aurora.net.pe/inicio/introduccion.md)
- [Suscripción](https://docs.aurora.net.pe/inicio/suscripcion.md)
- [Credenciales API](https://docs.aurora.net.pe/inicio/credenciales-api.md)
- [Configuración](https://docs.aurora.net.pe/inicio/configuracion.md): En la opción Configuración puede editar todos los parámetros necesarios para emitir comprobantes electrónicos.
- [Sucursales](https://docs.aurora.net.pe/inicio/sucursales.md): En la opción Sucursales puede gestionar las sucursales de su empresa.
- [Entidades (Clientes)](https://docs.aurora.net.pe/inicio/entidades-clientes.md): En la opción Entidades puede gestionar clientes.
- [Pase a producción](https://docs.aurora.net.pe/inicio/pase-a-produccion.md)
- [Generar comprobantes electrónicos](https://docs.aurora.net.pe/documentos/generar-comprobantes-electronicos.md)
- [Generar guías de remisión](https://docs.aurora.net.pe/documentos/generar-guias-de-remision.md)
- [Anular comprobantes electrónicos](https://docs.aurora.net.pe/documentos/anular-comprobantes-electronicos.md)
- [Códigos de respuesta API HTTP](https://docs.aurora.net.pe/documentos/codigos-de-respuesta-api-http.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.aurora.net.pe/inicio/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.
