# 向 App Search 學習怎麼用 Elasticsearch

App Search 是使用 Elasticsearch 做成的產品，這個產品的目的是幫你配置好一般搜尋功能需求的基本最佳方案，讓 一般網站 或 App 能直接簡單的就拿來使用，想知道 Elasticsearch 可以怎麼被使用，當然就是從剖析 App Search 怎麼使用 Elasticsearch 來學習。

* [(1/5) - 揭開 App Search 的面紗](/tech-sharing/uncle-joe-teach-es-elasticsearch/xiang-app-search-xue-xi-zen-mo-yong-elasticsearch/jie-kai-app-search-de-mian-sha.md)
* [(2/5) - Engine 的 Index Settings 篇](/tech-sharing/uncle-joe-teach-es-elasticsearch/xiang-app-search-xue-xi-zen-mo-yong-elasticsearch/engine-de-index-settings-pian.md)
* [(3/5) - Engine 的 Mapping 篇](/tech-sharing/uncle-joe-teach-es-elasticsearch/xiang-app-search-xue-xi-zen-mo-yong-elasticsearch/engine-de-mapping-pian.md)
* [(4/5) - Engine 的 Search 基礎剖析篇](/tech-sharing/uncle-joe-teach-es-elasticsearch/xiang-app-search-xue-xi-zen-mo-yong-elasticsearch/engine-de-search-ji-chu-pou-xi-pian.md)
* [(5/5) - Engine 的 Search 進階剖析篇](/tech-sharing/uncle-joe-teach-es-elasticsearch/xiang-app-search-xue-xi-zen-mo-yong-elasticsearch/engine-de-search-jin-jie-pou-xi-pian.md)


---

# 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://training.onedoggo.com/tech-sharing/uncle-joe-teach-es-elasticsearch/xiang-app-search-xue-xi-zen-mo-yong-elasticsearch.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.
