Skip to main content

Objective

Explain how to enter the portal, create an account, accept invitations and recover password.

Key routes

  • /login
  • /pricing (plan selection)
  • /signup?plan=…
  • /auth/complete?plan=…
  • /forgot-password
  • /reset-password
  • /auth/invite/

Login

Steps:
  1. Go to /login.
  2. Choose an option:
    • Continue with Google
    • Email + Password
  3. If you use Email + Password, complete the fields and press Sign in.
Fields:
FieldMandatoryFormatExampleNote
EmailYesvalid emailname@company.comIt is used for authentication
PasswordYesminimum 8 characters********-
Login with Google and Email

Create account (signup)

Recommended flow:
  1. Go to /pricing and choose a plan.
  2. The page takes you to /signup?plan=PLAN.
  3. Complete the form and press Create account.
Fields:
FieldMandatoryFormatExampleNote
Full NameYesfree textJohn DoeInitial owner name
EmailYesvalid emailname@company.comMain email
Company NameYesfree textAcme Inc.Tenant name
SubdomainYeslowercase, numbers and hyphensAcmeUsed for the workspace URL
PasswordYesminimum 8 characters********-
Notes:
  • If you choose Google OAuth, the flow can redirect to /auth/complete to complete tenant data.
  • The subdomain must be unique.
Signup with subdomain

Complete account (OAuth)

If you log in with Google and there is no tenant, /auth/complete is displayed. Fields:
FieldMandatoryFormatExampleNote
Company NameYesfree textAcme Inc.Tenant name
SubdomainYeslowercase, numbers and hyphensAcmeWorkspace URL

Email verification

Some actions require verified email (for example: creating agents or uploading documents). If you see a verification message:
  1. Open the verification email.
  2. Click on the link.
  3. Return to the portal and repeat the action.

Team invitations

If you receive an invitation link:
  1. Open /auth/invite/.
  2. Complete the form to create your user.
  3. Upon completion, the tenant’s Dashboard opens.
Fields:
FieldMandatoryFormatExampleNote
Full NameYesfree textJuan PerezMust be at least 2 characters
PasswordYesminimum 8 characters********-
Confirm PasswordYesequal to password********-

Recover password

  1. Go to /forgot-password.
  2. Write your Email and press Send reset link.
  3. Open the email and enter the link.
  4. In /reset-password define the new password.
Reset fields:
FieldMandatoryFormatExampleNote
New PasswordYesminimum 8 characters********-
Confirm PasswordYesequal to password********-

Log out

Use the user menu in the sidebar (or the Sign out option) to log out.