# Daily Streak Multiplier

* With each successive day of James Bot usage, agent’s points will grow by 0.05x, reaching a maximum of 1.5x after 10 days.
* Missing a day will result in a return to the multiplier from the previous day.

| Day | Multiplier |
| --- | ---------- |
| 0   | 1.00x      |
| 1   | 1.05x      |
| 2   | 1.10x      |
| 3   | 1.15x      |
| 4   | 1.20x      |
| 5   | 1.25x      |
| 6   | 1.30x      |
| 7   | 1.35x      |
| 8   | 1.40x      |
| 9   | 1.45x      |
| 10+ | 1.50x      |


---

# 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://docs.jamesbot.ai/espionage-points/daily-streak-multiplier.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.
