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

# Basic Agent

> Learn how to create a basic agent that you can personaly use and share with others via a link.

<img src="https://mintcdn.com/droxy/PYQi07ER2Z1UGGRz/images/documentation/agents/basic/basic.png?fit=max&auto=format&n=PYQi07ER2Z1UGGRz&q=85&s=d1e56c24a53f56b1c49ae1eb6b4ce8d5" alt="Basic Agent" width="3260" height="1680" data-path="images/documentation/agents/basic/basic.png" />

## What is a Basic Agent?

It is an LLM-based agent that you can use for Q/A and/or share with others via a link. The agent:

* Learns from your knowledge sources including website content, PDFs, Google Drive documents, YouTube videos, and other documents
* Provides real-time responses to queries based on your specific information
* Answers following your configured behavior and tone

## Setting Up Your Basic Agent

In the Droxy dashboard, go to the **Agents** section and click on **+Add**. Then select **Basic Agent**.

<Frame>
  <img src="https://mintcdn.com/droxy/I4AvPcTQJGk7K3_u/images/documentation/agents/selection/basic.png?fit=max&auto=format&n=I4AvPcTQJGk7K3_u&q=85&s=d13ba4d7bd6561cd1080446b59756939" alt="Basic Agent" width="1788" height="1006" data-path="images/documentation/agents/selection/basic.png" />
</Frame>

### 1. Knowledge Configuration

Before your agent can answer questions, you'll need to ground it with knowledge. This will help it understand your specific information and answer questions more accurately.

<Frame>
  <img src="https://mintcdn.com/droxy/PYQi07ER2Z1UGGRz/images/documentation/agents/basic/knowledge.png?fit=max&auto=format&n=PYQi07ER2Z1UGGRz&q=85&s=fc7137c39f2bb2bb2b3f07139e0f327b" alt="Knowledge Configuration" width="3638" height="1248" data-path="images/documentation/agents/basic/knowledge.png" />
</Frame>

1. Upload relevant documents (PDFs, text files, Google Drive documents, etc.)
2. Add website URLs for the agent to learn from
3. Link YouTube videos that contain relevant informations or tutorials
4. Import custom knowledge bases or FAQs

### 2. Agent Configuration

Configure your agent's behavior and capabilities:

<Frame>
  <img src="https://mintcdn.com/droxy/PYQi07ER2Z1UGGRz/images/documentation/agents/basic/configuration.png?fit=max&auto=format&n=PYQi07ER2Z1UGGRz&q=85&s=ccff2fdeba2da4345289a60ceaaf76ad" alt="Agent Configuration" width="5600" height="1612" data-path="images/documentation/agents/basic/configuration.png" />
</Frame>

Key configuration options include:

* **Behavior**: Define the agent's role, personality, and communication style. Be specific about how the agent should interact. Use the built-in prompt generator to create and refine your agent's instructions.
* **Model**: Select the LLM powering your agent (e.g., GPT-4o mini, Claude Sonnet 4.6, Gemini 3 Flash). Each model consumes different amounts of tokens and has different capabilities.
* **Knowledge Restrictions**: Choose whether to restrict the agent's responses to only your provided knowledge content. Make sure to specify to the agent what to answer if the knowledge base doesn't contain an answer.
* **Emoji Support**: Enable or disable emoji in the agent's responses.

### 3. Customization

Personalize your agent's appearance to your liking:

<Frame>
  <img src="https://mintcdn.com/droxy/PYQi07ER2Z1UGGRz/images/documentation/agents/basic/customization.png?fit=max&auto=format&n=PYQi07ER2Z1UGGRz&q=85&s=f75c70e79912ecc03659654da9e16d89" alt="Customization Options" width="3352" height="1412" data-path="images/documentation/agents/basic/customization.png" />
</Frame>

* **Agent Name**: Give your agent a name that reflects its role and purpose
* **Welcome Message**: Set an optional greeting message that appears in a chat bubble when visitors first use the agent
* **Theme Selection**: Choose from pre-built color themes or create your own custom theme
* **Appearance**: Fully customize the look and feel of your agent including colors, backgrounds, and styling to match your brand identity

All colors can be specified using hex codes for precise color matching. The live preview window shows how your customization choices will appear.

## Share Your Agent

Now that your agent is created and configured, you can share it with others via a link.

To share your agent:

<Frame>
  <img src="https://mintcdn.com/droxy/PYQi07ER2Z1UGGRz/images/documentation/agents/basic/share.png?fit=max&auto=format&n=PYQi07ER2Z1UGGRz&q=85&s=ea130f29ac57c3e71c049fb2a0771a71" alt="Share Menu" width="8188" height="4764" data-path="images/documentation/agents/basic/share.png" />
</Frame>

1. Click the `...` menu on your agent's card
2. Select **Copy share link**
3. Send the link to others to allow them to use your agent.

## View Conversation History

To view the conversation history of your agent:

1. Click the `...` menu on your agent's card
2. Select **Conversations**

<Frame>
  <img src="https://mintcdn.com/droxy/PYQi07ER2Z1UGGRz/images/documentation/agents/basic/conversations-click.png?fit=max&auto=format&n=PYQi07ER2Z1UGGRz&q=85&s=f34650fc28bf85efcf16ab12755b18a5" alt="Conversation Click" width="8192" height="4770" data-path="images/documentation/agents/basic/conversations-click.png" />
</Frame>

This will redirect you to the **Conversations** page where you can view all the conversations that have been had with your agent.

<Frame>
  <img src="https://mintcdn.com/droxy/PYQi07ER2Z1UGGRz/images/documentation/agents/basic/conversations.png?fit=max&auto=format&n=PYQi07ER2Z1UGGRz&q=85&s=3d1cf38d0dbd033cddb9d47c012d9c8c" alt="Conversation Page" width="4096" height="2374" data-path="images/documentation/agents/basic/conversations.png" />
</Frame>
