# Erste Schritte

In diesem Tutorial lernen Sie die ersten Schritte zur Erstellung von Apps mit nedyx.&#x20;

Das Ergebnis ist ein Investitionsrechner, der die Entwicklung einer Investition über mehrere Jahre berechnet:

<div align="left"><img src="/files/AlvZQU7KqCJHrLqizBN8" alt=""></div>

Im Feld Startbetrag (**Starting Amount)** kann der Benutzer den Betrag der ersten Investition eingeben, im Feld Zeitraum / Jahre (**Period / Years**) die Anzahl der Jahre, über die die Investition laufen soll, mit einer vorgegebenen Wachstumsrate (**Growth Rate**) und einer Zusatzrate pro Jahr (**Additional Rate / Year)**.&#x20;

Die Entwicklung der Investition, basierend auf den eingegebenen Werten, wird dann in einer Tabelle und in einer Grafik dargestellt.&#x20;

Klicken Sie auf **Weiter**, um mit der Erstellung Ihres Rechners zu beginnen.


---

# 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.nedyx.com/version-1.66-de/erste-schritte.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.
