Quick Start
This guide helps you go from registration to your first conversation.
In This Guideβ
- Register & Login
- First-time Setup
- Dashboard Overview
- API Key Management
- Create & Configure Agent
- Start Chatting
1. Register & Loginβ
- Visit https://app.aigent.ren
- Register with email or third-party login (Google/GitHub)
- After email verification, login with your email and password
2. First-time Setupβ
After logging in, complete the setup in this order:
Step 1: Add API Key β Step 2: Create Agent β Step 3: Start Chatting
| Step | Action | Entry Point |
|---|---|---|
| 1. Add API Key | Configure LLM provider's API Key | Settings β API Keys |
| 2. Create Agent | Create your first AI assistant | Dashboard β Create Agent |
| 3. Start Chatting | Click Agent card to enter chat | Dashboard β Agent list |
β οΈ Important: You must add an API Key first, otherwise Agent cannot run.
3. Dashboard Overviewβ
Dashboard is the homepage after login, containing these areas:
3.1 Quick Statsβ
Top of page shows:
- Number of Agents
- Recent tasks
- Number of API Keys
3.2 Recent Tasksβ
Middle of page shows recent task list for all Agents, for quick overview of activity.
3.3 Agent Listβ
Bottom of page shows all your Agents:
- Click Agent card β Enter chat page
- Click settings icon on card β Enter Agent settings
- Click delete β Delete the Agent
3.4 Welcome Guide (New Users)β
If you're logging in for the first time with no Agents, a welcome guide appears:
- Shows quick start steps
- Prompts to add API Key first
- Provides "Create Agent" shortcut
4. API Key Managementβ
4.1 Why Do I Need an API Key?β
Agents need to call LLM (Large Language Models) to respond to your requests. You need to provide the corresponding provider's API Key to use them.
4.2 How to Get an API Key?β
| Provider | Get URL |
|---|---|
| Anthropic | https://console.anthropic.com |
| OpenAI | https://platform.openai.com/api-keys |
| Google (Gemini) | https://aistudio.google.com/apikey |
| DeepSeek | https://platform.deepseek.com |
| Qwen | https://dashscope.console.aliyun.com |
| Zhipu | https://open.bigmodel.cn |
4.3 Add API Keyβ
- Click "Settings" β "API Keys" in left sidebar
- Click "Add Key" button
- Select provider, enter API Key, add label (e.g., "for work")
- Click save, Key will be encrypted and stored
4.4 Security Notesβ
- API Keys are encrypted with Fernet
- Never transmitted or displayed in plain text
- Can be added/deleted anytime
5. Create & Configure Agentβ
5.1 Create Agentβ
- Click "Create Agent" button on Dashboard
- Fill in configuration:
- Name: Agent display name (required)
- LLM Provider: Select AI model provider
- Model: Select specific model
- API Key: Select API Key to use
- Skills: Bind predefined skills (optional)
- Risk Level: Confirmation level for tool calls
- Click "Create Agent" to complete
5.2 Available LLM Providersβ
| Provider | Model Examples | Features |
|---|---|---|
| Anthropic | Claude 3.5/3.7/4 series | Strong reasoning |
| OpenAI | GPT-4o/4.1/4.5 | Good versatility |
| Gemini | Gemini 1.5/2.0/2.5 | Multimodal support |
| DeepSeek | DeepSeek-V3/DeepSeek-Reasoner | Cost-effective |
| Qwen | Qwen-Turbo/Plus | Chinese optimized |
| Zhipu | GLM-4/Plus | Domestic LLM |
5.3 Risk Level Explanationβ
| Level | Behavior | Use Case |
|---|---|---|
low | Auto-execute all tools | Trusted tool environment |
medium | Medium+ risk requires confirmation | Daily use (recommended) |
high | All tools require confirmation | Cautious operation scenarios |
Auto Confirm Low Risk: After enabling "Auto Confirm Low Risk", low-risk tools will execute automatically without manual confirmation.
5.4 Modify Agent Configurationβ
- Find Agent card on Dashboard
- Click settings icon (gear) on card
- Modify configuration and click "Save Changes"
6. Start Chattingβ
6.1 Enter Chat Pageβ
Click Agent card body (not settings icon) on Dashboard to enter chat page.
6.2 Chat Interface Layoutβ
βββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β Top bar: Agent Name | Memory | Settings β
βββββββββββββββββββββββββββββββββββ¬ββββββββββββββββββββ€
β β β
β Message area β Task history β
β (conversation display) β sidebar β
β β β
βββββββββββββββββββββββββββββββββββ΄ββββββββββββββββββββ€
β Input box + Send/Stop buttons β
βββββββββββββββββββββββββββββββββββββββββββββββββββββββ
6.3 Send Messageβ
- Enter content in bottom input box
- Press
Enteror click "Send" to send - AI will stream response in real-time
6.4 Stop Generationβ
To interrupt AI response:
- Click red "Stop" button on right side of input box
- AI will stop generating, output content is preserved
6.5 Tool Call Confirmationβ
When Agent wants to call a higher-risk tool:
- Conversation pauses, confirmation popup appears
- Shows tool call details
- Choose "Confirm" to allow or "Cancel" to reject
Next Stepsβ
Congratulations on completing your first conversation! Next you can:
- π Feature Guide - Learn about skills system, memory management, and other advanced features
- β Help & Support - Having issues? Check the FAQ