Documentation Index
Fetch the complete documentation index at: https://docs.closethecall.com/llms.txt
Use this file to discover all available pages before exploring further.
Go to your account settings: Open Account Settings
Change Your Password
Go to Account Settings
Click your profile icon in the top right corner, then click Account Settings. Or go to Settings in the sidebar.
Enter your new password
Type a new password. It must be at least 8 characters. We recommend using a mix of letters, numbers, and symbols.
After changing your password, you’ll receive a confirmation email. All other sessions stay logged in — if you suspect someone else has access to your account, revoke all sessions (see below) after changing your password.
Enable Two-Factor Authentication (2FA)
Two-factor authentication adds a second layer of security. After entering your password, you’ll also need a 6-digit code from an authenticator app on your phone.Scan the QR code
Open your authenticator app (Google Authenticator, Authy, or Microsoft Authenticator) and scan the QR code shown on screen.
Enter the 6-digit code
Your authenticator app will show a 6-digit code. Enter it to verify the setup works.
Which authenticator apps work?
Which authenticator apps work?
Any TOTP-based authenticator app works: Google Authenticator, Authy, Microsoft Authenticator, 1Password, Bitwarden. We recommend Authy because it backs up your codes to the cloud.
How do I disable 2FA?
How do I disable 2FA?
Go to Settings > Account, find the Two-Factor Authentication section, and click Disable 2FA. You’ll need to enter a 6-digit code from your authenticator app to confirm.
Active Sessions
See every device and browser currently logged into your account. This is useful for:- Checking if you accidentally left yourself logged in on a shared computer
- Spotting any logins you don’t recognise (which could mean someone else has your password)
- Logging out of old devices remotely
Scroll to Active Sessions
You’ll see a list of all logged-in sessions, showing the device type, browser, location, and when it was last active.
Revoke a single session
Click Revoke next to any session to log it out. The person using that session will be returned to the login page.
Delete Your Account
Account deletion is permanent, but includes a 30-day grace period.Type DELETE to confirm
Type the word DELETE (in capitals) into the text field. This prevents accidental deletion.
What gets deleted:
- Your account and login credentials
- All business data (leads, calls, appointments, knowledge base)
- All call recordings and transcripts
- Your AI receptionist configuration
- Your phone number (released back to the pool)
- Your billing information (Stripe subscription is cancelled)
What is NOT deleted:
- Emails already sent to customers (those are in their inboxes)
- Data already synced to your CRM (that’s in your CRM’s system)
- Calendar events already created (those stay on your Google/Outlook calendar)
Frequently Asked Questions
What if I lose my authenticator app or phone?
What if I lose my authenticator app or phone?
Use one of the backup codes you saved when you enabled 2FA. Each code can only be used once. Go to the login page, enter your email and password, then click “Use a backup code” instead of entering a 6-digit code. If you’ve used all your backup codes and lost your phone, contact support at support@closethecall.com with proof of identity — we’ll manually verify your account and help you regain access.
Can I require 2FA for all team members?
Can I require 2FA for all team members?
Not currently. Each team member enables 2FA on their own account independently. We recommend that all users with Manager or Owner roles enable 2FA, but it cannot be enforced at the account level. This is on our roadmap.
How do I change my email address?
How do I change my email address?
Go to Settings > Account and update the Email field in the Profile section. You’ll receive a verification email at your new address. Click the link in that email to confirm the change. Your old email will no longer work for login after verification.
Is my data encrypted?
Is my data encrypted?
Yes. All data is encrypted in transit (TLS/HTTPS) and sensitive fields like API keys and tokens are encrypted at rest using AES-256 encryption. Passwords are hashed with bcrypt (12 rounds) and are never stored in plain text. Password reset tokens are hashed with SHA-256 before storage.