> For the complete documentation index, see [llms.txt](https://docs.roboteasy.tech/download/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.roboteasy.tech/download/studio/atualizacao-studio.md).

# Atualização Studio

## TIPOS DE ATUALIZAÇÃO

Existem formas de atualizar o Studio de forma correta sem comprometer a execução pós atualização.

1. Desinstalar o Studio diretamente pelo Painel de Controle (Programas e Recursos) do Windows e instalar a nova versão baixada do [Site](/download/get-roboteasy.md).
2. Baixar o instalador da versão mais atual dentro do próprio Studio.&#x20;

Para baixar instalador da versão mais atual dentro do Studio, basta fazer os seguintes passos:

**PASSO 1:** Clicar em

a) Ajuda

b) Verificar se há atualizações

c) Download

<figure><img src="/files/JkMJc4T2VowMOjeP5nNi" alt=""><figcaption><p>Atualizar Studio dentro da Ferramenta</p></figcaption></figure>

**PASSO 2:** Clicar em Instalar para fazer a instalação da nova versão baixada.

<figure><img src="/files/9p5vAa39SWfek2CvN0a2" alt=""><figcaption><p> Clicar em Instalar para fazer a Instalação da versão baixada</p></figcaption></figure>

**PASSO 3:** Feita a instalação da nova versão o Studio irá abrir automaticamente já atualizado.

<figure><img src="/files/LEZMoc9lMMJdl7lzDimL" alt=""><figcaption><p>Studio atualizado na mais nova versão atualmente 2.18.0</p></figcaption></figure>

## VALIDAÇÃO

Ao baixar a nova versão do Studio uma mensagem aparecerá na sua tela confirmando o fechamento de processos previamente abertos pela execução do Studio desatualizado.

<figure><img src="/files/TxVSW3d7lm0RRJamHhdc" alt=""><figcaption><p>Mensagem de Atualização</p></figcaption></figure>

Ao selecionar SIM a instalação é feita normalmente, mas caso selecione NÃO a mensagem identificará essa documentação com os programas que necessitam serem fechados para a correta atualização da ferramenta.

<figure><img src="/files/eNuGf19ZujeD26zIdsW6" alt=""><figcaption><p>Mensagem de Atualização </p></figcaption></figure>

**CASO SELECIONE NÃO:** Para atualizar corretamente a ferramenta da Roboteasy Studio e não causar problemas de execução, será necessário validar que alguns arquivos não estejam rodando na sua máquina depois da atualização da versão e caso estejam o fechamento da sua execução é o recomendável.&#x20;

* Vamos usar o gerenciador de tarefas para validar que tais arquivos não estão sendo executados após a atualização da ferramenta. No Windows para abrir o gerenciador o comando é CTRL + SHIFT + ESC.

<details>

<summary><strong>COMO OS ARQUIVOS APARECEM NO GERENCIADOR DE TAREFAS:</strong></summary>

Fique atento, pois pode ser que tenha uma pequena variação dos nomes abaixo na sua máquina.

**NOMES:**

&#x20;\- RobotEasyWebRecorder

&#x20;\- Google Chrome e Chromedriver

&#x20;\- geckodriver

&#x20;\- FireFox e Firexo Portable

&#x20;\- AppReadyRobot

&#x20;\- AgentRecord

&#x20;\- AgentCompile

**IMAGENS:**

<img src="/files/PfrR2eB96B6HxJRE0mA5" alt="RobotEasyWebRecorder" data-size="original">

<img src="/files/8rZlyeCACJRsRIX5yQeo" alt="Google Chrome e Chromedriver" data-size="original">

<img src="/files/FzrvHcGF1AS4bcgkx3mn" alt="geckodriver" data-size="original">

<img src="/files/65kgKZlT7JZEGnGPLKEL" alt="FireFox e Firexo Portable" data-size="original">

<img src="/files/esVqXgfzO7xUSUYHJBPd" alt="AppReadyRobot" data-size="original">

<img src="/files/VJhqnZAvBx7rv9mKNWdv" alt="AgentRecord" data-size="original">

<img src="/files/LxRGemdTIchPaJptyT0C" alt="AgentCompile" data-size="original">

</details>

{% hint style="info" %}
Recomendável que selecione a OPÇÃO SIM para fechar esses processos automaticamente, mas caso queira fechar manualmente e ver quais são seleciona a OPÇÃO NÃO e verifique a documentação acima.
{% endhint %}


---

# 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.roboteasy.tech/download/studio/atualizacao-studio.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.
