Your project comes with multiple agents. Choosing the right agent for the task leads to better results.Documentation Index
Fetch the complete documentation index at: https://docs.jitera.ai/llms.txt
Use this file to discover all available pages before exploring further.
Default Agents
Three agents are automatically created with every new project.| Agent | Strengths | When to Use |
|---|---|---|
| Project Agent | Document search, creation, analysis, Python execution, file generation | ”Write a design doc”, “Analyze this CSV”, “Create a sales report in Excel” |
| Code Agent | Source code search, reading, analysis, implementation suggestions | ”How does this function work?”, “Find the bug”, “Explain the API spec” |
| Web Search | Web information search, source verification, information synthesis | ”What’s new in React 19?”, “Research competitor pricing” |
The Project Agent is displayed with the same name as your project.
Switching Agents
- Click the agent name you want in the Agents section of the sidebar
- The chat area shows the selected agent’s name and model
- You can also use the ← → carousel arrows to cycle through agents
Creating Custom Agents
In addition to the three defaults, you can create your own agents. Click the + button in the Agents section of the sidebar to create a custom agent. Custom agents can be configured with:- Agent name and description
- AI model
- Skills and MCP apps
- Context learning settings
Related
- Agent Basics — How to use the chat interface
- Managing Agents — Create and configure agents

