login_help
Resolve N Lobby login issues with troubleshooting tips and email-based personalized assistance for secure access to school portal data.
Instructions
Get help and troubleshooting tips for N Lobby login
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| No | Your email address (optional, for personalized help) |
Input Schema (JSON Schema)
{
"properties": {
"email": {
"description": "Your email address (optional, for personalized help)",
"type": "string"
}
},
"type": "object"
}