> For the complete documentation index, see [llms.txt](https://docs.decentraland.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.decentraland.org/creator/content-creator-pt/scene-editor/comecar/editor-installation.md).

# Instalação do Creator Hub

![Creator Hub](/files/44cbf5257bce9f29fac7423089beb31432961100)

Descarregar o Creator Hub [AQUI](https://decentraland.org/download/creator-hub).

## A atualizar o Creator Hub

A aplicação Creator Hub verifica atualizações sempre que a abres e atualiza-se automaticamente se houver uma nova versão disponível.

Também podes verificar manualmente se há atualizações clicando no **Verificar atualizações** botão no **Definições** menu. Para isso,

1. Abre o ícone da roda no canto superior direito do ecrã <img src="/files/0f3d032dc419374f44e56fa67aef3471c7bad766" alt="Settings" data-size="line">
2. Clique em **Verificar atualizações**

## Editar código

Se também pretendes ler e editar código na tua scene, também precisas de instalar um destes:

* <img src="/files/a305eec4daaf6c2c958d5c992d5a1dddf1e5a8c7" alt="VS Code" data-size="line"> [Visual Studio Code](https://code.visualstudio.com/): Esta é a opção recomendada para developers experientes.
* <img src="/files/d7ef8798423b1db77d0089e922fcc89f1d600c49" alt="Cursor" data-size="line"> [Cursor AI](https://www.cursor.com/): Este é um poderoso editor de código integrado com IA. Permite-te escolher diferentes modelos de IA para te ajudar a escrever código, todos eles gratuitos. Esta é uma boa opção para developers que são novos em Decentraland ou TypeScript, ou se quiseres poupar tempo a escrever código.

Poderás precisar de selecionar o teu Code Editor nas definições do Creator Hub. Para fazer isso,

1. Abre o ícone da roda no canto superior direito do ecrã <img src="/files/0f3d032dc419374f44e56fa67aef3471c7bad766" alt="Settings" data-size="line">
2. Em **Code editor of choice**, seleciona o teu Code Editor. Poderás encontrar o teu editor listado no dropdown, ou poderás precisar de selecionar **Escolhe do teu dispositivo** para o encontrar.

## Resolução de problemas

Se encontrares problemas, consulta a secção de [resolução de problemas](/creator/content-creator-pt/scenes-sdk7/depuracao/troubleshooting.md) .


---

# 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.decentraland.org/creator/content-creator-pt/scene-editor/comecar/editor-installation.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.
