diff --git a/README.html b/README.html
index 2cff82e..690497d 100644
--- a/README.html
+++ b/README.html
@@ -23,8 +23,15 @@
Features
- Set default project for creation of request and response classes
- Create request and response classes out of method definition, including documentation
+- Navigate to the RequestHandler that implements a request type
Quick start
+Navigate to the RequestHandler that implements a Request type
+
+- Right click on a variable or type for a Request and then select Navigate to request handler's implementation. Alternatively, you can use the shortcut Ctrl+F12 when the carret is over the variable or type.
+
+
+Generating request-response classes
- Set a default project in the solution where request and reponse classes are to be created in
by right clicking on the project in the solution explorer and selecting Commerce Runtime Handyman -> Set as default Request-Response project*
diff --git a/README.md b/README.md
index 1ee9c8e..4d3750d 100644
--- a/README.md
+++ b/README.md
@@ -20,9 +20,18 @@ You can install it:
* Set default project for creation of *request* and *response* classes
* Create *request* and *response* classes out of method definition, including documentation
+* Navigate to the *RequestHandler* that implements a *request* type
## Quick start
+### Navigate to the RequestHandler that implements a Request type
+
+1. Right click on a variable or type for a *Request* and then select **Navigate to request handler's implementation**. Alternatively, you can use the shortcut **Ctrl+F12** when the carret is over the variable or type.
+
+![Right click on the type and select Navigate to request handler's implementation](docs/imgs/gotoimplementation.png)
+
+### Generating request-response classes
+
1. Set a default project in the solution where *request and reponse* classes are to be created in
by right clicking on the project in the solution explorer and selecting **Commerce Runtime Handyman -> Set as default Request-Response project***
diff --git a/docs/imgs/gotoimplementation.png b/docs/imgs/gotoimplementation.png
new file mode 100644
index 0000000..caef2c3
Binary files /dev/null and b/docs/imgs/gotoimplementation.png differ