# Get Started

This guide provides an introduction to building on Gameluk, which may be helpful for beginners.

1. To ensure a smooth start with Gameluk, we recommend following the tutorial.&#x20;
2. Establishing a GameID. The GameID command is a command-line tool to interact with the Gameluk blockchain. To begin utilizing GameID, please follow these steps.
3. Running a chain locally. Running a cluster locally with a single validator node and 50 preconfigured wallet accounts.&#x20;
4. Creating and deploying a simple counter application. These steps can be followed to write and deploy a Rust smart contract on a local version of Gameluk. It is important to note that older versions of CosmWasm may encounter errors during deployment.
5. Create a basic Game on Gameluk using Rust.  You can create and deploy a Rust-based game on Gameluk by following the instructions provided. To deploy the counter app to the Atlantic-2 testnet and update the frontend to interact with it, please follow these steps.


---

# Agent Instructions: 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:

```
GET https://gameluk.gitbook.io/gameluk/develop/get-started.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
