> For the complete documentation index, see [llms.txt](https://mixdao.gitbook.io/dfinity/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mixdao.gitbook.io/dfinity/yi-kuai-su-ru-men/2.-wang-luo-bu-shu/ce-shi-qian-duan.md).

# 测试前端

现在您已经验证了您的应用程序已部署并使用命令行测试了其操作，让我们验证您是否可以使用 Web 浏览器访问前端。

1. 打开浏览器。
2. 使用由 hello\_assets 标识符和 boundary.ic0.app 后缀组成的 URL 导航到应用程序的前端。﻿\
   ﻿如果您没有记下Canister标识符，则可以通过运行以下命令来查找它：﻿\
   ﻿`dfx canister --network ic id hello_assets`﻿\
   ﻿

   例如，完整的 URL 类似以下：﻿\
   ﻿[`https://gsueu-yaaaa-aaaae-aaagq-cai.raw.ic0.app`](https://gsueu-yaaaa-aaaae-aaagq-cai.raw.ic0.app/)﻿<br>

   ﻿导航到此 URL 将显示模板应用程序的 HTML 页面。 例如：

![](/files/-MbkkiMXZWrBgTN7Cx9V)

&#x20; 3\.  键入问候语，然后单击“Click Me”以返回问候语。


---

# 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:

```
GET https://mixdao.gitbook.io/dfinity/yi-kuai-su-ru-men/2.-wang-luo-bu-shu/ce-shi-qian-duan.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.
