RFI Manager uses email and password authentication to protect your organization’s data. Every account is tied to a verified email address, and your session persists across browser tabs and restarts so you don’t have to sign in repeatedly. This page covers everything you need to know about creating and managing your account — no prior knowledge of the underlying infrastructure required.Documentation Index
Fetch the complete documentation index at: https://help.trytuuli.com/llms.txt
Use this file to discover all available pages before exploring further.
Creating an account
To use RFI Manager, you first need to register with your email address.Open the sign-up page
Navigate to
/auth/signup. You can also reach it by clicking Sign up on the sign-in page.Fill in the registration form
Provide the following:
- Full Name — Your display name within the platform.
- Email — The address you’ll use to sign in and receive notifications.
- Password — Must be at least 6 characters long.
- Confirm Password — Re-enter your password to catch typos.
Signing in
Once your account is confirmed, sign in at/auth/login.
Enter your Email and Password, then click Sign in. After a successful sign-in, RFI Manager takes you through the onboarding flow (for new accounts) or directly to your organization (for returning users).
Resetting a forgotten password
If you can’t remember your password, you can request a reset link.Go to the forgot password page
On the sign-in page, click Forgot your password? — or navigate directly to
/auth/forgot-password.Enter your email address
Type the email address associated with your account and click Send Reset Link.
Open the reset email
RFI Manager sends a password reset link to your inbox. Click the link — it opens the password reset form at
/auth/reset-password.Signing out
To sign out, open the user menu (typically in the top-right corner of the application) and click Sign out. Your session is cleared immediately and you are redirected to the sign-in page.Protected routes
Every page inside the RFI Manager application requires authentication. If you try to visit a protected page while signed out — or if your session expires — the application automatically redirects you to/auth/login.
After you sign in, you are taken back to the page you originally requested, so you don’t lose your place.
Session management
Your session persists automatically across browser tabs and restarts. You do not need to sign in again each time you open RFI Manager, as long as your session remains active.Sessions are managed securely and do not require any action on your part. If you want to end your session explicitly, use the Sign out option described above.