> 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/si-.-jiao-cheng/2.-shi-yong-actor-cha-xun/cha-xun-canister.md).

# 查询Canister

现在，项目已经部署到本地ICP网络，并且可以使用dfx canister call命令进行测试。

测试部署的程序步骤如下

1. 使用dfx canister call命令调用hello函数。

   ```
   dfx canister call actor_hello hello
   ```
2. 验证hello函数在本地网络进程中输出了相应的检查消息。\
   例如，程序会输出类似以下内容

   ```
   [Canister rrkah-fqaaa-aaaaa-aaaaq-cai] Hello, World from DFINITY
   ```

   注意"Hello, World from DFINITY" 只会出现在显示本地ICP网络活动的命令行中。
