> For the complete documentation index, see [llms.txt](https://docs.sololegends.net/wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sololegends.net/wiki/guias/survival/teams.md).

# Teams

El servidor cuenta con un sistema de teams. Para entenderlo claramente, deberás conocer los comandos básicos. Algunos te ayudarán a ti y a los miembros de tu team: podrás otorgar permisos extra, establecer puntos de establecimiento, hacer y deshacer alianzas con otros teams, salir de un team o disbandearlo, entre otros, que se explicarán a continuación.

| **Comandos**      | **Descripción**                                                                                       |
| ----------------- | ----------------------------------------------------------------------------------------------------- |
| /Team Delhome     | Permite borrar el home del equipo.                                                                    |
| /Team Echest      | Mostrará un cofre el cual todos los miembros del equipo puedan revisar.                               |
| /Team Allychat    | Podrás conversar con miembros de tu alianza.                                                          |
| /Team Description | Este únicamente permitirá ver la descripción que le hayas puesto a tu Team.                           |
| /Team Setwarp     | Podrás establecer un punto de establecimiento, pero únicamente se accede mediante una contraseña.     |
| /Team Bal         | Los miembros del team podrán revisar el dinero depositado.                                            |
| /Team Ban         | Con este se baneara a un jugador del Team sin acceso a entrar nuevamente.                             |
| /Team Promote     | Podrás promover a un miembro del team para que tenga más permisos.                                    |
| /Team Warps       | Los miembros del team podrán revisar los warps establecidos.                                          |
| /Team Ally        | Podrás formar una alianza con otro Team.                                                              |
| /Team Leave       | Te permitirá salir del Team para que puedas ingresar a otro                                           |
| /Team Sethome     | Establecerá un punto para que todo tu team pueda ir cuando desees.                                    |
| /Team Create      | Crearás un team para poder jugar con otros usuarios.                                                  |
| /Team Rank        | Verás el rango de los Teams.                                                                          |
| /Team Join        | Te podrás unir a cualquier team que te hayan invitado.                                                |
| /Team Disband     | Te permitirá deshacer el team en cualquier momento.                                                   |
| /Team Info        | Puedes ver la información de cualquier usuario o Team que desees                                      |
| /Team Delwarp     | Podrás borrar cualquier warp que hayas establecido.                                                   |
| /Team Neutral     | Removerás las solicitudes pendientes y podrás eliminar la alianza que tengas en el momento.           |
| /Team PVP         | Habilitaras el PVP para todo tu equipo.                                                               |
| /Team Baltop      | Se puede revisar al Team con más economía de la modalidad                                             |
| /Team List        | Se puede revisar toda la lista de Teams que están.                                                    |
| /Team Unban       | Se puede remover el baneo que le hayas dado a un jugador de tu Team.                                  |
| /Team Demote      | Únicamente degradaras a un jugador que hayas promoteado,                                              |
| /Team Kick        | Expulsaras a un jugador que estén en tu Team.                                                         |
| /Team Chat        | Es para hablar con los miembros de tu Team.                                                           |
| /Team Name        | Cambiarás el nombre de tu team a cualquiera que desees.                                               |
| /Team Deposit     | Únicamente es para que deposites el dinero que tengas.                                                |
| /Team Invite      | Podrás invitar a cualquier usuario al Team                                                            |
| /Team Open        | Con este comando podrás decidir si un usuario tiene que entrar con invitación o sin necesitar de una. |
| /Team Warp        | Puedes ir al warp que se haya puesto para tu Team.                                                    |
| /Team Withdraw    | Podrás retirar dinero del Team                                                                        |


---

# 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.sololegends.net/wiki/guias/survival/teams.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.
