> 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/earn-by-sharing/best-practices.md).

# Buenas prácticas

Seis reglas para compartir enlaces sin gastar la confianza de tu audiencia, incluida decir que es tu enlace.

Consejos cortos para compartir enlaces y conservar la confianza de tu audiencia.

## Lo que funciona

1. Comparte cosas que recomendarías de todos modos. Si se lo contarías a un amigo gratis, vale la pena compartirlo con tu enlace.
2. Di que es tu enlace. Con una línea alcanza: "Gano una comisión si compras por aquí". La honestidad construye confianza, y la mayoría de las plataformas lo exige.
3. Da contexto. Di qué hizo el producto por ti o para quién es. Un enlace con historia le gana a un enlace pelado.
4. Pon el enlace al final. Primero la historia, el enlace al último.
5. Nada de spam. Una recomendación pensada le gana a diez apuradas.
6. Revisa tu panel. Mira qué compró la gente, y comparte más de eso.

{% hint style="info" %}
Tu audiencia es el activo. Cada recomendación construye confianza o la gasta.
{% endhint %}

## Preguntas frecuentes

<details>

<summary>¿Cada cuánto debería compartir?</summary>

Cuando encaje de forma natural. Un producto compartido con contexto real una vez al mes le gana a soltar enlaces todos los días.

</details>

<details>

<summary>¿Tengo que decir que gano una comisión?</summary>

Sí. Conserva la confianza de tu audiencia, y la mayoría de las plataformas y reguladores lo exigen.

</details>

Elige algo que ya recomiendas y empieza aquí: [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/earn-by-sharing/best-practices.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.
