# Tienda docs

## Tienda docs

- [Bienvenido](https://docs.tienda.app/readme.md)
- [Productos](https://docs.tienda.app/getting-started/products.md): En esta sección, aprenderás a crear y gestionar tus productos de manera efectiva.
- [Métodos de pago](https://docs.tienda.app/getting-started/payments.md): Configura y ofrece múltiples métodos de pago a tus clientes, ajustando opciones como cargos adicionales, estado de pago automático y solicitud de comprobantes.
- [Servicios](https://docs.tienda.app/getting-started/services.md)
- [Diseño](https://docs.tienda.app/getting-started/design.md)
- [Checkout](https://docs.tienda.app/getting-started/checkout.md)
- [Quickstart](https://docs.tienda.app/getting-started/quickstart.md)
- [Publish your docs](https://docs.tienda.app/getting-started/publish-your-docs.md)
- [Introducción](https://docs.tienda.app/whatsapp-bot/introduccion.md)
- [Crear aplicación de Meta](https://docs.tienda.app/whatsapp-bot/crear-aplicacion-de-meta.md)
- [Configurar credenciales](https://docs.tienda.app/whatsapp-bot/configurar-credenciales.md)
- [Crear triggers](https://docs.tienda.app/whatsapp-bot/crear-triggers.md)
- [Editor](https://docs.tienda.app/basics/editor.md)
- [Images & media](https://docs.tienda.app/basics/images-and-media.md)
- [Interactive blocks](https://docs.tienda.app/basics/interactive-blocks.md)
- [OpenAPI](https://docs.tienda.app/basics/openapi.md)
- [Integrations](https://docs.tienda.app/basics/integrations.md)
- [Mercado Pago](https://docs.tienda.app/integrations/mercado-pago.md): Aprende a integrar Mercado Pago para procesar cobros automáticos de forma segura en tu tienda online.


---

# 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://docs.tienda.app/readme.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.
