> For the complete documentation index, see [llms.txt](https://docs.digibee.com/documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.digibee.com/documentation/developer-guide/pt-br/development-cycle/digibeectl/getting-started/windows-install.md).

# Como instalar o Digibeectl no Windows

{% hint style="warning" %}
Se você já instalou o Digibeectl anteriormente, faça o download do arquivo novamente e substitua o arquivo existente para atualizar o Digibeectl.
{% endhint %}

Para instalar o Digibeectl no Windows, siga os passos abaixo:

1. Baixe o arquivo ZIP do Digibeectl abaixo de acordo com a arquitetura do seu processador (CPU).

* 32 bits:

<https://storage.googleapis.com/digibee-release-test/releases/latest/digibeectl-windows-386.zip>&#x20;

* 64 bits:

<https://storage.googleapis.com/digibee-release-test/releases/latest/digibeectl-windows-amd64.zip>&#x20;

2. Extraia os arquivos para uma pasta no seu computador. Para facilitar o uso do Digibeectl, adicione o arquivo extraído `(.exe)` no seu root path. Por exemplo, se o seu root path é algo como `C:\Users\nome-de-usuario`, extraia os arquivos dentro dele.
3. Abra o Prompt de Comando (CMD) e digite o caminho onde o arquivo Digibeectl extraído está localizado. Exemplo: `cd C:\Caminho\Para\Pasta\Digibeectl`.
4. Digite o comando abaixo para configurar as credenciais para usar o Digibeectl:

```
digibeectl set config --file "caminho/arquivo.json" --secret-key "chave-de-criptografia" --auth-key "senha-de-criptografia"
```


---

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

```
GET https://docs.digibee.com/documentation/developer-guide/pt-br/development-cycle/digibeectl/getting-started/windows-install.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.
