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

# Create agent

> Create your first Chat (RAG) agent. 

### **1) Create the agent**

1. Navigate to `Agents` (via the left bar nav or `cmd+k` shortcut)
2. Click **New Agent** in the bottom right corner
3. Choose **Chat Agent** from the menu

   <Info>
     As of Jan 26th 2026 `workflow` and `copilot` agents are not yet supported in our public version. You can request access to the beta by contacting us [here](mailto:sahil@usesolari.ai?subject=Requesting%20access%20to%20the%20workflow%2Fcopilot%20beta).
   </Info>

### **2) Name the agent**

1. In **Agent Name**, enter a clear, descriptive name.

   <Note>
     Example: “Customer Support Assistant”
   </Note>
2. Click **Save**.

<Tip>
  Use clear, task-focused names so agents are easy to find.

  Start with a small set of high-quality sources, then expand.

  Keep permissions minimal—grant Editor only when needed.

  If responses are too slow or too terse, try a different model.
</Tip>

### Upgrade your agent with sources and invite your team members

<Columns cols={2}>
  <Card title="Add sources to your agent" icon="people-pants-simple" href="https://docs.usesolari.ai/essentials/add_sources">
    Give each agent documents, Jira tickets, Slack channels and more, to use to answer your questions
  </Card>

  <Card title="Invite team members" icon="robot-astromech" href="https://docs.usesolari.ai/guides/creating-an-agent/members-permissions">
    Invite team members to your agent, and decide who can edit the agent and who can only use it
  </Card>
</Columns>

###
