> 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/registro/find-a-meet.md).

# Encontrar una competición

Ya tienes un club configurado y gimnastas en tu lista. Ahora necesitas encontrar una reunión para hacer el registro. Aquí es donde empiezas.

## Prerrequisitos

* Un [club](/gym-art-meets-es/gestion-del-club/create-a-club.md) configurado en Gym Art Meets

## Pasos

1. Abre tu **Panel del club**.
2. Haz clic en **Buscar una reunión** en la barra lateral. También puedes usar la tarjeta de acción rápida en la pantalla principal del panel.
3. Verás tres pestañas en la parte superior:
   * **Todas** muestra todas las reuniones publicadas públicamente
   * **Registradas** muestra las reuniones en las que ya te has inscrito
   * **Pasadas** muestra las reuniones completadas
4. Usa el **Deporte** filtro para acotar por tipo de deporte (WAG o MAG). Al borrar el filtro se muestran todos los deportes.
5. Haz clic en una reunión para ver sus detalles y empezar el proceso de registro.

![Abre Encontrar una reunión en la barra lateral, cambia entre las pestañas Todas / Registradas / Pasadas y filtra por deporte.](/files/2a1a83c686c660cec7c8e164c589e50c63ded498)

## Si no puedes encontrar la reunión

Algunas reuniones están configuradas como privadas. No aparecerán en la lista pública. Si sabes que existe una reunión pero no la ves, pide al organizador un enlace directo o una contraseña.

Las reuniones que organizas aparecen en **Mis reuniones** en la barra lateral. No aparecerán en Encontrar una reunión.

## Qué sigue

* [Revisa los detalles de la reunión](/gym-art-meets-es/registro/review-meet-details.md) antes de registrarte. Comprueba las fechas, los precios, los niveles y las reglas.

## Relacionado

* [Guía paso a paso del registro](/gym-art-meets-es/registro/index.md)
* [Glosario](/gym-art-meets-es/primeros-pasos/glossary.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/registro/find-a-meet.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.
