> For the complete documentation index, see [llms.txt](https://docs.gymart.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gymart.org/gym-art-meets-es/gestion-del-club/create-a-club.md).

# Crear un club

Tu club es lo primero que necesitas en Gym Art Meets. Todo lo demás sale de ahí: tu lista de gimnastas, tu lista de entrenadores, tus registros de reunión y tus archivos de música. Sin club, no tienes nada.

La buena noticia es que solo toma unos cinco minutos.

## Requisitos previos

* Una cuenta de Gym Art Meets en [meets.gymart.org](https://meets.gymart.org)

## Pasos

Gym Art Meets te guía con un asistente breve. Siete pasos, todos en una sola pantalla.

1. **Nombre del club** - Escribe el nombre oficial de tu organización. Esto es lo que ven otros clubes cuando te registras para reuniones.
2. **Ubicación** - Agrega la dirección de tu club. Puedes omitir esto y volver más tarde.
3. **Información de contacto** - Ingresa el correo electrónico y el número de teléfono de tu club.
4. **Sitio web y enlaces sociales** - Agrega los enlaces de tu sitio web, Instagram o Facebook. Todo es opcional.
5. **Descripción** - Escribe una breve descripción sobre tu club. También es opcional.
6. **Persona de contacto principal** - Ingresa el nombre, el correo electrónico y el teléfono de la persona principal con la que otros clubes u organizadores deben ponerse en contacto.
7. **Configuración de pago** - Conecta una cuenta de Stripe para que puedas cobrar tarifas cuando organices reuniones.

Haz clic **crear** cuando termines.

Eso es todo. Tu club ya existe.

## Una nota sobre Stripe

Stripe solo es necesario si piensas organizar reuniones y cobrar tarifas de registro. Si solo vas a registrarte en reuniones de otras personas, omite la configuración de Stripe por ahora. Siempre puedes conectarlo más tarde desde el perfil de tu club.

## Qué sigue

Tu club está vacío. Es hora de llenarlo.

* [Agrega un gimnasta manualmente](/gym-art-meets-es/gestion-del-club/add-one-gymnast.md) - Bueno cuando tienes pocos atletas para agregar
* [Importa gimnastas desde un archivo CSV](/gym-art-meets-es/gestion-del-club/import-gymnasts-csv.md) - La opción más rápida cuando tienes cinco o más

## Relacionado

* [Resumen de gestión del club](/gym-art-meets-es/gestion-del-club/index.md)
* [Administrar miembros del club](/gym-art-meets-es/gestion-del-club/manage-club-members.md)
* [Actualiza los detalles de tu club](/gym-art-meets-es/gestion-del-club/club-details.md)


---

# 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.gymart.org/gym-art-meets-es/gestion-del-club/create-a-club.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.
