# Poketeams

★ La **creación de un equipo** (team) tiene el costo de 1 millón de PokeDollars - **/team create (nombre del team)**

★ Crea un tag para tu equipo para que se muestre en el chat: **/team tag (nombre tag)** *\[Este tag se puede cambiar las veces que sea]*

★ Invitar a otro jugador al team: **/team invite (usuario)** - *\[Limite de 11 jugadores]*

★ Expulsar o salir de un team: **/team kick (usuario)** o **/team quit**

★ Los equipos tienen un set home aparte, que solo el creador del team puede poner: **/team home set** y para los demás usuarios del team puedan ir: **/team home**

★ Los equipos tienen un chat propio: **/team chat**\
\
★ Pelear con otros teams **/teams queue join**

★ Los equipos tienen un **banco propio** (solo el dueño y capitan pueden retirar dinero del banco)

```
Retirar dinero: /teams bank withdraw <monto>
Ver Cuanto dinero hay: /teams bank balance
Agregar dinero: /teams bank deposit <monto>
```

★ Los equipos tienen **rangos** dentro del equipo \[**Grunt, Member, Officer, Captain, Owner**]. Para ascender a algún jugador usa: **/team promote (jugador)**

★ Informacion sobre tu team o los demás teams: **/team info** o **/team list**

★ Entre teams hay una **lista de records**

```
Top dinero: /team leaderboard bal
Top Pokemons capturados: /team leaderboard caught
Top Pokemons matados: /team leaderboard kills
Top legendarios atrapados: /team leaderboard legends
Clasificación: /team leaderboard rating
Tops: /team leaderboard record
```

★ Transferir equipo: **/team transferowner (jugador)**

★ Se puede **crear una alianza** entre teams

```
Crear alianza: /teams ally create (nombre de la alianza)
Borrar alianza: /teams ally delete
Invitación a alianza: /teams ally invite <player>
Chat alianza: /teams ally chat [<messages>]
Transferir alianza: /teams ally transfer <team>
Salir de Alianza: /teams ally leave 
```


---

# Agent Instructions: 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:

```
GET https://px.becraft.es/guias-1/poketeams.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
