# Title

`*title` 命令用于在游戏内部显示游戏标题。在游戏过程中，它将始终显示在每个页面的顶部。

该命令专属于 `startup.txt` 文件，不能在任何其他游戏文件中使用。它应位于所有其他 ChoiceScript 命令之前，唯一的例外是该文件最顶部插入的任何 `*comment` 注释。

```choicescript
***title My First ChoiceScript Game**

*author Jane Doe

*scene_list
   startup
   chapter1

*create name "Unknown"
*create gold 0
*create backpack false
```


---

# 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/title.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.
