# Command Line

Here is a list of arguments that phBot supports. The [Manager](broken://pages/APSwjR83kyiGdgFhUOdB) can automate all of this for free if you do not wish to use batch files/shortcuts.

```
  --username arg          Silkroad username
  --password arg          Silkroad password
  --server arg            Silkroad server
  --character arg         Silkroad character
  --passcode arg          Silkroad secondary passcode
  --startbot              Start bot on login
  --relogdc               Relog if you disconnect
  --returntotown          Use return scroll once you login
  --locale arg            Silkroad locale (isro, silkroadr, csro-silkroadr, or private-server)
  --minimize              Minimize the bot
  --disablemap            Disable the Silkroad map
  --bindip arg            Bind address
  --loginserver arg       iSRO/SilkroadR login server (requires full IP)
  --proxyip arg           SOCKS proxy IP
  --proxyport arg         SOCKS proxy port
  --proxyuser arg         SOCKS username
  --proxypass arg         SOCKS password
  --disabletray           Disables minimizing to the system tray
  --logsize arg           Sets the maximum log file size for deleting (in
                          bytes)
  --skipupdates           Skip all automatic updates
  --update                Update the bot with no user interaction
  --wine                  Specify if using Wine on *nix and automatic detection
                          fails
  --client                Starts the client
  --clientless            Go clientless after getting in game (useful for
                          certain vSRO servers)
  --hide                  Hide the bot on startup
  --hideclient            Hide the client after it loads
  --privateserver arg     Private server name
  --white                 Disables the dark theme
  --starttrace            Starts tracing a player on login
  --tracename arg         Trace player name
  --fontsize arg          Font size
  --force-inject          Force using phBot.dll
  --minidump              Enables minidump crash files
  --silkroadr-channel arg iSRO/SilkroadR login channel (joymax or jcplanet)
  --profile arg           Config profile name
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://guide.phbot.org/command-line.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
