> For the complete documentation index, see [llms.txt](https://handleiding.koerhuis.nl/mm3/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://handleiding.koerhuis.nl/mm3/welkom.md).

# Welkom

## Geheel in eigen beheer ontwikkeld

Alle onderdelen van Micromix zijn door Koerhuis automatisering b.v. zelf ontwikkeld. \
Wij kunnen daarom snel schakelen en snel aanpassingen maken.

### Intuitief en razendsnel&#x20;

Door gebruik te maken van multitreading zorgt micromix ervoor dat u razendsnel meerdere optimalisaties uit kunt voeren. Uw samenstelling is met enkele klikken in uw administratie, het rantsoenprogramma en het fabrieksysteem.

### Powered by .net en MariaDB&#x20;

Micromix is geschreven met het [Dotnet (.net) framework](https://dotnet.microsoft.com/en-us/). Dit zorgt voor continuiteit en up to date software. MariaDB is een snelle en stabiele database beheerd door de [MariaDb Foundation](https://mariadb.org/) en vrij van licenties.

### Wijzigingen&#x20;

Onze relaties ondersteunen ons met verbeteringen en nieuwe features. Deze features worden voortdurend aan Micromix toegevoegd.&#x20;

### Onderhoud

{% hint style="danger" %}
Aan deze handleiding word nog gewerkt. Het kan zijn dat bepaalde onderdelen nog niet aangevuld, geactualiseerd of nog missen. We doen ons uiterste best om dit te realiseren.
{% endhint %}


---

# 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://handleiding.koerhuis.nl/mm3/welkom.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.
