Skip to content

Create architecture overviews

Ask Falconer to explain how any part of your codebase works — from high-level system architecture down to how a specific feature is implemented. Falconer reads your connected repositories and synthesizes answers with citations to the actual files.

Connect GitHub as a source so Falconer can read your codebase.

Use the agent from the homepage or the editor sidebar. Ask in plain language — no need to know which files are relevant:

Give me an overview of how this codebase is structured
How does our authentication flow work end-to-end?
Explain the relationship between our API gateway and the services behind it

Falconer searches across your connected repositories, synthesizes an explanation, and cites the specific files and functions it drew from.

Ask Falconer to produce a visual diagram of any system, service, or data flow:

Create an architecture diagram for the notification service

Diagrams are rendered inline as interactive Mermaid diagrams. You can ask Falconer to adjust the scope or level of detail.

Once you have the high-level picture, follow up to go deeper:

How is retry logic handled in the webhook service?
Walk me through how we handle session expiry

Use @ to focus Falconer on specific files or directories:

After getting an explanation you want to preserve, ask Falconer to write it up:

Write a doc explaining what you just described

The draft opens in the editor, where you can refine it and publish it to your company collection.