search-docs

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Documentation Search Skill

文档搜索技能

Prepare your query and source selection using the guidelines below, then call
search_docs
and present the results following the rules here.
请按照以下指南准备查询语句并选择来源,然后调用
search_docs
并根据此处规则展示结果。

When to use

使用场景

  • User asks about ImageKit features, capabilities, or services
  • Transformation builder fails and you need parameter/limit info
  • User asks about APIs, configuration, pricing, or DAM features
  • Need to verify if ImageKit supports a specific feature
  • Need to find SDK usage examples or API reference details
  • 用户询问ImageKit的功能、能力或服务
  • 转换构建器出错,需要参数/限制信息
  • 用户询问API、配置、定价或DAM功能
  • 需要验证ImageKit是否支持某一特定功能
  • 需要查找SDK使用示例或API参考详情

Tool Parameters

工具参数

Required:
query
- Clear, specific question about ImageKit (see Query Crafting below)
Optional:
sources
array (default:
["imagekit_guides", "imagekit_community"]
)
  • imagekit_guides
    : Official guides and tutorials
  • imagekit_community
    : User-generated content, practical solutions. Great for troubleshooting and real-world use cases.
  • imagekit_api_references
    : Technical API details
  • imagekit_sdk
    : SDK implementation examples
必填项
query
- 关于ImageKit的清晰、具体问题(详见下方查询语句编写指南)
可选项
sources
数组(默认值:
["imagekit_guides", "imagekit_community"]
  • imagekit_guides
    :官方指南和教程
  • imagekit_community
    :用户生成内容、实用解决方案。非常适合故障排查和实际场景使用。
  • imagekit_api_references
    :API技术详情
  • imagekit_sdk
    :SDK实现示例

Query Crafting

查询语句编写

Rule: Always rewrite vague user questions into specific, searchable queries before calling the tool.
User SaysBad Query (don't pass this)Good Query
"Tell me about ImageKit""tell me about ImageKit""ImageKit features overview image optimization CDN"
"How do I upload?""upload""How to upload files using ImageKit upload API"
"Pricing info""pricing""ImageKit pricing plans and extension unit costs"
"Can it do background removal?""background removal""How to apply background removal using ImageKit AI transformation"
规则:调用工具前,务必将用户模糊的问题改写为具体、可搜索的查询语句。
用户说糟糕的查询(请勿传入)优质查询
"给我介绍一下ImageKit""tell me about ImageKit""ImageKit features overview image optimization CDN"
"我怎么上传?""upload""How to upload files using ImageKit upload API"
"定价信息""pricing""ImageKit pricing plans and extension unit costs"
"它能去除背景吗?""background removal""How to apply background removal using ImageKit AI transformation"

Source Selection

来源选择

Use CaseSources
General features
["imagekit_guides", "imagekit_community"]
API details
["imagekit_guides", "imagekit_api_references"]
SDK examples
["imagekit_sdk", "imagekit_guides", "imagekit_community"]
Troubleshooting
["imagekit_community", "imagekit_guides"]
使用场景来源
通用功能
["imagekit_guides", "imagekit_community"]
API详情
["imagekit_guides", "imagekit_api_references"]
SDK示例
["imagekit_sdk", "imagekit_guides", "imagekit_community"]
故障排查
["imagekit_community", "imagekit_guides"]

Imagekit Community

ImageKit社区

  • Valuable for real-world solutions, troubleshooting, and user experiences
  • May contain practical tips not found in official guides
  • Always include community sources. They often provide insights and solutions that official documentation may not cover, especially for troubleshooting and real-world use cases.
  • 提供实用的实际场景解决方案、故障排查方法和用户经验
  • 可能包含官方指南中没有的实用技巧
  • 请务必包含社区来源。它们通常能提供官方文档未涵盖的见解和解决方案,尤其适用于故障排查和实际场景。

Handling Results

结果处理

Always cite sources:
References:
1. [Title]: [URL]
If results don't answer the question, acknowledge the limitation and suggest contacting ImageKit support.
请始终注明来源:
References:
1. [Title]: [URL]
如果搜索结果无法回答问题,请告知局限性并建议联系ImageKit支持团队。

Gotchas

注意事项

  • Specific queries yield better results ("How to apply background removal using API" not "tell me about ImageKit")
  • Multiple searches may be needed; refine query if first search is insufficient
  • Community sources provide real-world solutions; official guides are authoritative
  • 具体的查询语句能得到更好的结果(例如“How to apply background removal using API”而非“tell me about ImageKit”)
  • 可能需要多次搜索;如果首次搜索结果不足,请优化查询语句
  • 社区来源提供实际场景解决方案;官方指南更具权威性