> For the complete documentation index, see [llms.txt](https://wiki.survivaldub.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.survivaldub.com/survival/ayuda-de-plugins/quickshop-tiendas.md).

# QuickShop - Tiendas

QuickShop es un sencillo sistema de **tiendas** que te permite a ti y a otros jugadores crear una nueva tienda de forma rápida y sencilla.

{% hint style="info" %}
**¿Cómo crear una tienda?**
{% endhint %}

&#x20;Para crear una tienda, coloca un cofre y haz clic con el botón izquierdo del ratón con la cantidad de artículos que quieras vender.&#x20;

Por ejemplo: Si quiero vender 16 diamantes tendré que tener 16 diamantes en la mano y haz clic con el botón izquierdo del ratón en el cofre.&#x20;

Despues se te pedirá que escribas en el chat, El precio de venta para este producto.

**Video donde tambien explicamos paso a paso como se crean:**

{% embed url="<https://www.youtube.com/watch?v=Xp5o6OgziCQ>" %}


---

# 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://wiki.survivaldub.com/survival/ayuda-de-plugins/quickshop-tiendas.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.
