# API Reference

In this section you can see the different API endpoints and a link to see them in detail.

## Api

All basic methods associated with the api.

{% content-ref url="/pages/nnesP77wcBwkV48kzUdx" %}
[Api](/english/documentation/api-reference/api.md)
{% endcontent-ref %}

## Validation

How to validate the requests to the api, without the token the api does not allow requests.

{% content-ref url="/pages/J7HMXYOONpphngFrubNp" %}
[Validation](/english/documentation/api-reference/validation.md)
{% endcontent-ref %}

## Email

Email and password management.

{% content-ref url="/pages/Z3cIiu8S0aC7ho7JjkFe" %}
[Email](/english/documentation/api-reference/email.md)
{% endcontent-ref %}

## Master

All endpoints related to the masters as well as their parameters.

{% content-ref url="/pages/kYQrq3i4MlRgTSiQr0Ji" %}
[Master](/english/documentation/api-reference/master.md)
{% endcontent-ref %}

## Document

The document endpoints with their parameters and their sample JSON files.

{% content-ref url="/pages/zbYfLcGAzzxU6QGGpDAX" %}
[Document](/english/documentation/api-reference/document.md)
{% endcontent-ref %}

## Stock movements

The stock movement endpoints as well as their sample JSON.

{% content-ref url="/pages/9DrgWzWCSKGdoi2G3ANi" %}
[Stock movements](/english/documentation/api-reference/stock-movements.md)
{% endcontent-ref %}

## Stock Reserves

Booking endpoints and their sample JSONs

{% content-ref url="/pages/CUrlXXKS8HvddxLoHA8O" %}
[Stock Reserves](/english/documentation/api-reference/stock-reserves.md)
{% endcontent-ref %}

## Expeditions

Expedition calls.

{% content-ref url="/pages/PPeoK88fC15PoIOaA8tV" %}
[Expeditions](/english/documentation/api-reference/expeditions.md)
{% endcontent-ref %}

## Links

Link calls.

{% content-ref url="/pages/RODea6WMWDCMfqiG9Hxt" %}
[Links](/english/documentation/api-reference/links.md)
{% endcontent-ref %}

## Stock

Stock calls.

{% content-ref url="/pages/hP8SW8TJtujeLkuvSvXl" %}
[Stock](/english/documentation/api-reference/stock.md)
{% endcontent-ref %}

## Portfolio

Portfolio

{% content-ref url="/pages/y6zbmz05EcrImYqSzxuM" %}
[Portfolio](/english/documentation/api-reference/portfolio.md)
{% endcontent-ref %}

## Stored Procedures

Calls to stored procedures.

{% content-ref url="/pages/NPQCVAZIoiDk7aUG6HZZ" %}
[Stored Procedures](/english/documentation/api-reference/stored-procedures.md)
{% endcontent-ref %}

## View

Sight calls.

{% content-ref url="/pages/bo6dKaSe763wXiByoH4q" %}
[View](/english/documentation/api-reference/view.md)
{% endcontent-ref %}

## Listing

Calls to lists.

{% content-ref url="/pages/b5SJYu8ZMSBiViluXIjA" %}
[Listing](/english/documentation/api-reference/listing.md)
{% endcontent-ref %}

## Fast Report

Fast report calls.

{% content-ref url="/pages/nmyC2wtjCRBQu54vrQer" %}
[FastReport](/english/documentation/api-reference/fastreport.md)
{% endcontent-ref %}


---

# 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://a3erpapi.appcloud.es/english/documentation/api-reference.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.
