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

# Create a Workspace

> Follow a step-by-step guide on how to register on Twenty, choose a subscription plan, and set up your account.

export const VimeoEmbed = ({videoId, title = 'Video'}) => <div style={{
  padding: '69.01% 0 0 0',
  position: 'relative',
  margin: '32px 0px',
  borderRadius: '16px',
  overflow: 'hidden',
  border: '2px solid black'
}}>
    <iframe src={`https://player.vimeo.com/video/${videoId}?autoplay=1&loop=1&autopause=0&background=1&app_id=58479`} frameBorder="0" allow="autoplay; fullscreen; picture-in-picture; clipboard-write" style={{
  position: 'absolute',
  top: 0,
  left: 0,
  width: '100%',
  height: '100%',
  transform: 'scale(1.1)'
}} title={title} />
  </div>;

## Step 1: Registration

1. Navigate to [Twenty Sign Up](https://app.twenty.com).
2. Select your preferred sign-up method:
   * **Continue with Google** for Google account registration.
   * **Continue with Microsoft** for Microsoft account registration.
   * Or, **Continue With Email** for email registration.

<VimeoEmbed videoId="927066829" title="Video demonstration" />

## Step 2: Choosing a Trial Period

Choose between two trial periods:

### 30 days

With credit card

### 7 days

Without credit card

Both trials include:

* Full access
* Unlimited contacts
* Email integration
* Custom objects
* API & Webhooks

You can click on "Change plan" to choose a different plan or billing interval.

<img src="https://mintcdn.com/twenty/JIRRbviz5phT8G2L/images/user-guide/create-workspace/choose-plan.png?fit=max&auto=format&n=JIRRbviz5phT8G2L&q=85&s=c0c13c79ba793303fefadf96d6950190" style={{width:'100%'}} width="1600" height="1000" data-path="images/user-guide/create-workspace/choose-plan.png" />

## Step 3: Payment Confirmation & Account Setup

Post payment approval via Stripe, you're directed to create your workspace and user profile. Remember that you can cancel your subscription anytime.

## Support

For queries or help, connect with the dedicated support team at [contact@twenty.com](mailto:contact@twenty.com) or send a message on [Discord](https://discord.gg/cx5n4Jzs57).
