Overview
RespondeIA provides a secure authentication system for accessing your WhatsApp AI customer service platform. This guide covers everything you need to know about logging in, creating an account, and managing your authentication.Creating Your Account
Choose Registration Method
You have two options to create your account:Option 1: Google Sign-Up (Recommended)Click the “Registrarse con Google” button for instant account creation using your Google credentials.Option 2: Email RegistrationFill out the registration form with:
- First Name (Nombre)
- Last Name (Apellido)
- Email Address (Correo electrónico)
- Password (Contraseña - minimum 8 characters)
Accept Terms and Conditions
Review and accept:
Logging In
- Email Login
- Google Login
Standard Login Process
Enter Credentials
Optional Settings
- Remember session: Check this box to stay logged in across browser sessions
- Show/Hide Password: Toggle password visibility using the eye icon
The login process uses secure API endpoints:
Authentication Architecture
State Management
RespondeIA uses Zustand with persistence for authentication state:Login Flow
The authentication flow uses React Query for state management:Routing Structure
Public Routes
/- Home page/pricing- Pricing information/recursos- Resources/empresa- Company info
Auth Routes
/login- Login page/register- Registration page
Dashboard Routes
/dashboard- Main dashboard/consultas- Queries/conversations/soporte- Support
Protected
All dashboard routes require authentication. Unauthenticated users are redirected to
/login.Troubleshooting
Common Issues
Incorrect Credentials Error
Incorrect Credentials Error
If you see “Credenciales incorrectas”:
- Verify your email address is spelled correctly
- Check Caps Lock is off when entering password
- Use the password visibility toggle to verify your password
- Try the “¿Olvidaste tu contraseña?” link to reset your password
Session Not Persisting
Session Not Persisting
If you’re being logged out unexpectedly:
- Ensure “Recordar sesión” is checked during login
- Check your browser isn’t clearing cookies on exit
- Verify localStorage is enabled in your browser
- Clear browser cache and try logging in again
Registration Not Working
Registration Not Working
If account creation fails:
- Ensure password is at least 8 characters
- Verify email format is valid ([email protected])
- Check you’ve accepted terms and conditions
- Try using Google sign-up as an alternative
Security Best Practices
Password Requirements
- Minimum 8 characters
- Use a combination of letters, numbers, and symbols
- Avoid using common words or personal information
- Don’t reuse passwords from other services
Next Steps
After successful authentication:- Explore your Dashboard to view analytics and conversations
- Choose a Pricing Plan that fits your business needs
- Customize your Chatbot with your business information
- Connect WhatsApp to start automating customer service
