> For the complete documentation index, see [llms.txt](https://docs.lid.pro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.lid.pro/es/sell-on-lid/create-a-product.md).

# Crea un producto

Cómo crear un producto digital en Lid: título, descripción, precio en dólares, archivo o enlace de entrega, comisión para quien comparte, publicar.

Un producto en Lid es cualquier cosa digital que puedas entregar con un archivo o un enlace: un ebook, una plantilla, un curso, acceso a una comunidad.

## Pasos

1. Entra a tu [panel](https://lid.pro/dashboard) y haz clic en **Nuevo producto**.
2. Agrega un título. Concreto le gana a ingenioso.
3. Escribe la descripción. Di qué recibe el comprador y para quién es.
4. Fija el precio en dólares.
5. Adjunta la entrega. Sube un archivo (PDF, ZIP, video) o pega un enlace de acceso. Lid se lo envía al comprador en el momento en que paga.
6. Fija la comisión que compartes con quien te trae ventas. Del 1% al 50%. Un reparto común: tú te quedas con 87%, el sharer con 10%, Lid con 3%.
7. Haz clic en **Publicar**. Tu página ya está en vivo.

## Preguntas frecuentes

<details>

<summary>¿Puedo editar después de publicar?</summary>

Sí. Título, descripción, precio, archivo de entrega y comisión siguen editables. Quien ya pagó conserva su acceso.

</details>

<details>

<summary>¿Qué cobra Lid?</summary>

Un 3% fijo por cada venta, mostrado desde el inicio. Es la única comisión.

</details>

<details>

<summary>¿Cómo cobro?</summary>

En segundos, automáticamente, en dólares digitales. Mira [Cómo cobras](/es/sell-on-lid/payouts-and-usdc.md).

</details>

Este es el enlace si quieres vender: [lid.pro](https://lid.pro)


---

# 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.lid.pro/es/sell-on-lid/create-a-product.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.
