# Regular Period

### Definition

The "Regular Period" defines the time period that will be used for callucaltions of the following:\
\
Rank:\
[Regular Rank Calculation](https://docs.be-infinity.com/compensation-plan/business-logic/ranks/rank-calculation/regular-rank-calculation)\
\
Bonus:\
[Direct Sales Bonus](https://docs.be-infinity.com/compensation-plan/business-logic/bonus/direct-sales-bonus)\
[Unilevel Bonus](https://docs.be-infinity.com/compensation-plan/business-logic/bonus/unilevel-bonus)\
[Binary Bonus](https://docs.be-infinity.com/compensation-plan/business-logic/bonus/binary-bonus)\
[Powerpool Bonus](https://docs.be-infinity.com/compensation-plan/business-logic/bonus/powerpool-bonus)\
\
Following you will find how the regular period is defined:

**Start**: 1st of the month 0:00 EST

**End**: last of the month 23:59 EST

***

### Example 1

**Start**: 01.01.2023 00:00 EST\
**End**: 31.01.2023 23:59 EST\
\
**Cutoff Time**: 14.02.2023 23:59 EST\
\
Any changes after the [Cutoff Time](https://docs.be-infinity.com/compensation-plan/business-logic/qualifying-period/calculation-cutoff-time) ( 14.02.2023 23:59 EST )  will be ignored in all calculations.

***

### Example 2

**Start**: 01.02.2023 00:00 EST\
**End**: 28.01.2023 23:59 EST\
\
**Cutoff Time**: 14.03.2023 23:59 EST\
\
Any changes after the [Cutoff Time](https://docs.be-infinity.com/compensation-plan/business-logic/qualifying-period/calculation-cutoff-time) ( 14.03.2023 23:59 EST )  will be ignored in all calculations.

<br>


---

# 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.be-infinity.com/compensation-plan/business-logic/qualifying-period/regular-period.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.
