Skip to main content
Get up and running with Parsaa in minutes. This guide walks you through your first interactions.

Your First Session

1

Install Parsaa

Download Parsaa from parsaa.app and follow the installation guide.
2

Open Xcode

Open any Swift project in Xcode. Parsaa automatically detects the active Xcode workspace.
3

Start Chatting

Open Parsaa and ask a question about your code. Parsaa can see your open files, project structure, and build errors.

Try These Workflows

Type a question like “Explain the architecture of this project” or “How does the networking layer work?”Parsaa reads your project files and gives contextual answers. It sees your open files, project structure, and build errors — no copy-pasting needed.

Built-in Tools

Parsaa has built-in tools it uses during conversations to interact with your project:
ToolDescription
file_treeBrowse project file structure
read_filesRead file contents
write_filesCreate or modify files
grep_projectSearch across project files
execute_commandRun terminal commands
compile_appBuild the Xcode project
run_appRun the app in simulator
semantic_searchSearch code by meaning
You don’t need to call these tools manually. Parsaa decides which tools to use based on your conversation.

Next Steps