> For the complete documentation index, see [llms.txt](https://wiki.dieagenturverwaltung.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.dieagenturverwaltung.de/die-agenturverwaltung-en/projektverwaltung-1/projekte/planning/pre-controlling.md).

# Pre-controlling

By pre-controlling in this case we mean the comparison between what I have planned internally as services in a job and what I have calculated for the customer in the estimate, because these values can possibly differ significantly from each other.

This list allows us to check whether we will achieve a sufficient margin for each calculated item.

![](/files/94f04f88de5c5f78c80c3acdbc6153743234381b)

{% hint style="info" %}
**This representation indicates the size of the margins using traffic light colors.**

a) under 0% => red\
b) 0% to 20% => yellow\
c) over 20% => green
{% endhint %}

## Automatically create planned budgets from estimate items

With the button below this list we can open a wizard that helps us automatically create Planned Budgets from all calculated items of an estimate. Afterwards these budgets can be edited in the "Forecasting" tab.

![](/files/325b99727170cfb76a57ebc88164e56f1d6000fb)

At this point we can choose whether budgets should be created for all items, items that do not already have a Planned Budget, or only certain items.

It is possible to automatically factor a margin into the planned budgets to be created. If I select, for example, 20% as in the example above, two Planned Budgets would be created, for example:\
1\. Consulting concept 800 EUR\
2\. Blog handling 1600 EUR\
\
If these items in the estimate were linked to certain functions (e.g. "Consulting"), these functions will also be carried over into the Planned Budgets.\
If, in our example, 10 consultant hours at 100 EUR were calculated, our Planned Budget for this item would only contain 8 consultant hours, because a margin of 20% was deducted from the available budget.\
\
Probability of occurrence and service period of a Planned Budget created from an estimate in this way correspond to the probability and delivery period of the estimate.


---

# 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, and the optional `goal` query parameter:

```
GET https://wiki.dieagenturverwaltung.de/die-agenturverwaltung-en/projektverwaltung-1/projekte/planning/pre-controlling.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
