2026-08-12 10:59:06 +08:00
# Use the Web UI
2026-07-15 18:08:28 +08:00
English | [中文 ](index.zh.md )
2026-08-12 10:59:06 +08:00
Start the Web UI through the [root README ](../../../README.md#run ); the command prints its URL. This guide begins after that server is running.
2026-07-15 18:08:28 +08:00
2026-08-12 10:59:06 +08:00
The invoking directory is the default workspace, so the agent can inspect and modify the project where you started `dsh` .
2026-07-15 18:08:28 +08:00
2026-08-12 10:59:06 +08:00
## Configure a model
2026-07-15 18:08:28 +08:00
2026-08-12 10:59:06 +08:00
Open **Settings → Models ** , enter a DeepSeek API key, and save it. The model route becomes usable immediately without restarting the server.
2026-07-15 18:08:28 +08:00
2026-08-12 10:59:06 +08:00
The [model configuration guide ](./providers.md ) covers other providers and custom OpenAI-compatible endpoints.
2026-07-15 18:08:28 +08:00
2026-08-12 10:59:06 +08:00
## Run a task
2026-07-15 18:08:28 +08:00
2026-08-12 10:59:06 +08:00
Start a session and send:
2026-07-15 18:08:28 +08:00
2026-08-12 10:59:06 +08:00
> Summarize this repository and identify its main packages.
2026-07-15 18:08:28 +08:00
2026-08-12 10:59:06 +08:00
The agent can read and edit workspace files, run commands, delegate work, and maintain a plan. The Web UI asks before operations that require approval under the active permission policy.
2026-07-15 18:08:28 +08:00
2026-08-12 10:59:06 +08:00
## Continue
2026-07-15 18:08:28 +08:00
2026-08-12 10:59:06 +08:00
- [Configure models ](./providers.md )
- [Use the Python SDK ](./python-sdk.md )
- [Use other CLI modes ](../../../apps/cli/README.md )
- [Develop a plugin ](../develop/basic/ )