> For the complete documentation index, see [llms.txt](https://docs.dietrichs.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dietrichs.com/konstruktionsprogramm/modellbereiche/allgemeines/einstellungen-speichern/einstellungen-verwalten/einstellungen-verwalten-bilder.md).

# Einstellungen verwalten - Bilder

Passende Bilder sind eine gute Hilfe für die schnelle und einfache Auswahl der richtigen Einstellung. Daher kann man beliebige Bilder an eine Einstellung hängen.

Die Bilder werden nicht automatisch an die Einstellung gehängt, da das Programm nicht wissen kann, welches Bild angezeigt werden soll. Daher kann jeder Anwender sein eigenes Bild für die jeweilige Einstellung auswählen. Dies macht man mit dem linken der beiden Schalter rechts unter dem Bild. Als Hilfe haben wir eine Auswahl von Bildern mitgeliefert, die man sehr einfach auswählen kann. Wenn man auf das Icon für die Bildauswahl geklickt hat, öffnet sich eine Dialogbox. Im linken oberen Bereich der Dialogbox gibt es drei breite Schalter, mit denen man direkt drei verschiedene Verzeichnisse auswählen kann, in denen es Bilder geben könnte. Im "aktuellen Projektverzeichnis" liegen die selbst abgelegten Bilder. Im Verzeichnis "Hilfsbilder" liegen die von uns mitgelieferten Bilder. Hier gibt es unter anderem ein Unterverzeichnis mit dem Namen 'Bildersammlung', in dem jeder Anwender evtl. ein passendes Bild findet. Sonst erzeugt man sich über die OpenGL-Funktion ein eigenes Bild und hängt es an die Einstellung.


---

# 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://docs.dietrichs.com/konstruktionsprogramm/modellbereiche/allgemeines/einstellungen-speichern/einstellungen-verwalten/einstellungen-verwalten-bilder.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.
