# Initial page

## Overview

Bienvenido a la documentación para desarrolladores de Peakly. Esta documentación incluye toda la información necesaria para poder realizar su integración y usar Peakly a través de nuestra API.\
También le permitirá conectarse a Peakly CONNECT+ la interfaz con AFIP.

{% hint style="info" %}
Antes de empezar es importante registrarse en Peakly desde <https://app.peakly.co/account/register>
{% endhint %}

Una vez autenticado, debes utilizar el token recibido para acceder a todos los recursos de nuestra API

## Agent Guides

For AI agents and developers integrating via the REST API, see the [Agent Guides](/agent-guides/quick-start.md) section:

| Guide                                           | Description                                                    |
| ----------------------------------------------- | -------------------------------------------------------------- |
| [Quick Start](/agent-guides/quick-start.md)     | Authenticate and create your first invoice in minutes          |
| [Workflow Cookbook](/agent-guides/workflows.md) | Step-by-step recipes for common invoicing flows                |
| [Concepts](/agent-guides/concepts.md)           | Argentine invoicing fundamentals (AFIP, CAE, factura types)    |
| [Entity Reference](/agent-guides/entities.md)   | Field-level reference for Customer, Product, and Sales Receipt |


---

# 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://developer.peakly.co/master.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.
