> For the complete documentation index, see [llms.txt](https://handbook.bsdcn.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://handbook.bsdcn.org/di-4-zhang-an-zhuang-ying-yong-cheng-xu-ruan-jian-bao-he-ports/4.3.-xun-zhao-suo-xu-de-ying-yong-cheng-xu.md).

# 4.3.寻找所需的应用程序

FreeBSD 可用应用程序列表一直在增长。有多种方式可以找到要安装的软件：

* FreeBSD 网站维护着一个最新的可搜索应用程序列表，地址为 [Ports Portal](https://ports.freebsd.org/)。可以按应用程序名称或软件类别搜索 ports。
* Dan Langille 维护着 [FreshPorts](https://www.freshports.org/)，提供了一个全面的搜索工具，还跟踪 Ports 中的应用程序变更。注册用户可以创建一个自定义的关注列表，以便在关注的 port 更新时收到自动邮件。
* 如果难以找到特定的应用程序，可以尝试在 [SourceForge](https://sourceforge.net/) 和 [GitHub](https://github.com/) 等网站上搜索，然后到 [Ports Portal](https://ports.freebsd.org/) 查看该应用程序是否已被移植。
* 使用 [pkg(8)](https://man.freebsd.org/cgi/man.cgi?query=pkg\&sektion=8\&format=html) 命令在二进制软件包仓库中搜索应用程序。


---

# 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://handbook.bsdcn.org/di-4-zhang-an-zhuang-ying-yong-cheng-xu-ruan-jian-bao-he-ports/4.3.-xun-zhao-suo-xu-de-ying-yong-cheng-xu.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.
