# Introduction

Microting Backend is created using Angular (9.1) and C# with strong focus on open source and testing.

## Supported Platforms

| OS                  | .Net Standard 2.2 | MySQL/MariaDB |
| ------------------- | :---------------: | :-----------: |
| OSX 10.x            |         X         |       X       |
| Windows 10          |         X         |       X       |
| Windows Server 2016 |         X         |       X       |
| Ubuntu 20.04        |         x         |       x       |
| Ubuntu 19.04        |         X         |       X       |
| Ubuntu 18.10        |         X         |       X       |
| Ubuntu 18.04        |         X         |       X       |
| Ubuntu 16.04        |         X         |       X       |

## Translating Angular Frontend

| Language | C# part | Angular part |
| -------- | :-----: | :----------: |
| English  |   100%  |     100%     |
| Danish   |   100%  |     100%     |
| German   |   90%   |      90%     |


---

# 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.microting.com/master.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.
