# Main

## Main Configuration

* `Agree`
  * Determines if you have accepted the agreement when first starting phBot.
* `Username`
  * Bot username.
* `Password`
  * Bot password.
* `Delay`
  * Startup delay in seconds. If this is set to 0, the bot will not check for updates and will immediately start.
  * Default: `5`
* `Interval`
  * Delay in seconds between each order/fill refresh in the bot. If you are frequently hitting rate limits this value may need to be increased. For longer term trades or slower algorithms it can be increased to `15` seconds or more.
  * Minimum: `1`
  * Default: `5`
  * Maximum: `300`


---

# 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://crypto.phbot.org/configuration/main.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.
