Quick Start Guide
Get up and running with Knowledge AI in under 5 minutes.
Prerequisites
- Modern web browser (Chrome, Firefox, Safari, Edge)
- Email address for account creation
Step 1: Create Your Account
- Visit your Knowledge AI instance
- Click "Get Started" or "Sign In"
- Sign up with your email address
- Check your email for the verification link
- Complete the verification process
Step 2: Create Your First Project
- After signing in, you'll see the dashboard
- Click "Create Your First Project" or "New Project"
- Fill in the project details:
- Name: Give your project a descriptive name (e.g., "API Documentation", "Research Notes")
- Description: Brief overview of what this project will contain
- Click "Create Project"
Project Organization
Start with broad categories like "Documentation", "Research", or "Team Wiki". You can always create more specific projects later.
Step 3: Create Your First Note
- From your project dashboard, click "Create Note"
- Add a title and start writing in Markdown
- Use the rich editor to format your content
- Click "Save" when finished
Sample First Note
# Welcome to My Knowledge Base
This is my first note in Knowledge AI. Here are some things I want to document:
- Project architecture decisions
- Meeting notes and action items
- Research findings and insights
- Code snippets and examples
## Next Steps
- Set up [[project structure]]
- Document [[API endpoints]]
- Create [[team processes]]
Step 4: Try Semantic Search
- Go to the "Search & Edit" section
- Try searching for concepts, not just exact words:
- Instead of "authentication", try "user login process"
- Instead of "database", try "data storage solution"
- Notice how it finds related content even with different wording
How Semantic Search Works
Knowledge AI uses ChromaDB embeddings to understand meaning and context, not just keyword matching. This means searching for "user access" will also find content about "authentication" and "login systems".
Step 5: Create Your First Wikilink
Wikilinks connect related concepts automatically:
- In any note, type
[[concept name]]
- If the concept exists, it creates a link
- If it doesn't exist, you can click to create it
- Watch the knowledge graph grow as you add connections
Example Wikilinks
Our [[authentication system]] uses [[JWT tokens]] to manage user sessions.
The [[API gateway]] forwards requests to the appropriate [[microservice]].
Step 6: Explore Your Knowledge Graph
- Visit your project dashboard
- Scroll to the Knowledge Graph section
- See how your notes connect to each other
- Click on nodes to navigate between related content
What's Next?
Connect to Claude Desktop
Want AI assistance while writing? Set up Claude Desktop integration to get intelligent suggestions and help.
Learn Best Practices
Explore our best practices guides to learn:
- How to structure your projects effectively
- Advanced search techniques
- Linking strategies that work
- Tips for better documentation
Explore Use Cases
See how others use Knowledge AI:
Need Help?
- Search not working as expected? Check our search optimization guide
- Want better organization? Read about project structure best practices
- Having technical issues? Contact support through the app
Congratulations! 🎉 You now have a working knowledge base. Start adding your existing documentation and watch Knowledge AI make it more discoverable and connected.