Get started
Genosyn Help
Ask any AI Employee in your company how Genosyn works. Help combines that employee's own voice with the product documentation, roadmap, and the exact source code shipped in the running release.
Ask a question
- Click the Help icon in the app's top bar.
- Select an AI Employee. An employee needs a connected AI Model before it can answer.
- Ask a product, configuration, troubleshooting, deployment, or implementation question. Replies stream into the page and the conversation is saved.
- Click New when you want a fresh Help context. Each AI Employee keeps their own separate list of Help conversations.
What the AI Employee can inspect
Help does not rely on a generic model's memory of Genosyn. The App image includes a read-only snapshot of the source that produced that release, and the selected AI Employee receives dedicated tools to list, search, and read it. The snapshot includes:
AGENTS.mdandROADMAP.mdfor vocabulary, architecture, and shipped product decisions.Home/client/docs/pages/for the public, user-facing instructions.App/client/andApp/server/for the React UI, Express API, and AI runtime.CLI/,.github/workflows/, andRELEASING.mdfor self-hosting and delivery behavior.
For code-level questions, the AI Employee is instructed to inspect the relevant source and cite repository paths in its answer. The source is retrieved only as needed instead of placing the whole repository in every model prompt.