mirror of
https://github.com/eigent-ai/eigent.git
synced 2026-08-12 18:23:45 +00:00
Some checks failed
CodeQL Advanced / Analyze (actions) (push) Has been cancelled
CodeQL Advanced / Analyze (javascript-typescript) (push) Has been cancelled
CodeQL Advanced / Analyze (python) (push) Has been cancelled
Pre-commit / pre-commit (push) Has been cancelled
Test / Run Web + Local Brain Smoke (push) Has been cancelled
Test / Run Frontend Guardrails (push) Has been cancelled
Test / Run Python Tests (push) Has been cancelled
Co-authored-by: Douglas <douglas.ym.lai@gmail.com> Co-authored-by: Douglas Lai <115660088+Douglasymlai@users.noreply.github.com> Co-authored-by: Cursor <cursoragent@cursor.com> Co-authored-by: Tao Sun <168447269+fengju0213@users.noreply.github.com> Co-authored-by: Weijie Bai <happy.regina.bai@gmail.com>
94 lines
2.3 KiB
Markdown
94 lines
2.3 KiB
Markdown
---
|
|
title: General settings
|
|
description: Manage your account, language, application version, and network proxy.
|
|
icon: gear
|
|
---
|
|
|
|
General settings control the signed-in account, interface language, network proxy, and application version.
|
|
|
|
## Open General settings
|
|
|
|
1. Open the Eigent dashboard.
|
|
2. Select **Settings**.
|
|
3. Select **General**.
|
|
|
|
> **Screenshot placeholder:** Add a screenshot of General settings with Profile, Language, and Network Proxy sections visible. Hide the full email address if required.
|
|
|
|
## Manage the account
|
|
|
|
The Profile section shows the current account.
|
|
|
|
- Select **Manage** to open Eigent account management.
|
|
- Select **Log out** to clear active task state, reset local installation state, and return to login.
|
|
|
|
Save or finish important work before logging out.
|
|
|
|
## Change the language
|
|
|
|
1. Open the Language selector.
|
|
2. Choose a language or **System default**.
|
|
|
|
Current interface languages include:
|
|
|
|
- English
|
|
- Simplified Chinese
|
|
- Traditional Chinese
|
|
- Japanese
|
|
- Arabic
|
|
- French
|
|
- German
|
|
- Russian
|
|
- Spanish
|
|
- Korean
|
|
- Italian
|
|
|
|
Some third-party tool output and generated content can remain in another language.
|
|
|
|
## Configure a network proxy
|
|
|
|
1. Enter the proxy URL in **Network Proxy**.
|
|
2. Select **Save**.
|
|
3. Select **Restart to apply**.
|
|
|
|
Supported schemes:
|
|
|
|
- `http://`
|
|
- `https://`
|
|
- `socks4://`
|
|
- `socks5://`
|
|
|
|
Example:
|
|
|
|
```text
|
|
http://127.0.0.1:8080
|
|
```
|
|
|
|
Clear the field and save to remove the proxy.
|
|
|
|
## Review updates
|
|
|
|
The Settings sidebar shows the installed version. When an update is available, select the update action to start the package download.
|
|
|
|
Self-hosted development builds should update through Git and the repository build process instead.
|
|
|
|
> **Video placeholder:** Add a 45-second MP4 showing language change, proxy save and restart, and the version or update control. Include captions.
|
|
|
|
## Troubleshooting
|
|
|
|
### Proxy URL is rejected
|
|
|
|
Include a supported scheme and valid host. Credentials, when required, must use valid URL encoding.
|
|
|
|
### Network changes do not apply
|
|
|
|
Restart Eigent after saving or removing the proxy.
|
|
|
|
### Language changes only part of the interface
|
|
|
|
Restart the application and report missing translation keys with the current version and locale.
|
|
|
|
## Related guides
|
|
|
|
- [Appearance](/settings/appearance)
|
|
- [Privacy](/settings/privacy)
|
|
- [Self-hosting](/get_started/self-hosting)
|