Terms of Service Acceptance
Accept BlueClerk's Terms of Service when you first sign up
Overview
When you create a BlueClerk account or sign in for the first time, you'll be asked to accept the Terms of Service. This is a one-time acceptance per user - once accepted, you won't be asked again. Your acceptance is tracked with a timestamp and version number for your records.
How It Works
First-Time Sign Up
When you create a new account:
- Complete sign-up with email/password or Google Sign-In
- Review the Terms of Service when prompted
- Click "Accept Terms" to continue
- Your acceptance is recorded with the current date and TOS version
- You're logged in and can use BlueClerk
First-Time Login (Existing Users)
If you created your account before TOS tracking was added:
- Log in with your existing credentials
- You'll be prompted to accept the current Terms of Service
- Review and accept to continue
- Your acceptance is recorded and you won't be asked again
Mobile Apps
Accepting on Mobile
Mobile apps handle TOS acceptance automatically:
- Sign in with email/password or Google
- If TOS not accepted, the app shows the Terms of Service screen
- Tap "Accept" to continue
- Your acceptance syncs to your account immediately
Mobile API
Mobile apps use the /api/auth/mobile/accept-tos endpoint with your authentication token to record acceptance.
Web App
Web TOS Flow
Web users accept TOS through tRPC procedures:
auth.getTosStatus- Checks if you've accepted the current TOS versionauth.acceptTos- Records your acceptance with timestamp and version
Per-User Acceptance
TOS acceptance is per user, not per company:
- Each individual accepts the Terms once
- Company admins don't accept on behalf of team members
- Team members accept independently when they first log in
- Acceptance travels with your user account across companies
Questions
Q: What happens if I don't accept the Terms? A: You won't be able to use BlueClerk until you accept. The Terms are required to create an account or continue using the platform.
Q: Will I need to accept again if the Terms change? A: If BlueClerk updates the Terms of Service to a new version, you may be asked to accept the updated version. This ensures you're aware of any changes.
Q: Can I see when I accepted the Terms? A: Your acceptance timestamp and version are stored in your user profile. Contact support if you need this information.
Q: Does each team member need to accept separately? A: Yes - TOS acceptance is per individual user, not per company. Each person on your team accepts when they first log in to their own account.