> For the complete documentation index, see [llms.txt](https://docs.scrtsanta.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.scrtsanta.app/espanol/new-event-es.md).

# Comenzar Amigo Invisible

## Envíalo por Email / SMS / WhatsApp

La app de Secret Santa te deja crear nuevos eventos enviando tu invitación por email, SMS, WhatsApp, Line y Telegram.

No te preocupes si tu servicio de mensajería preferido no está en los que mencionamos, igual podrás enviar tus invitaciones más adelante en el proceso.

Sigue los siguientes pasos para crear tu nuevo evento.

### Organizar Evento

Esta pantalla te pedira:

* Nombre de Evento: el nombre de tu evento. Puede ser algo como "Navidad en Familia"
* Presupuesto: define el presupuesto para cada regalo de Secret Santa
* Fecha del Evento: la fecha en la cual el evento tomará lugar

### Añade los participantes

El primer participante a añadir eres tu mismo, el organizador. Escribe tu nombre y dirección de email. ¡También puedes seleccionar los datos de tu lista de contactos<img src="/files/-MMe_xhAbCUzvo7C0E3m" alt="" data-size="line">.

Luego de añadirte, podrás añadir el resto de los participantes. Si añades el email del participante, tu invitación será envíada inmediatamente a esa dirección. Para enviar una invitación por SMS u otro servicio de mensajería, pon su número telefónico o deja la casilla en blanco.

### Exclusiones

El siguiente paso es establecer las exclusiones. Si dos o más participantes no deberían ser emparejados, toca en sus nombres. Esto es muy útil para evitar que algunas parejas se ofrezcan regalos por una u otra razón.

### Mensaje Adicional

Aquí puedes escribir instrucciones adicionales y enviarlas con todas las invitaciones.

### Enviando Invitaciones

Aquí es donde ocurre la magía. Cada pareja de Secret Santa es envíada por email. Más adelante podrás ver otras opciones para enviar tu invitación si esta no es alcanzable por email o quieres enviarla por SMS.

### Sólo un paso más

Este último paso te permite enviar invitaciones particulares por SMS, WhatsApp, Line, Telegram u otro servicio de mensajería.

Asegúrate de tocar en cada nombre para enviar la invitación antes de cerrar la app.

En la opción del menú **Otras opciones...** abre una ventana normal para compartir donde podrás utilizar otros servicios de mensajería que no están en los mencionados.


---

# 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.scrtsanta.app/espanol/new-event-es.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.
