Skip to main content

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.

AI agents are the central workspace of Jitera. Simply send a message to have agents handle code analysis, document creation, web research, file generation, and more.

Getting Started

  1. Open a Chat Click New Chat in the sidebar, or click an agent name to start a conversation.
  2. Select an Agent Choose an agent from the Agents section in the sidebar. Each agent has different strengths. See Choosing the Right Agent for details. You can also create your own agents — see Managing Agents.
  3. Select an AI Model Click the model name displayed below the agent name to open the model selection dialog. Each model shows its provider and data processing region. Model Selection Dialog
  4. Send a Message Type your message in the input field and press Enter to send. Use Shift + Enter for line breaks.
  5. Return to Past Threads Open previous conversations from Threads in the sidebar.

@Mentions

Type @ in the chat input to reference resources within your project.
TypePurpose
DocumentsShare project documents with the agent
MembersMention or invite team members in group chat
AgentsInvoke a different agent in group chat

/Commands (Skills)

Type / in the chat input to see available skill commands. Skills extend the agent’s specialized capabilities — selecting one sends your message with that skill activated. Common commands:
CommandDescription
/deep-researchPerform in-depth research and analysis across multiple sources
/excel-generatorCreate and edit Excel (.xlsx), CSV, and TSV files
  • Type characters after / to filter commands
  • Use arrow keys to select and Enter to confirm
  • Skills not enabled for the agent are shown with an “OFF” badge
For more on skills, see Skills.

AI Model Selection

Available models vary by organization settings. The main providers are OpenAI, Anthropic, and Google. Each model displays its context window size (how much text it can process) and data processing region. Your organization’s administrator configures which models are available.

What Agents Can Do

Agents automatically choose the right tools based on your message.
CapabilityDescription
Search and read documents & codeSearch across project files to understand content
Create and edit documentsCreate new documents or update existing ones
Web search and page readingResearch the latest information online and verify sources
Python executionData processing, analysis, and script execution
File generationCreate downloadable Excel (.xlsx), CSV, and other files
Context searchReference learned information from past conversations
Skill activationTrigger specialized capabilities like Excel generation or deep research as needed
MCP integration toolsUse tools from connected external services
For details, see Tool Calls / Actions.

Workspace

Agents can access three areas within a project.
AreaContentAccess
DocumentsProject documentsRead & write
Source codeCode from connected Git repositoriesRead only
UploadsFiles attached to chatRead only
For connecting source code, see Code Sources.