> 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/manage-club-members.md).

# Administrar miembros del club

Quieres dar acceso a un entrenador o miembro del personal a tu club para que pueda ayudar a gestionar las cosas. En Gym Art Meets, haces esto con códigos de acceso.

## Requisitos previos

* Tienes un club en Gym Art Meets. Si no, [crear uno primero](/gym-art-meets-es/gestion-del-club/create-a-club.md).

## Ver tus miembros actuales

1. Desde tu panel del club, haz clic en **Miembros** en la barra lateral.
2. Verás a todas las personas que tienen acceso a tu club.

## Invitar a alguien nuevo

1. En la sección Miembros, ve a **Códigos de acceso**.
2. Haz clic en el **+ Código** botón para generar un nuevo código.
3. Comparte el código con la persona que quieres invitar.
4. La persona lo introduce en Gym Art Meets para unirse a tu club.

![Abre Miembros en la barra lateral y luego haz clic en + Código para generar un código de acceso.](/files/d55d9c6a297e84ca7f392b8a34d1f17e95d1274a)

Cada código de acceso muestra su valor, cuándo se creó y si está activo o inactivo.

## Gestionar entrenadores

Los entrenadores tienen su propia sección:

1. Haz clic en **Entrenadores** en la barra lateral.
2. Desde ahí puedes ver, agregar o importar entrenadores.
3. Los entrenadores se pueden importar por CSV igual que los gimnastas.

## Algunas cosas sobre los códigos de acceso

Solo el creador del club puede crear y eliminar códigos de acceso. Los códigos de acceso son la forma principal de agregar personal a tu club. No hay opción para agregar a alguien por correo electrónico directamente.

Para más detalles sobre cómo funcionan los códigos, los roles de los miembros y cómo se unen los nuevos miembros, consulta [Gestionar miembros del club y acceso](/gym-art-meets-es/gestion-del-club/members.md).

## Qué sigue

* [Gestionar miembros del club y acceso](/gym-art-meets-es/gestion-del-club/members.md) - Roles, flujo detallado de invitación y eliminación de miembros
* [Actualiza los detalles de tu club](/gym-art-meets-es/gestion-del-club/club-details.md)

## Relacionado

* [Crear un club](/gym-art-meets-es/gestion-del-club/create-a-club.md)
* [Resumen de la gestión del club](/gym-art-meets-es/gestion-del-club/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/manage-club-members.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.
