Getting Started•3 min read
Getting Started with AngenAI
Set up your AngenAI account and experience your first AI-assisted development workflow in minutes.
Getting Started with AngenAI
This guide walks you through setting up your AngenAI account and experiencing your first AI-assisted development workflow. Whether you're a developer writing code, a project manager structuring requirements, or a team lead establishing standards, this guide gets you up and running.
Create Your Account
- Open AngenAI and click Sign In
- Sign in with your email or use a social login provider (Google, GitHub)
- Complete any required verification steps
Create an Organization
After signing in for the first time, create an Organization to contain your projects:
- Click Create Organization
- Enter your organization name (e.g., "My Company" or "Personal Projects")
- Review the URL slug that AngenAI generates (e.g.,
my-company) - Click Create to confirm
Tip: Choose a short, memorable URL slug. This appears in your AngenAI URLs and cannot be changed later.
Set Up Your First Project
Projects connect AngenAI to your local codebase:
- Click Create Project in the sidebar
- Enter a project name (e.g., "Web App" or "API Server")
- Click Select Folder to choose your Source Folder
- Navigate to your project's root directory and select it
- Click Create to finish
The Source Folder is the local directory containing your code. AngenAI reads files from this folder to provide context for AI generation.
Note: AngenAI only reads files from your Source Folder. It does not modify files unless you explicitly apply generated changes.
Tour the Main Interface
After creating a project, you see the main navigation:
- Sidebar (left): Switch between projects and access main sections
- Work Items: Your AI generation tasks
- Knowledge: Reusable documentation and standards
- Personalities: AI behavior configurations
- Media: Image library for visual context
- Meetings: Meeting transcripts and notes
- Settings: Organization and project configuration
Create Your First Work Item
-
Click New Work Item in the sidebar (or press the keyboard shortcut)
-
Write a description of what you want to build:
Create a React component that displays a user profile card with avatar, name, email, and a "View Profile" button. -
Open the Context Panel on the right
-
Select relevant files from your project (e.g., existing components to match style)
-
Choose an AI model from the dropdown
-
Click Create to generate code
Review and Apply Changes
After generation completes:
- Review the generated files in the Changes panel
- Click a file to view its contents in the Code Viewer
- Toggle Diff View to compare against existing files
- Click Apply to write the changes to your Source Folder
Tip: Always review generated code before applying. Use the diff view to understand exactly what changes.
Iterate on Results
If the output needs adjustment:
- Type a follow-up prompt in the chat (e.g., "Add a loading state to the component")
- Click Create to generate a new iteration
- Compare iterations using the history selector
- Revert to a previous iteration if needed
What's Next?
- The Workbench - Learn the full interface layout
- Work Items Workflow - Master the generation process
- Knowledge Base - Set up reusable documentation
- Personalities - Configure AI behavior for your needs