> ## Documentation Index
> Fetch the complete documentation index at: https://julius.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Using Custom Agents

> Learn how to activate and work with your custom agents in conversations.

## Activating a Custom Agent

There are two ways to start using a custom agent:

### Method 1: From the Agent Card

1. Navigate to [julius.ai/custom-agents](https://julius.ai/custom-agents)
2. Find the agent you want to use
3. Click **Use Agent** on the agent card
4. A new chat session will open with your agent activated

### Method 2: From Any Chat

1. Open any chat conversation
2. Look for the agent selector in your chat interface
3. Choose your desired agent from the dropdown
4. Your agent is now active for this conversation

<Tip>
  When you activate a custom agent, it applies to the entire conversation. All subsequent messages in that chat will use the agent's configuration.
</Tip>

## Working with Custom Agents

Once activated, your custom agent works intelligently in the background, applying its instructions, training tasks, and knowledge base automatically to every question you ask.

### Ask Questions Naturally

You don't need to change how you communicate. Just ask questions as you normally would:

* "Show me this month's performance"
* "Analyze customer retention trends"
* "Create a dashboard for executive reporting"

Your agent applies its training and knowledge automatically.

### Refine Responses

If a response isn't quite what you need:

* Ask follow-up questions to refine the analysis
* Request different visualizations or formats
* Ask the agent to focus on specific aspects

Your agent maintains context throughout the conversation while applying its configuration.

### Use Across All Features

Custom agents work with:

* **Data Connectors:** Query your databases with agent-specific approaches
* **Notebooks:** Build notebooks that follow your agent's methodology
* **File Analysis:** Upload files and analyze them according to your agent's training
* **Visualizations:** Get charts and graphs tailored to your preferences

## Switching Between Agents

You can change agents mid-conversation or use different agents for different tasks:

1. Click the agent selector in your chat
2. Choose a different agent (or "No Agent" for standard Julius)
3. Your new agent's configuration applies from that point forward

<Warning>
  Switching agents doesn't change previous responses. The new agent's configuration only applies to new messages.
</Warning>

***

## Knowledge Base Behavior

<Tip>
  **Will my custom agent knowledge base learn over time?**

  Not yet. Your custom agent's knowledge base is currently **static** and is only updated when you manually change its knowledge sources or configuration.

  This is different from **Learned Information** and some data connectors, which can accumulate knowledge across usage. For custom agents, any updates must be made explicitly by you in the agent settings.
</Tip>

## Next Steps

<CardGroup cols={2}>
  <Card title="Creating Custom Agents" icon="wand-magic-sparkles" href="/custom-agents/creating-a-custom-agent">
    Learn how to build and configure new agents
  </Card>

  <Card title="Sharing with Teams" icon="users" href="/custom-agents/sharing-custom-agents">
    Collaborate by sharing agents with your team
  </Card>
</CardGroup>

<Info>
  Having trouble with your custom agent? Reach out to [**team@julius.ai**](mailto:team@julius.ai) for support.
</Info>
