> For the complete documentation index, see [llms.txt](https://mumubit-document.gitbook.io/tycoon/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mumubit-document.gitbook.io/tycoon/faq.md).

# FAQ

Q1. User upgraded all the buildings in a city but the game did not proceed with the next new city automatically. How to solve this issue?

It seems the client and server did not sync during the building upgrade process. Some of the building has not been upgraded completely on the server side but marked upgraded on the client side. It is a known bug and we will fix that in the future version. As a workaround, you can kill/restart the app to force client and server sync.&#x20;

Q2. User upgraded 1st city and the game did not proceed with the next city. when click the icon below on the UI, it took user to the Shop. How to proceed with the next city?

<div align="left"><figure><img src="/files/TwmREB93JgaapCTWwOfo" alt=""><figcaption></figcaption></figure></div>

The default "Hat" character only can allow you upgrade to the 1st city. In order to upgrade the next city, you need click the above '?' mark and the game will take you to the Shop. You can buy new character by following ["Character Acquisition" ](/tycoon/game-play/character-system/character-acquisition.md)instruction.


---

# 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://mumubit-document.gitbook.io/tycoon/faq.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.
