Getting Started with Seclai
This guide will walk you through creating your first knowledge base and deploying an AI agent in just a few minutes.
Create an Account
- Visit seclai.com and click Sign Up
- Enter your email address and create a password
- Verify your email address by clicking the link in your inbox
- Create a new organization or accept an invitation to join an existing one
Create Your First Knowledge Base
Knowledge bases are collections of content sources that your AI agents can learn from. They index content and generate embeddings for your agents.
- Navigate to Knowledge Bases in the left sidebar
- Click Create Knowledge Base button
- Enter a name (e.g., "Product Documentation")
- Add a description to help identify its purpose
- Click Create
Add Content Sources
Now let's add some content for your knowledge base to index. Seclai supports multiple source types:
Adding an RSS Feed
RSS feeds are perfect for monitoring blogs, news sites, and content that updates regularly.
- Click Add Source in your knowledge base
- Select RSS Feed
- Enter the feed URL (e.g.,
https://example.com/feed.xml) - Set the update frequency:
- Hourly - For rapidly updating content
- Daily - For blogs and news sites
- Weekly - For slower-moving content
- Click Save
Wait for Initial Indexing
Your sources will begin indexing automatically. You can monitor progress in the knowledge base app.
- First sync may take a few minutes depending on content volume
- Vector embeddings are generated for each piece of content to enable similarity search
- Status indicators show real-time indexing progress
- You'll receive a notification when indexing is complete
Create an AI Agent
Once you have content indexed, you can create an AI agent that uses your knowledge base to answer questions.
- Navigate to Agents in the left sidebar
- Click Create Agent
- Select your knowledge base from the dropdown
- Configure the agent settings:
- Name - Give your agent a descriptive name
- System Prompt - Define the agent's personality, role, and instructions
- Model - Choose from Claude, GPT, Gemini, and 50+ other models
- Temperature - Control randomness (0.0 = focused, 1.0 = creative)
- Click Create
Test Your Agent
Now let's test your agent to make sure it's working correctly:
- Open the agent's chat interface by clicking on its name
- Ask questions about your indexed content
- The agent will use similarity search to find relevant information from your knowledge base
- Review the responses and refine your system prompt if needed
- Test edge cases and questions outside your knowledge base scope
Tips for better agent responses:
- Use specific, clear questions in your tests
- Check that the agent cites relevant sources
- Refine the system prompt to guide the agent's tone and style
- Adjust the temperature if responses are too creative or too rigid
Next Steps
Congratulations! You've created your first AI agent. Here's what you can do next:
- Add more sources - Expand your knowledge base with additional RSS feeds, websites, or documents
- Deploy via API - Integrate your agent into applications using our REST API
- Monitor usage - Track performance metrics, response quality, and usage patterns