> For the complete documentation index, see [llms.txt](https://guia.fenicio.help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guia.fenicio.help/mercado-libre/mercado-libre-legacy/modulo-mercadolibre/guias.md).

# Guías

Las guías de talles se deben crear en Mercado Libre y luego vincular en los producto en Fenicio. En el siguiente [Link](https://vendedores.mercadolibre.com.uy/nota/guia-de-talles-reduci-las-preguntas-y-devoluciones) de la documentación de Mercado Libre se indican los pasos a seguir para crearlas.

Una vez que tenemos todas las guías creadas, vamos al backend de nuestra tienda y con el ID de la nueva guía creada nos dirigimos a Mercado Libre **➡** Guías Agregamos el ID y clicamos Agregar Guía.

<figure><img src="/files/xCrdn9nsEvDnYP20f7Ke" alt=""><figcaption></figcaption></figure>

En el Panel de Productos, selecciona el Producto y en la Guía de Talles, indica la guía correspondiente. Luego de ingresar todas las Guías creadas, procede a vincular los productos pertinentes.

<figure><img src="/files/tvmD2gwh0PFtnC4582BE" alt=""><figcaption></figcaption></figure>

Cuando la guía esté vinculada en el artículo, Fenicio nos confirmará con un mensaje en la esquina inferior derecha.

<figure><img src="/files/YFLjQtSnA5NoE97UbRhu" alt=""><figcaption></figcaption></figure>

La publicación ahora se marca como "con cambios" y se actualizará en Mercado Libre.


---

# 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://guia.fenicio.help/mercado-libre/mercado-libre-legacy/modulo-mercadolibre/guias.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.
