> For the complete documentation index, see [llms.txt](https://g.aqde.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://g.aqde.net/books/search.md).

# 搜索引擎

搜索引擎是互联网上最重要的应用之一，它们将巨大的互联网知识库以一种简单、直接的方式整理给大家使用。我们可以称它为互联网的目录。

## google

目前互联网上最著名的搜索引擎是AlphaGo公司【原谷歌改名】开发的Google引擎，它是世界上目前最大的知识库。

网址：<http://www.google.com/ncr>

![google logo](/files/-MAsjAB7pHBX-I-NSrJe)

## bing

另一个是微软公司开发的必应引擎，它与微软的视窗操作系统整合严密。

网址：<http://cn.bing.com/>

![bing logg](/files/-MAsjAB8oU1n2LPM273Y)

## 百度

然后就是我国的百度公司发布的百度引擎，它的技术也非常先进，是世界上最大的中文知识索引，不过由于百度的搜索结果中包含大量广告，对用户经常会造成误导，是名声较差的搜索引擎。

网址：<http://www.baidu.com/>

![badu logo](/files/-MAsjAB9qYrkv-3aHC_g)

## 搜狗

随着信息技术的发展，微信也成为我们现在常用的一个信息工具，由于微信是腾讯公司的一个新产品，它把自己的信息完全封锁在自家的信息池中，微信的信息不允许其他搜索引擎检索，也就导致信息孤岛的出现，为了解决这个问题，腾讯与国内的搜狗引擎进行了一定的合作，可以使用搜狗进行一定的检索。

网址：<https://www.sogou.com/>

![sogou logo](/files/-MAsjx5iKx-b-urP8fTf)

## 虫部落

使用电脑版的搜索时还可以参考网络中的一个整合工具：

<https://search.chongbuluo.com/>

![虫部落logo](/files/-MAsl_bKWxGcCvYcDmVO)

## 虚假信息

由于网络信息的自由创作特性，在大量的信息中就真假大战，有很多的虚假信息存在其中，有大量的有害信息在网络中不断传播，由于谣言止于智者，大家要提高自己的信息分析能力，将这些有害信息挡在自己与亲人的外围。

网络中有技术大师们就制作了一个假信息的特征索引，供大家参考：

虚假信息关键词

![虚假信息](/files/-MAsjx5jsTPWH99ErAp7)

随着技术的进步，个人创建搜索引擎也不再是难事，各种搜索工具也越来越多，比如<https://magi.com/> 之类的，大家可以多多学习编程，自己尝试创造一个类似的工具为大家服务。


---

# 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, and the optional `goal` query parameter:

```
GET https://g.aqde.net/books/search.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
