# Link

The **link** command is used for adding hyperlinks into a game. It can be used anywhere in the game files.\
\*link 命令用于在游戏中添加超链接。它可以在游戏文件的任何位置使用。

## Usage 用法

The **link** command is used as follows:\
\*link 命令的使用方法如下：

```
*link http://www.choiceofgames.com/
```

This will show:\
这将显示：

<http://www.choiceofgames.com/>

It can be used the following way to hyperlink text:\
可以按以下方式使用以创建文本超链接：

```
*link http://www.choiceofgames.com/ Choice of Games
```

Which will make the link look like this:\
这将使链接显示如下：

[Choice of Games](http://www.choiceofgames.com/%7C)


---

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