> ## Knowledge Base Index
> Fetch the complete knowledge base index at: https://help.zotabox.com/sitemap.xml
> Use this file to discover available pages before exploring further.
> Pure-Markdown content can be obtained by appending a '.md' suffix to the content URLs listed in the sitemap (without the trailing slash).

# 我可以使用 JavaScript 手動顯示我的工具嗎？

可以，您可以通過以下 JavaScript 程式碼來顯示 Zotabox 工具：
window.addEventListener(‘onLoadZotabox’, function (e) {  
if (your_conditions) { //Show tool with your custom conditions. Eg. category=”mobile”  
Zotabox.show(toolID) //Get tool ID in its settings page URL  
}  
}, false)

[  ](https://info.zotabox.com/ufaqs/what-is-zotabox/)