Login doesn’t show a redirect popup
After authorization succeeds, the browser usually asks to open SoloEnt, and the page has a fallback button:- In the dialog, choose Open SoloEnt to allow the desktop app to launch
- If no dialog appears, click Click here to open SoloEnt on the page

account.soloent.ai.

Can’t find the subscription entry
There are two ways to open the subscription dashboard:- Option 1: Click your account avatar, choose Dashboard, and go to account.soloent.ai/en/dashboard

- Option 2 (from v0.3.5): Open in-app Settings (gear) → API Configuration, then click Upgrade subscription under the free model list


Can I cancel and get a refund? What if I run out of quota?
In the dashboard, the active plan shows Cancel subscription. Confirm to cancel.- Cancellations do not refund the current period. Benefits last until the end of the cycle; auto-renew stops
- If your plan quota is exhausted, you can upgrade to a higher tier. Extra top-ups are not supported yet

How do I configure a third-party API key
Most third-party providers use OpenAI Compatible—choose it from the API Provider dropdown in settings. You must fill in all three fields:- Base URL
- API Key
- Model ID

Agent doesn’t create files / save files / keeps asking me to save
Check both of the following. 1. Auto-approveIn Agent settings → Auto-approve (or equivalent), whether Edit is allowed to write project files. When on, the Agent can change files directly; when off, you often confirm each write. See Auto-approve.

Under Settings → Feature Settings (double-checkmark icon on the left), the EDITOR section’s Background Edit controls whether the Agent may edit without stealing editor focus. Turn it off if you want to review every change yourself first.

Git install prompt (and checkpoints)
You may see: Git must be installed to use checkpoints. If you don’t need checkpoints or rolling back conversation nodes, you can ignore this—it does not block normal writing. Git powers checkpoints and rollback. macOS often includes Git; on Windows install from git-scm.com.
Why doesn’t my project auto-generate SOLOENT.md anymore
Starting from v0.2.0,SOLOENT.md is no longer created automatically. Use /init whenever you want, at any project stage; short projects that don’t need cross-session context can skip it.
See the SOLOENT.md guide.