> For the complete documentation index, see [llms.txt](https://developer.eagle.cool/web-api/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.eagle.cool/web-api/zh-tw/api.md).

# API 參考

- [Item](https://developer.eagle.cool/web-api/zh-tw/api/item.md): Item API 允許您查詢、新增、修改及管理 Eagle 資源庫中的項目。
- [Folder](https://developer.eagle.cool/web-api/zh-tw/api/folder.md): Folder API 允許您列出、建立及管理 Eagle 資源庫中的資料夾。
- [Smart Folder](https://developer.eagle.cool/web-api/zh-tw/api/smart-folder.md): Smart Folder API 允許您列出、建立、更新、刪除智慧型資料夾，並查詢符合條件的項目。
- [Tag](https://developer.eagle.cool/web-api/zh-tw/api/tag.md): Tag API 允許您列出、重新命名及合併 Eagle 資源庫中的標籤。
- [Tag Group](https://developer.eagle.cool/web-api/zh-tw/api/tag-group.md): Tag Group API 允許您建立、管理及整理 Eagle 資源庫中的標籤群組。
- [Library](https://developer.eagle.cool/web-api/zh-tw/api/library.md): Library API 允許您取得目前開啟的 Eagle 資源庫相關資訊。
- [App](https://developer.eagle.cool/web-api/zh-tw/api/app.md): App API 提供正在執行的 Eagle 應用程式實例的相關資訊。
- [AI Search](https://developer.eagle.cool/web-api/zh-tw/api/ai-search.md): AI Search API 提供語義搜尋功能 — 透過文字描述搜尋或尋找視覺上相似的圖片。


---

# 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://developer.eagle.cool/web-api/zh-tw/api.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.
