> 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/scene-editor/get-started/editor-installation.md).

# Creator Hub Installation

![Creator Hub](/files/iqQl7Qi9pTf4AxnBxjmf)

Download the Creator Hub [HERE](https://decentraland.org/download/creator-hub).

## Updating the Creator Hub

The Creator Hub application checks for updates every time you open it, and self-updates if there's a new version available.

You can also check for updates manually by clicking on the **Check for updates** button in the **Settings** menu. For this,

1. Open the wheel icon in the top-right of the screen <img src="/files/3COKGqUQ6IYNMJjFbpA8" alt="Settings" data-size="line">
2. Click **Check for updates**

## Editing code

If you also plan on reading and editing code in your scene, you'll also need to install either:

* <img src="/files/jIlOtBcgbGW7g62EK2XS" alt="VS Code" data-size="line"> [Visual Studio Code](https://code.visualstudio.com/): This is the recommended option for experienced developers.
* <img src="/files/h9LKmSXj7ZZZQjtEeiIB" alt="Cursor" data-size="line"> [Cursor AI](https://www.cursor.com/): This is a powerful code editor that is integrated with AI. It lets you pick different AI models to help you write code, all of them are free. This is a good option for developers who are new to Decentraland or TypeScript, or if you want to save time writing code.

You may need to select your Code Editor in the settings of the Creator Hub. To do this,

1. Open the wheel icon in the top-right of the screen <img src="/files/3COKGqUQ6IYNMJjFbpA8" alt="Settings" data-size="line">
2. Under **Code editor of choice**, select your Code Editor. You may find your editor listed in the dropdown, or you may need to select **Chose from your device** to find it.

## Troubleshooting

If you run into issues, see the [troubleshooting](/creator/scenes-sdk7/debugging/troubleshooting.md) section.


---

# 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/scene-editor/get-started/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.
