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

# How to build your own agent

> Learn how to create custom AI agents for your assessments.

<video src="https://mintcdn.com/clairelabs/DfKED3s_gxYACS9k/videos/Building-AI-Agents-in-Clare.mp4?fit=max&auto=format&n=DfKED3s_gxYACS9k&q=85&s=d74294fbb8c41017b9525e8e2db30794" controls data-path="videos/Building-AI-Agents-in-Clare.mp4" />

Building an agent is straightforward and only requires a few lines of text.

<Steps>
  <Step title="Navigate to Agents">
    Head to the <Badge>Agents</Badge> section on our platform. Here, you can view existing agents or create new ones.
  </Step>

  <Step title="Configure your agent">
    * Give the agent a name and a short description. This is for internal organization.
    * Decide whether you'd like to use your agent in an oral or hybrid assessment.
    * Add instructions that guide the agent and explain its role and objective.
  </Step>

  <Step title="Generate playbook">
    Click on <Badge color="blue">Update playbook</Badge> to generate a playbook that will be shared with the agent. This gives the agent detailed instructions on how to behave and conduct the interview, and makes it easy for you to review the interview script before sharing the agent.
  </Step>

  <Step title="Save">
    Click <Badge color="blue">Save changes</Badge> to save your agent.
  </Step>
</Steps>

## Context

Agents are extremely capable and able to call tools during the interview with a student. Tools enable us to bring different media (images, lecture slides, etc.) or an interactive whiteboard into the conversation, requiring the student to demonstrate cognitive skills in real time.

To add tools to your agent, click <Badge color="blue">Add context</Badge> to attach media files or <Badge color="blue">Add board</Badge> to add a whiteboard. Whiteboards can be added empty or with a drawn template. Once you've added either item, you can simply mention it in the instructions by typing <kbd>@</kbd> and selecting the item you'd like to use.

| Key          | Action                                          |
| ------------ | ----------------------------------------------- |
| <kbd>@</kbd> | Mention a tool while writing agent instructions |

**Looking for more details?**

* For comprehensive instructions on creating agents and adding context tools, see [AI agents](/documentation/claire-ai/agents).
