# More games

The `more_games` command is used to add a button (like the [Stats button](https://choicescriptdev.fandom.com/wiki/Stats_buttons)) entitled "Play more games like this!".

\*more\_games 命令用于添加一个按钮（类似于状态按钮），标题为“玩更多类似游戏！”。

When clicked, it will redirect the player to this page: <http://www.choiceofgames.com/category/our-games/>\
点击后，它将把玩家重定向到此页面：<http://www.choiceofgames.com/category/our-games/>


---

# 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://raster.gitbook.io/zh-hans_choicescript-guide/more-games.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.
