# Konzeptindex

| Übungsliste        | Wichtige Konzepte, die in der Übung vorgestellt werden | Link zur weiteren Lektüre in späteren Kapiteln                                                                              |
| ------------------ | ------------------------------------------------------ | --------------------------------------------------------------------------------------------------------------------------- |
| Parametrische Vase | Suchen von Blöcken in der Bibliothek                   | [Bibliothek](/de/3_user_interface/2-library.md)                                                                             |
|                    | Verwenden von Blocken und Drähten                      | [Blöcke und Drähte](/de/4_nodes_and_wires.md)                                                                               |
|                    | Erstellen von Kurven und Oberflächen                   | [Geometrie für computergestützte Konstruktion](/de/5_essential_nodes_and_concepts/5-2_geometry-for-computational-design.md) |
|                    | Verwenden von Codeblöcken                              | [Codeblöcke und DesignScript](/de/8_coding_in_dynamo/8-1_code-blocks-and-design-script.md)                                  |
| Attraktorpunkte    | Erstellen, Verwalten und Bearbeiten von Listen         | [Entwerfen mit Listen](/de/5_essential_nodes_and_concepts/5-4_designing-with-lists.md)                                      |
|                    | Ändern der Vorschaumodi                                | [Vorschaumodus](/de/3_user_interface/1-workspace.md#preview-mode)                                                           |
|                    | Ändern der Ausführungsmodi                             | [Ausführungsleiste](/de/3_user_interface.md#execution-bar)                                                                  |


---

# 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://primer2.dynamobim.org/de/10_sample_workflow/10-2_concept-index.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.
