> For the complete documentation index, see [llms.txt](https://docs.eternals.game/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.eternals.game/gdk-documentation/cocos-creator/update-guide.md).

# Update Guide

## Cocos Creator GDK Update Guide

To update to a new GDK version, follow these steps:

1. **Download** the GDK package.
2. **Unzip** the package.
3. In the terminal, run:

   ```sh
   cd negdk
   node ./scripts/import.js
   ```
