Genow Help Center – Claude Instructions
General Rules
- All articles are written in English
- Tone is friendly, direct, and non-technical
- Explain dependencies and terms briefly in simple language
- Never be overly verbose – keep sections concise and to the point
- NEVER touch, edit, or generate any content in the /api-reference/ section
Article Structure
Every article follows this structure:- Frontmatter (title, description, optional tag)
- Short definition – one sentence explaining what this article covers
- Short description of the Frontmatter – brief note on what the header fields mean
- Sections separated by horizontal rules (---)
- Each section starts with an H2 heading (##)
- Subsections use H3 (###)
Frontmatter Format
Formatting Conventions
Horizontal Rules
Use --- before every new H2 section heading to separate content blocks.Highlighting Buttons and UI Elements
Wrap all Genow UI buttons (mostly described with “click on”, “select” etc.) , labels, and interactive elements in Button Name:- Click Save to confirm
- Navigate to Settings → Permissions
Callout Components
Use Mintlify callout components to highlight important information. Never overuse them – one per logical block maximum.| Component | When to use |
|---|---|
<Note> | Important context the user should know |
<Warning> | Critical information, risk of errors |
<Info> | Helpful but non-critical additional info |
<Check> | Benefits, positive outcomes |
Steps Component
Use for sequential processes:Cards (Links to related articles)
Frames (Screenshots)
Tabs
Use when content differs by user type or configuration method:Section-Specific Guidelines
Product / User Guides
Audience: End users – employees using Genow day-to-day.- Non-technical language
- Avoid jargon; if a term must be used, explain it briefly
- Focus on what the user needs to do, not how it works technically
- Use Steps components for any process with more than two actions
- Keep explanations short – users want to find answers quickly
Use Case Management (Agents)
Audience: Use Case Administrators / Domain Experts- These are team leads or subject-matter experts managing their own Agent
- An Agent = a dedicated area for an organisational unit (formerly called “Use Case”)
- Admins select knowledge, configure settings, sync data, and make it available to their team
- Semi-technical tone – explain what settings do, but no deep technical background needed
- Briefly explain dependencies between concepts (e.g. knowledge sources → knowledge assets → agent)
Platform Management
Audience: System Administrators / IT Department- Technical tone is appropriate here
- Cover full setup steps that affect the entire platform
- Include IDs, configuration values, and exact navigation paths
- Use Warning callouts for steps that could affect all users
- Tables are appropriate for permissions, roles, and configuration options
Git Workflow
Always follow this workflow for every change session:- Create a new branch from
docsbefore making any changes: - Make all changes on that branch.
- At the end of the session, remind the user to push the branch and create a PR — then merge into
docs.
feature/, fix/, or rename/ prefix followed by a short description (e.g. rename/agent-hub-naming, fix/broken-links).
What Claude Must Never Do
- Never edit, create, or modify any file in /api-reference/
- Never add an article to mint.json navigation under the api-reference section
- Never remove existing Mintlify components (Note, Warning, Steps, etc.) without being explicitly asked
- Never translate articles into German – all content stays in English

