> For the complete documentation index, see [llms.txt](https://tecnoprices.gitbook.io/ayuda/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tecnoprices.gitbook.io/ayuda/productos/ficha-de-producto.md).

# Ficha de producto

En la ficha del producto podrá encontrar toda la información relevante al mismo. La misma se divide en las siguientes secciones:

<figure><img src="/files/NJ8xEVbcexS88EFaF6WD" alt="" width="375"><figcaption></figcaption></figure>

1. **Código**: Es el código interno con el cual identificamos al ítem en nuestro sistema.
2. **Parte:** Corresponde al número de parte provisto por el fabricante .
3. **Título** del artículo, este campo posee el tipo de producto, la marca, y las características principales.
4. **Código de barra**: Corresponden al código de barra del artículo con el que el fabricante lo identifica.
5. **Calificación:** Es el promedio en estrellas de la calificación dada por nuestros clientes.&#x20;
6. **Precio**: Es el precio de compra por unidad.
7. **Estado**: Muestra si el ítem se encuentra en stock y la cantidad disponible.
8. **Garantía**: Muestra la duración de la garantía. Si el ítem posee garantía oficial también figurará aquí.
9. PVP Sugerido: Es el precio sugerido para la venta al público general. No siempre se muestra.&#x20;
10. Precio por cantidad: Si el ítem posee precio por cantidad, este recuadro contiene el precio con descuento y las cantidades mínimas para acceder al mismo.
11. **Stock**: Se muestran el límite de compra si es que posee.&#x20;
12. Botones: Favorito y notificar. El botón "Favorito" añade el artículo en su lista de favoritos y el botón "notificar"  hará que el sistema le envíe un email reponerse el artículo.
13. **Detalles**: Aquí se colocan los detalles del artículo, notas o información adicional, así como drivers o manuales.


---

# 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://tecnoprices.gitbook.io/ayuda/productos/ficha-de-producto.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.
