> For the complete documentation index, see [llms.txt](https://crypto.phbot.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://crypto.phbot.org/configuration/main.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.
