# Search: 业余的专业搜索技能

## 搜索的那些事

### Google 搜索

* 搜索“小工具”类的，相关应用会出现搜索的第一个结果中。如计算器、日历等。
  * [calculator](https://www.google.com/search?q=calculator)
  * [calendar date](https://www.google.com/search?q=calendar+date)
  * [color picker](https://www.google.com/search?q=color+picker)
  * [rgb 50 50 80](https://www.google.com/search?q=rgb+50+50+80)
* 精确匹配搜索的内容：对搜索文字添加双引号。
* 在特定网站下搜索：`site:<domain>` <搜索内容>
  * [site:github.com gyx8899](https://www.google.com/search?q=site:github.com+gyx8899)
* 计算类的搜索：
  * [6 inches to cm](https://www.google.com/search?q=6+inches+to+cm)
  * [1 add 1](https://www.google.com/search?q=1+add+1)
  * [1 usd to rmb](https://www.google.com/search?q=1+usd+to+rmb)
  * [China time 5pm](https://www.google.com/search?q=China+time+5pm)
* 社交媒体上找人：@社交id，比如：@gyx8899
  * [@gyx8899](https://www.google.com/search?q=@gyx8899)

## 参考链接

* [10 Hidden Features in Google Search](https://medium.com/swlh/10-hidden-features-in-google-search-83b347b48157)


---

# 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://gyx8899.gitbook.io/blog/daily-life/search.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.
