> ## 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).

# Can I display my tools manually using Javascript?

Yes, you can program to display Zotabox tools using below Javascript code:

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/)