> For the complete documentation index, see [llms.txt](https://academy.gopersonal.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://academy.gopersonal.ai/guia-de-usuario/go-loyalty/campanas/configurar-campana.md).

# Configurar Campaña

Luego de creada es posible configurar la campaña permitiendo modificar datos básicos coo nombre, fechas de activación como también configurar las reglas de distribución de puntos y otras configuraciones.&#x20;

Esta flexibilidad asegura que la campaña pueda mantenerse relevante y eficaz, respondiendo a cambios en las condiciones o estrategias del programa de lealtad.

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

## Reglas

Las reglas son fundamentales para definir cómo se asignan los puntos dentro de una campaña de lealtad. Permiten establecer criterios específicos basados en diversas condiciones para determinar la cantidad de puntos que se otorgarán a los miembros.&#x20;

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

Cada regla está compuesta por condiciones específicas y el premio correspondiente si dichas condiciones se cumplen.&#x20;

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

### **Condiciones**

Estas son las circunstancias bajo las cuales se otorgarán puntos. Pueden incluir factores como el monto de compra, el nivel del miembro, fechas específicas, audiencias, entre otros. Las condiciones permiten ajustar la asignación de puntos a las necesidades y objetivos del programa.&#x20;

<figure><img src="/files/YO8Juh8zUWVGrLzyw5pf" alt="" width="246"><figcaption></figcaption></figure>

### Premio

Este premio es el incentivo para que los miembros realicen ciertas acciones o cumplan con determinados criterios. El premio pueden ser puntos o brindar una recompensa como puede ser un cupón o un producto regalo.&#x20;

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


---

# 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://academy.gopersonal.ai/guia-de-usuario/go-loyalty/campanas/configurar-campana.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.
