> For the complete documentation index, see [llms.txt](https://docs.tacufactsv.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tacufactsv.com/manual-tacufact/04-inventario/03-listas-de-precios.md).

# 03 listas de precios

Las **Listas de precios** te permiten manejar precios distintos al precio base de tus productos, por ejemplo una lista de precios mayoristas, una lista para clientes VIP, o una lista de temporada. Las encuentras en **Inventario**, pestaña **Listas de Precios**.

## Crear una lista de precios

1. Presiona **Nueva lista**.
2. Escribe el **Nombre** (por ejemplo, "Lista mayorista") y, opcionalmente, una **Descripción**.
3. Guarda la lista.

## Agregar productos a una lista

1. Abre la lista que quieres editar.
2. Busca el producto por **nombre o SKU**.
3. Indica el **precio en lista** para ese producto — el precio especial que tendrá dentro de esta lista, distinto al precio base del catálogo.
4. Repite para todos los productos que quieras incluir.

## ¿Cómo se usan las listas de precios?

Cuando asignas una lista de precios a un cliente específico (desde la pestaña **Precio** del detalle de un producto, o desde el perfil del cliente), ese cliente verá automáticamente los precios de esa lista en lugar del precio base cuando le emitas un documento. Esto es muy útil si tienes clientes con condiciones comerciales distintas al resto.


---

# 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.tacufactsv.com/manual-tacufact/04-inventario/03-listas-de-precios.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.
