diff --git a/index.html b/index.html
index ac9fcbb4..5b5d365f 100644
--- a/index.html
+++ b/index.html
@@ -10,6 +10,17 @@ badges:
url: https://github.com/spring-projects/spring-statemachine
icon: github
+ - name: Issues (GitHub)
+ url: https://github.com/spring-projects/spring-statemachine/issues
+ icon: tracking
+
+ - name: CI (Bamboo)
+ url: https://build.spring.io/browse/SDG
+ icon: ci
+
+ - name: StackOverflow
+ url: http://stackoverflow.com/questions/tagged/spring-statemachine
+
---
@@ -39,6 +50,8 @@ State machines are powerful because behaviour is always guaranteed to be consist
It is much easier to design high level logic outside of your application and then interact with a state machine with a various different ways. You will simple send interact with a state machine by sending event, listening what a state machine does or simply request a current state.
+Do you want to ask a question? Go to [StackOverflow](http://stackoverflow.com) and use a tag [spring-statemachine](http://stackoverflow.com/questions/tagged/spring-statemachine).
+
## Quick Start