Your support code
Opening the panel shows a one-time code in the formXXXX-XXXX.
You can refresh it manually. The panel only requests a code when you actually open it.
You need admin access to the server to generate a code. The code is bound to that server at the moment it is redeemed — an agent cannot redirect it to a different server afterwards.
Approving a session
1
You get an approval prompt
Showing the agent’s name and avatar. You have 60 seconds to respond.
2
You accept or decline
Declining ends it immediately. Ignoring it lets it lapse.
3
The session starts view-only
The agent can see your dashboard but cannot change anything.
Sessions always start view-only. Editing is off by default and only you can turn it on.
During a session
A draggable control widget stays on screen showing the agent’s name and elapsed time, with two controls:
There is also a chat panel for talking to the agent.
While the session is view-only, a shield prevents accidental clicks and keypresses from being interpreted as your input. Scrolling still works normally.
What an agent can and cannot do
They can only see the one server
They can only see the one server
A session is locked to the single server you generated the code from. Any attempt to reach another server is refused.
They cannot see billing or payment details
They cannot see billing or payment details
Premium pages, payment methods and your account settings are entirely out of scope. The restriction is enforced on the server, not just hidden in the interface.
They cannot read your secrets
They cannot read your secrets
Webhook URLs, bot tokens, API keys and signing secrets are replaced with
[redacted] before they ever reach the agent — and re-saving a form they viewed cannot overwrite the real value with the placeholder.They cannot change anything until you allow it
They cannot change anything until you allow it
Every attempted change is rejected while the session is view-only, regardless of what the interface appears to permit.
They cannot see your screen
They cannot see your screen
Nothing is screen-shared or mirrored. Your own browser renders your own dashboard; the agent’s actions are relayed as specific instructions such as scroll, click or highlight. Their mouse position is never tracked.
They cannot bypass a server blacklist
They cannot bypass a server blacklist
A blacklisted server stays blocked during a session. A session cannot be used to work around it.
Limits
You are warned 2 minutes before a session reaches the 30-minute cap.
Ending a session
Either side can end it, and it also ends on its own if you close the tab, the agent closes theirs, the idle timeout is reached, or the 30-minute cap expires. After it ends you are asked to rate the session. That is optional.What is recorded
Every session is logged permanently: who the agent was, which server, when it started and ended, why it ended, how many changes were made, and whether you granted editing.This record exists for your protection — there is a durable, auditable trail of every support session on your server, including sessions you declined.
Troubleshooting
I cannot generate a code
I cannot generate a code
You need admin access to that server.
The agent says my code is invalid
The agent says my code is invalid
Codes rotate every 5 minutes and are single-use. Refresh and send the new one.
A session will not start
A session will not start
Only one session can be active per server at a time, and you must be online with the dashboard open to receive the approval prompt.
The agent cannot change a setting
The agent cannot change a setting
Editing has not been granted. Turn on Allow editing in the control widget.
I want it to stop right now
I want it to stop right now
Press End session, or simply close the tab. Access is revoked immediately — it is re-checked on every single request rather than trusted for the session’s duration.