diff --git a/CHANGELOG.md b/CHANGELOG.md
index f4b188d3f4b..fbf7b0952c8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -23,6 +23,7 @@ Note that this project **does not** adhere to [Semantic Versioning](https://semv
- We added a feature for enabling drag-and-drop of files into groups [#12540](https://github.com/JabRef/jabref/issues/12540)
- We added support for reordering keywords via drag and drop, automatic alphabetical ordering, and improved pasting and editing functionalities in the keyword editor. [#10984](https://github.com/JabRef/jabref/issues/10984)
- We added a new functionality where author names having multiple spaces in-between will be considered as separate user block as it does for " and ". [#12701](https://github.com/JabRef/jabref/issues/12701)
+- We added a set of example questions to guide users in starting meaningful AI chat interactions. [#12702](https://github.com/JabRef/jabref/issues/12702)
### Changed
diff --git a/src/main/java/org/jabref/gui/Base.css b/src/main/java/org/jabref/gui/Base.css
index 62bb5376421..7915beb79c3 100644
--- a/src/main/java/org/jabref/gui/Base.css
+++ b/src/main/java/org/jabref/gui/Base.css
@@ -2432,6 +2432,21 @@ journalInfo .grid-cell-b {
-fx-font-size: 1em; -fx-font-weight: bold; -fx-text-fill: -jr-theme;
}
+.exampleQuestionStyle {
+ -fx-background-color: transparent;
+ -fx-padding: 2px 10px;
+ -fx-background-radius: 20px;
+ -fx-border-radius: 20px;
+ -fx-border-width: 0.062em;
+ -fx-border-color: -fx-outer-border;
+ -fx-font-weight: bold;
+ -fx-underline: false !important;
+ -fx-text-fill: -fx-text-base-color;
+}
+.exampleQuestionStyle:hover {
+ -fx-background-color: rgba(0, 0, 0, 0.12);
+}
+
.refresh {
-fx-background-color: transparent;
}
diff --git a/src/main/java/org/jabref/gui/ai/components/aichat/AiChatComponent.fxml b/src/main/java/org/jabref/gui/ai/components/aichat/AiChatComponent.fxml
index bd222d360f9..2c4db908032 100644
--- a/src/main/java/org/jabref/gui/ai/components/aichat/AiChatComponent.fxml
+++ b/src/main/java/org/jabref/gui/ai/components/aichat/AiChatComponent.fxml
@@ -11,6 +11,7 @@
+
-
+
+
+
+
+
+
+
+
-
+