Overview
You can ask Blocks questions about your codebase — how things work, where code lives, why changes were made — directly in Slack, Linear, GitHub, or the Blocks dashboard. If Blocks can’t find an answer in your codebase, it will say so rather than guessing.Code Questions
Ask about how specific functionality works:@blockshow does user authentication work in our app?@blockswhere is the payment processing logic implemented?@blockswhat’s the difference between UserService and AuthService?
Architecture Questions
Get insights about system design:@blocksexplain the microservices architecture in our backend@blockshow do we handle database migrations?@blockswhat’s our caching strategy?
API Questions
Learn about endpoints and integrations:@blockslist all POST endpoints in the API@blockshow do we integrate with Stripe?@blockswhat external services does our app depend on?
Historical Questions
Understand why changes were made:@blockswhy was the authentication flow refactored?@blockswhat was changed in the last deployment?@blocksshow me recent changes to the user model
Where to Ask
Slack — Mention@blocks in any channel, or DM the Blocks app directly for private questions.
Linear — Ask in issue comments to get context while you work: @blocks is there existing code we can reuse for this feature?
GitHub — Comment on issues or PRs: @blocks what tests exist for this module?
GitLab — Comment on issues or merge requests: @blocks what tests exist for this module?
Bitbucket — Comment on issues or PRs: @blocks what tests exist for this module?
Dashboard — Use the Blocks dashboard as a chat interface for open-ended exploration, especially when you’re not sure yet what to ask.
Getting References
Blocks doesn’t include file links by default, but you can ask for them:@blockswhere is the payment processing logic — include file links
Multi-Repo Support
Blocks can answer questions that span multiple repositories:@blockshow does the frontend communicate with the backend API?@blockscompare the authentication implementation in our web and mobile apps

