What is Zero Docs? / For app builders

For app builders

Zero Docs enables you to integrate a knowledge agent directly into your application, allowing users to chat with your actual app screens and receive contextual assistance.

Chat...with your actual app screens.

Delight users with deep links, layouts, and app intelligence right in your app.

Capture your authenticated app screens with our official Chrome extension.

┌─────────────────────────────────────────────────────────────┐
│ Example Interaction                                         │
├─────────────────────────────────────────────────────────────┤
│                                                             │
│ User Question:                                              │
│ How can I send review requests?                             │
│                                                             │
│ Agent Response:                                             │
│ You're currently on the Settings page. Look at the left     │
│ page column, Apps > Rapid Reviews > Send Requests           │
│                                                             │
│ [Go to page]                                                │
│                                                             │
│ Navigation Tree:                                            │
│ ```                                                         │
│ Online Store                                                │
│   Apps                                                      │
│     - Rapid Reviews                                         │
│       - Send Requests                                       │
│ ```                                                         │
│                                                             │
└─────────────────────────────────────────────────────────────┘

Special support for Shopify embedded apps

Zero Docs has special support for Shopify embedded apps. First, Zero Docs can capture your authenticated screens directly in the Shopify admin with our Chrome extension. When deploying your knowledge agent, you can pass in required query parameters to ensure your agent deep links function properly. For example, these may be values like shop, hmac, or host.

Generate fresh documentation for your project

Zero Docs can automatically generate comprehensive documentation from the deep knowledge embedded in your app and marketing materials. Generated docs can help your agent even more with a user-friendly knowledge map.

Learn more at Generating Documentation.

Javascript API

Control and prompt your agent with our simple Javascript API.

zdAgent.send('How do I reset my password?')
zdAgent.open()
zdAgent.close()
zdAgent.clearHistory()

For detailed API reference, see JavaScript API.

MCP server integration

Connect any MCP server to Zero Docs to expose additional tools.

A great example for this would be connecting your own app's MCP server to Zero Docs so that the agent can perform actions right in your app.

Learn how to add MCP servers at MCP Servers.