# developers

## developers

- [Webhooks](https://developers.admintotal.com/webhooks.md)
- [API](https://developers.admintotal.com/api.md)
- [Introducción](https://developers.admintotal.com/api/introduccion.md): Información general y de ayuda para el consumo de la API v2 de admintotal.
- [Autenticación](https://developers.admintotal.com/api/autenticacion.md): Todas las peticiones realizadas a la API deberán ir con su header de autenticación, a continuación se muestra un ejemplo de como realizarlo.
- [Almacenes](https://developers.admintotal.com/api/almacenes.md)
- [Anticipos de clientes](https://developers.admintotal.com/api/anticipos-de-clientes.md)
- [Clientes](https://developers.admintotal.com/api/clientes.md)
- [Centros de responsabilidad](https://developers.admintotal.com/api/centros-de-responsabilidad.md)
- [Consumo Interno](https://developers.admintotal.com/api/consumo-interno.md)
- [Cotizaciones](https://developers.admintotal.com/api/cotizaciones.md)
- [Cuenta](https://developers.admintotal.com/api/cuenta.md)
- [Cuentas bancarias](https://developers.admintotal.com/api/cuentas-bancarias.md)
- [Empleado](https://developers.admintotal.com/api/empleado.md)
- [Entradas Almacén](https://developers.admintotal.com/api/entradas-almacen.md)
- [Facturas](https://developers.admintotal.com/api/facturas.md): Consultar, editar o crear facturas a clientes
- [Líneas](https://developers.admintotal.com/api/lineas.md)
- [Lista negra](https://developers.admintotal.com/api/lista-negra.md)
- [Mensualidades](https://developers.admintotal.com/api/mensualidades.md)
- [Notas de crédito](https://developers.admintotal.com/api/notas-de-credito.md)
- [Notas de venta](https://developers.admintotal.com/api/notas-de-venta.md)
- [Ordenes de trabajo](https://developers.admintotal.com/api/ordenes_servicio.md)
- [Pedidos](https://developers.admintotal.com/api/pedidos.md)
- [Productos](https://developers.admintotal.com/api/productos.md)
- [Productos por Almacén](https://developers.admintotal.com/api/productos-por-almacen.md)
- [Prospectos](https://developers.admintotal.com/api/prospectos.md)
- [Repartidores](https://developers.admintotal.com/api/repartidores.md)
- [Sublíneas](https://developers.admintotal.com/api/sublineas.md)
- [Subsublíneas](https://developers.admintotal.com/api/subsublineas.md)
- [Toma de Inventario](https://developers.admintotal.com/api/master.md): Recursos de integración para desarrolladores
- [Usuarios](https://developers.admintotal.com/api/usuarios.md)
- [Vehículos Entrega](https://developers.admintotal.com/api/vehiculos-entrega.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://developers.admintotal.com/webhooks.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.
