Overview
In this section, we will walk you through how to setup projects, agents and knowledge bases using the Hub interface.
Setup projects Setup and organize projects
Setup agents Setup and organize your deployed agents
Setup knowledge bases Setup and organize knowledge bases we can use to test your agents
High-level workflow
Section titled “High-level workflow”graph LR
A([<a href="/hub/ui/setup/projects" target="_self">Create Project</a>]) --> B([<a href="/hub/ui/setup/agents" target="_self">Create Agent</a>])
A --> C([<a href="/hub/ui/setup/knowledge-bases" target="_self">Create Knowledge Base</a>])
C --> E[Upload Documents]
B --> F[<a href="/hub/ui/scan" target="_self">Ready for Testing</a>]
E --> F