# Employee budgets

The time intervals for budgeting are defined as follows:\
\
\- Daily -> daily from 12:00 a.m. to 11:59 p.m.\
\- Per Quarter -> January to March / April to June / July to September / October to December \
\- Montly -> 01.xx - last day of the month (28./29./30./31)\
\- Annual -> 01.01 - 31.12\
\
The intervals are stored in the Shopware Core database table scheduled\_task.


---

# 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.b2b-sellers.com/b2b-platform/1/user-guide/configuration-of-purchasable-addons/employee-budgets.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.
