mirror of
https://github.com/documenso/documenso.git
synced 2026-07-10 21:15:15 +10:00
114 lines
3.4 KiB
Plaintext
114 lines
3.4 KiB
Plaintext
---
|
|
title: Create an Account
|
|
description: Sign up for Documenso and configure your profile.
|
|
---
|
|
|
|
import { Callout } from 'fumadocs-ui/components/callout';
|
|
import { Step, Steps } from 'fumadocs-ui/components/steps';
|
|
|
|
## Choose a Plan
|
|
|
|
Documenso offers four plans:
|
|
|
|
| Plan | Best for |
|
|
| ---------- | ---------------------------------------------- |
|
|
| Free | Trying out document signing (limited features) |
|
|
| Individual | Solo professionals |
|
|
| Teams | Small to medium teams needing collaboration |
|
|
| Platform | Organizations requiring API access and volume |
|
|
|
|
See the [pricing page](https://documen.so/pricing) for feature details and limits.
|
|
|
|
<Callout type="info">
|
|
All plans are subject to the [Fair Use Policy](/docs/policies/fair-use).
|
|
</Callout>
|
|
|
|
## Sign Up
|
|
|
|
{/* prettier-ignore */}
|
|
<Steps>
|
|
<Step>
|
|
### Go to the registration page
|
|
|
|
Navigate to [documen.so/free](https://documen.so/free) to create a free account. To start with a paid plan, visit the [pricing page](https://documen.so/pricing) and select your plan.
|
|
|
|
</Step>
|
|
|
|
<Step>
|
|
### Enter your details
|
|
|
|
Provide your name, email address, and create a password. Alternatively, sign up with Google for faster access.
|
|
|
|
<img
|
|
src="/get-started-images/documenso-registration-form.webp"
|
|
alt="Documenso registration form with name, email, and password fields"
|
|
style={{width: '500px', height: '650px', objectFit: 'contain' }}
|
|
/>
|
|
|
|
</Step>
|
|
|
|
<Step>
|
|
### Verify your email
|
|
|
|
Check your inbox for a verification email and click the confirmation link. The email is sent from `noreply@documenso.com`.
|
|
|
|
<Callout type="info">
|
|
If you don't see the email, check your spam folder.
|
|
</Callout>
|
|
</Step>
|
|
</Steps>
|
|
|
|
## Unlock More Features
|
|
|
|
For custom branding, team collaboration, API access, and other advanced features, you'll need a paid plan. Explore the [pricing page](https://documen.so/pricing) and choose the plan that fits your needs.
|
|
|
|
---
|
|
|
|
## Secure Your Account
|
|
|
|
After signing up, secure your account with additional authentication methods.
|
|
|
|
{/* prettier-ignore */}
|
|
<Steps>
|
|
<Step>
|
|
### Go to Security settings
|
|
|
|
Go to **Settings > Security** to enable 2FA for an extra layer of protection.
|
|
|
|

|
|
|
|
</Step>
|
|
<Step>
|
|
### Enable two-factor authentication
|
|
|
|
Click the option to enable two-factor authentication and follow the setup wizard.
|
|
|
|

|
|
|
|
</Step>
|
|
<Step>
|
|
### Go to Passkeys settings
|
|
|
|
Passkeys provide passwordless authentication using your device's biometrics or security key. Go to **Settings > Security** to manage passkeys.
|
|
|
|

|
|
|
|
</Step>
|
|
<Step>
|
|
### Add a passkey
|
|
|
|
Click **Add Passkey** to register a new passkey for your account.
|
|
|
|

|
|
|
|
</Step>
|
|
</Steps>
|
|
|
|
---
|
|
|
|
## See Also
|
|
|
|
- [Send Your First Document](/docs/users/getting-started/send-first-document) - Upload a PDF and collect signatures
|
|
- [Profile Settings](/docs/users/settings/profile) - Update your name and configure your public profile
|
|
- [Security Settings](/docs/users/settings/security) - Enable two-factor authentication
|