Contact Us - Enterprise Sales & Support | Archyl
Get in touch with the Archyl team for enterprise demos, support, or partnerships.
Explore Features
How can we help?
Find answers to common questions about Archyl's features and capabilities.
Quick guides and resources
Learn the basics of creating architecture diagrams
Automatically discover architecture from your codebase
Team Collaboration
Invite members and collaborate on projects
API & Integrations
Connect via MCP server and REST API
Need more help? Our team is here for you.
Still have questions?
Can't find what you're looking for? We are here to help.
What is the C4 model?
The C4 model is a hierarchical approach to visualizing software architecture at four levels of abstraction: • Level 1 - System Context: Shows your system and how it interacts with users and other systems • Level 2 - Containers: Shows the high-level technical building blocks (applications, databases, etc.) • Level 3 - Components: Shows the internal structure of a container • Level 4 - Code: Shows how a component is implemented
How do I create my first project?
Click the '+' button in the sidebar or 'New Project' from the dashboard, enter a project name, and start adding Systems. Use the right-click context menu for quick actions.
How do I navigate between architecture levels?
Double-click any element to drill down. Use breadcrumbs to go back up, or the level tabs to jump directly to any level.
What is the C4 model?
How do I create my first project?
To create your first project: 1. Click the '+' button in the sidebar or use 'New Project' from the dashboard 2. Enter a project name and optional description 3. Your project will be created with an empty System Context diagram 4. Click 'Add' to start adding Systems, then drill down to add Containers, Components, and Code elements Tip: Use the right-click context menu on any element for quick actions.
How do I navigate between architecture levels?
Navigation in Archyl is intuitive: • Double-click any element to drill down to the next level • Use the breadcrumb navigation at the top to go back up • The level tabs (System Context, Container, Component, Code) let you jump directly to any level • Use the sidebar project tree to navigate directly to any element
Can I import an existing architecture?
Yes! Archyl supports multiple ways to import architecture: • AI Discovery: Connect a Git repository and let AI analyze your codebase automatically • ADR Discovery: Import Architecture Decision Records from your repository • Documentation Discovery: Import existing markdown documentation Go to Project Settings to configure repository connections and run discoveries.
What elements can I add at each level?
Each C4 level supports different element types: • System Context (Level 1): Software Systems, Persons, External Systems • Container (Level 2): Services, APIs, Web Apps, Mobile Apps, Databases, Caches, Message Queues, File Storage • Component (Level 3): Controllers, Handlers, Repositories, Adapters, Middleware, Utilities, Models • Code (Level 4): Classes, Interfaces, Structs, Functions, Methods, Enums, Constants, Types
How do I create relationships between elements?
To create a relationship: 1. Click and drag from one element's edge to another element 2. A connection line will appear as you drag 3. Release on the target element 4. A modal will appear where you can describe the relationship and add technical details Relationship types include: Uses, Depends on, Calls, Reads from, Writes to, Sends to, Receives from, Implements, Extends, Contains.