# Icons

- [WordPress Dashicons](https://benjaminzekavica.gitbook.io/gutenberg/icons/wordpress-dashicons.md): WordPress liefert automatisch ein Iconset mit. Falls du für die Entwicklung ein Objekt mit allen Dashicons benötigst, findest du hier eine große Sammlung an DashIcon Namens.
- [FontAwesome 5 Icons](https://benjaminzekavica.gitbook.io/gutenberg/icons/fontawesome-5-icons.md): Falls du für deine Blocks einen FontAwesome Package installiert hast und diese gerne in deinen Gutenberg Blocks verwenden möchtest, kannst du hier alle Icons in einen JS Objekt kopieren.
- [Eigene SVG Icons](https://benjaminzekavica.gitbook.io/gutenberg/icons/eigene-svg-icons.md): Hier eine kurze Anleitung bezüglich SVG Files in Gutenberg.


---

# 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://benjaminzekavica.gitbook.io/gutenberg/icons.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.
