> For the complete documentation index, see [llms.txt](https://smartev.gitbook.io/smart-research-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://smartev.gitbook.io/smart-research-guide/updates/update-feb-2023.md).

# Update Feb 2023

### What's new?

* Fixed BB ISO vs Limp stat now only for HU (previous stat included multiway limps and it hindered the accuracy of statistics).
* Added several bet sizings for folds and calls, available in a lot of preflop stats:

<figure><img src="/files/5SSIW7hgvkvXDtk3iumt" alt=""><figcaption></figcaption></figure>

* Added Folds, Call and Raise vs different sizings in SRP Caller; 3BetCaller & 4BetCaller. Also next actions and including vs different betsizings on Turn:

<figure><img src="/files/rd6hwBkE9kES4souBwy1" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/kS0LDs88x9r4wJvsu607" alt=""><figcaption></figcaption></figure>

* Added B-X-F stat for different sizings, which is a good stat for see how often population gives up when they bet X size on the flop and give up vs different bet sizings on the river.

<figure><img src="/files/gkTg2dTsblIiZjt5mehi" alt=""><figcaption></figcaption></figure>


---

# 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://smartev.gitbook.io/smart-research-guide/updates/update-feb-2023.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.
