> For the complete documentation index, see [llms.txt](https://docs.ventiapp.mx/ventiapp/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ventiapp.mx/ventiapp/english-api/developers/api.md).

# API

- [Authentication](https://docs.ventiapp.mx/ventiapp/english-api/developers/api/autenticacion.md): All methods of the Ventiapp API Rest require prior authentication. To authorize public functions, OAUTH 2.0 is used with Bearer Tokens.
- [Token](https://docs.ventiapp.mx/ventiapp/english-api/developers/api/uso-de-token.md): In this post we will see how to use the authorization token to make any Ventiapp public API call.
- [Price and stock](https://docs.ventiapp.mx/ventiapp/english-api/developers/api/stock-y-precios.md): In this section you will find all the information about API's related with stock and prices
- [Orders](https://docs.ventiapp.mx/ventiapp/english-api/developers/api/ventas.md): In this section you will find all the APIs of Ventiapp related to Sales
- [Bills](https://docs.ventiapp.mx/ventiapp/english-api/developers/api/facturas.md): In this section you will find all Ventiapp's APIs related to Invoice requests from buyers
- [Products](https://docs.ventiapp.mx/ventiapp/english-api/developers/api/productos.md): In this section you will find the APIs referring to the creation, edition and elimination of Products. This information will only update the base information within Ventiapp.
- [Webhooks](https://docs.ventiapp.mx/ventiapp/english-api/developers/api/webhooks.md): This section contains the documentation on the Webhooks provided by Ventiapp. What are they, what are available, how to create and delete them


---

# 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 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, and the optional `goal` query parameter:

```
GET https://docs.ventiapp.mx/ventiapp/english-api/developers/api.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
