> 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/my-meets.md).

# Mis competiciones

Aquí es donde ves cada reunión que ha creado tu club. Reuniones pasadas, próximas reuniones y reuniones en curso. Todo en un solo lugar.

## Lo que puedes hacer aquí

* Abre el panel de control de cualquier reunión para gestionar el registro, la configuración, los horarios y los resultados
* Busca reuniones por nombre para encontrar lo que buscas
* Revisa el estado y la línea de tiempo de cada reunión
* Retoma la configuración justo donde la dejaste si no terminaste de configurar una reunión

## Crear una nueva reunión

Puedes iniciar una nueva reunión directamente desde esta página. También puedes empezar el mismo proceso desde la barra lateral o el Panel de inicio.

El proceso de creación te guía por el nombre de tu reunión, el rango de fechas, la ubicación y las disciplinas. Toda la configuración se puede cambiar más tarde, así que no te preocupes por dejar todo perfecto la primera vez.

## Qué sigue

* [Crear una reunión](/gym-art-meets-es/configuracion-de-la-competicion/create-a-meet.md) - Guía completa para configurar la reunión
* [Encuentra una reunión](/gym-art-meets-es/registro/find-a-meet.md) - Explora reuniones para registrarte

## Relacionado

* [Resumen de gestión del club](/gym-art-meets-es/gestion-del-club/index.md)
* [Registrarse para una reunión](/gym-art-meets-es/registro/index.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/my-meets.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.
