Skip to content

Choose a solution by outcome

You do not need to learn Zhin's package graph first. Pick the outcome you need; each path starts with a runnable minimum and adds capabilities only when they are useful.

What you want to deliverStart hereYou are done when
A bot that receives and sends messagesIM Bot pathSandbox and a real platform share the same command and message flow
A bot that understands your businessAdd governed Agent contextThe Prompt Section is in the current generation and visible in Console
Tools, MCP, skills, and sub-agentsAI Agent pathThe Agent sees only capabilities authorized for the current turn
Operate and diagnose a deployed botConsole Admin pathYou can inspect endpoints, logs, capabilities, and Agent runs
Operate one product through multiple accountsMulti-Endpoint operationsEach account is diagnosable while business capabilities stay shared
Give an Agent business context without excess authorityGoverned business AgentPrompts, tools, approvals, and execution policy are independently auditable
Use one GitHub repository as a collaboration spaceGitHub repository WorkroomRepository events enter the right Project and task projection boundaries are explicit
A personal schedule, reminder, and voice assistantPersonal AssistantMessages, scheduled jobs, voice, and proactive delivery form one loop
A multi-platform community botMulti-platform BotBusiness commands and components do not depend on one adapter
  1. Establish a repeatable golden path in Sandbox.
  2. Connect one real platform without leaking adapter details into business code.
  3. Enable AI only when needed; govern prompts, tools, and authority separately.
  4. Use Console to verify the generation that is actually published instead of treating the configuration file as runtime truth.

If you do not have a project yet, use the default IM golden path in Quick Start.