1
Sign up and connect your repository
Create your Potpie account and connect your GitHub account to allow Potpie AI agents access your codebases.
2
Select the repository you want to work on.
Once the repo is selected, Potpie captures your entire codebase in a graphical index which captures all the cannonical relationships(
classes, interfaces, files, and functions) present in the codebase and performs inference at every abstraction level.3
Start a conversation
Start a conversation with your indexed codebase.Potpie offers different agents/modes depending on your task. Each mode utilizes the same codebase graph but is optimized for a specialized task.
You can explore more about these modes here:
Ask a Question
Cited and precise graph answers.
Build a Feature
Builds that adapt to the codebase.
Debug an Issue
Root cause traced through the graph.
Next Steps
- Tutorial: Make Your First Query - Learn how to ask questions and explore your codebase.
- Tutorial: Make Code Changes - Use the Build agent to make code changes with codebase awareness.
- Concepts: Knowledge Graph - Understand how Potpie analyzes your codebase.
- API Reference - Integrate Potpie agents into your workflow programmatically.

