# Host

#### \<path>

PIN所在的路径。表示path有三种模式，如下

* “/” 开头，通过路径定位需创建的PIN，如/protocols/simplebuzz
* “#”开头，通过PINNumber定位PIN
* “@”开头，通过PINID定位的PIN

必要选项。

#### host

```json
<path> {host}:{path}
```

\<path>中的host为address或MetaName，如：

Address: `1PKZnf7DxP69TFTHyzPc5KBidph6yuPKyG`，

```json
1PKZnf7DxP69TFTHyzPc5KBidph6yuPKyG:/protocols/simplebuzz
```

\<path>中带host，可声明该数据的发送来源，理解为主机头。非必要。

若host为MetaName，则长度不超过32字符，如： MetaName:`alice.metaid`


---

# 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://docs.metaid.io/zh/metaid-xie-yi-gui-fan/host.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.
