# Quickstart

This guide helps you build your first AI worker. In this example, we will create a personal assistant that can book meetings for you. The assistant will connect to your Google Calendar and will be able to create, move, and cancel meetings for you.

1. Sign up for [Toolhouse](https://auth.toolhouse.ai/sign-up).
2. Once you're in, you will see the Agent Builder interface.
3. Type this prompt:

   > Please build a personal assistant that manages my Google Calendar. My working hours are 9am-5pm PT Monday through Friday.
4. Agent Builder will start setting up the agent.
5. The Google Calendar authentication screen will appear. Click Connect and follow the instructions to connect your calendar to your worker.
6. When the Testing Workbench appears, test your agent.

## Testing your agent

The Testing Workbench allows you to test your agent. The Workbench appears automatically once your version of your worker is ready.

In the **Test Input** area, you can type instructions. Test your worker by typing:

> Put a blocker for lunch with John Thursday at noon

Once the worker confirms, go to your Google Calendar to see the meeting.

## Next steps

If all looks good, your worker is ready. You can now click **Looks good.**

In the screen that appears, you can click **Use now** to ask your worker to manage your calendar.

If you are on the **Business Plan,** you can also email your agent with calendar requests.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.toolhouse.ai/toolhouse/toolhouse/quickstart.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
