# Setting up a TaskRouter Workspace: Create a Workspace

A Workspace is the container element for any TaskRouter application.

Every element of a TaskRouter Workspace (including the Workspace itself) can be created using the REST API or the [TaskRouter console](https://www.twilio.com/console/taskrouter/dashboard). For simplicity, in this tutorial we will use the portal.

[Create a Workspace](https://www.twilio.com/console/taskrouter/workspaces) and give it a name (as below). For the template, choose 'Standard Workspace'. Leave the Event Callback URL blank:

![Twilio TaskRouter console showing workspace creation with fields for name and template.](https://docs-resources.prod.twilio.com/121590b27d66abe61168c8aba6db23bf718f5405f43ece76bfa09fcff49e26af.png)

That was easy! For the rest of Part 1, we'll be adding necessary elements to our new Workspace, so we can start routing Tasks in Part 2.

[Next: Add Workers »](/docs/taskrouter/quickstart/php/setup-add-workers)
