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

  1. Click the Help icon in the app's top bar.
  2. Select an AI Employee. An employee needs a connected AI Model before it can answer.
  3. Ask a product, configuration, troubleshooting, deployment, or implementation question. Replies stream into the page and the conversation is saved.
  4. 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.md and ROADMAP.md for vocabulary, architecture, and shipped product decisions.
  • Home/client/docs/pages/ for the public, user-facing instructions.
  • App/client/ and App/server/ for the React UI, Express API, and AI runtime.
  • CLI/, .github/workflows/, and RELEASING.md for 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.