> For the complete documentation index, see [llms.txt](https://docs.ngsurvey.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ngsurvey.com/de/form-management/form-designer/questions/static-images-content.md).

# Statische / Bildinhalte

## 🖼️ Was ist ein statischer / Bild-Inhalt?

Ein statischer Inhalt ist eine Frage ohne Antworten, mit der Sie statischen Text oder ein Bild in Ihre Seiten einfügen können. Im Wesentlichen ermöglicht er Ihnen, beschreibenden Text oder ein Logo hinzuzufügen, ohne eine vollständige Frage mit Antworten auf der Seite zu platzieren.

Um statischen Text hinzuzufügen, können Sie das **HTML statischer Text** Fragentyp verwenden, wenn Sie eine Frage hinzufügen.

![](/files/4c1284041f6faccaef9094e9ec506a8aa3af3a3b)

Dies ermöglicht Ihnen, statischen Text auf Ihrer Seite mit dem [Rich-Text-Editor](/de/form-management/form-designer/rich-text-editor.md).

![](/files/acf81136345f27e5cc57c954160ae0fe32d2fe19)

Wenn Sie stattdessen ein Bild hinzufügen möchten, können Sie das **Bilder / Logo** Fragentyp verwenden. Der Logo‑Frageassistent öffnet das [mediengalerie](/de/form-management/style-branding/media-gallery.md) um Ihnen das Hochladen eines neuen Bildes oder die Auswahl eines vorhandenen Bildes zu ermöglichen.

![](/files/12d7ee5d93d5b299bd485a4b8abd138e00b1bd87)


---

# 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.ngsurvey.com/de/form-management/form-designer/questions/static-images-content.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.
