> ## Documentation Index
> Fetch the complete documentation index at: https://docs.plazbot.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Instalacion

> Prerequisitos e instalacion de Plazbot CLI

<Info>
  **Prerequisito**: Instalar Node.js (version 16 o superior) antes de continuar.
</Info>

### Instalar Plazbot CLI

<CodeGroup>
  ```bash npm theme={null}
  npm install -g plazbot-cli
  ```

  ```bash yarn theme={null}
  yarn global add plazbot-cli
  ```
</CodeGroup>

### Verificar instalacion

```bash theme={null}
plazbot --version
```

### Actualizar a la ultima version

<CodeGroup>
  ```bash npm theme={null}
  npm install -g plazbot-cli@latest
  ```

  ```bash yarn theme={null}
  yarn global add plazbot-cli@latest
  ```
</CodeGroup>

<Warning>
  Mantener el CLI actualizado para acceder a las ultimas funcionalidades y correcciones.
</Warning>

### Desinstalar

<CodeGroup>
  ```bash npm theme={null}
  npm uninstall -g plazbot-cli
  ```

  ```bash yarn theme={null}
  yarn global remove plazbot-cli
  ```
</CodeGroup>

### Soporte

En caso de tener alguna duda o error en la instalacion:

* Email: [support@plazbot.com](mailto:support@plazbot.com)
* Discord: [Comunidad Plazbot](https://discord.gg/SgyAtrwzp7)
