# Dev Mode - Advanced Customization for Serious Developers

When you’re ready to move beyond the basics and take control of your game’s code, **Dev Mode** offers advanced tools and customization options. In this mode, you can explore the development files, modify the code, and even export your game for deployment.

***

### **Key Features of Dev Mode:**

* **Access to Development Files**: View and edit the underlying code of your game, allowing you to implement custom features and mechanics.
* **Game Export**: Once you're satisfied with your game, you can export the entire game for deployment or use it in other environments.
* **Deployment and Publishing**: Dev Mode also allows you to deploy and publish your game directly, making it easier to launch to your desired platform.
* **Advanced Customization**: In Dev Mode, the AI-generated code is open for you to modify, whether you want to adjust gameplay mechanics, create new features, or optimize performance.

***

### **How to Use Dev Mode:**

1. **Top up 200 Credits**: To access Dev Mode, you’ll need 200 credits. Easily top up through the **Settings** page and take full control of your game’s development.
2. **Switch to Dev Mode**: Once you have the required credits, you can switch to **Dev Mode** from your game’s dashboard.
3. **Access Development Files**: Explore the underlying files and make any changes to the game code.
4. **Export and Deploy**: When you're ready, export your game for publication, or deploy it directly to your preferred platform.


---

# 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://alliance-games.gitbook.io/alliance-games-gitbook/ai-creation/dev-mode-advanced-customization-for-serious-developers.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.
