# Get Started
# Prerequisites
- NodeJS (opens new window) version 16 or higher.
# Installation
# How to get HoYoLab Cookie
- To begin, login with your HoYoLab (opens new window) account or from Genshin Battlepass (opens new window).
- Type
java
in the address bar followed by the script down below. script:check = document.cookie.includes('ltoken') && document.cookie.includes('ltuid') || alert('Please logout and log back in before trying again, cookie is currently expired/invalid!'); cookie = document.cookie; check && document.write(`<p>${cookie}</p><br><button onclick="navigator.clipboard.writeText('${cookie}')">Click here to copy!</button><br>`)
- Once you've successfully ran the script, click the Click here to copy! button to copy the cookie.
- Finally, you can copy your cookie
HoYoLab →