Your First Session
Install Parsaa
Download Parsaa from parsaa.app and follow the installation guide.
Open Xcode
Open any Swift project in Xcode. Parsaa automatically detects the active Xcode workspace.
Try These Workflows
- Chat
- Inline Replace
- Semantic Search
- Plan Mode
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:| Tool | Description |
|---|---|
file_tree | Browse project file structure |
read_files | Read file contents |
write_files | Create or modify files |
grep_project | Search across project files |
execute_command | Run terminal commands |
compile_app | Build the Xcode project |
run_app | Run the app in simulator |
semantic_search | Search code by meaning |
