How to pass / retrieve query string values in webwork actions

I am calling action template through form action="/addLink.action?index=2" and passing query parameters to url. But I don’t get “index” parameter in Action java class nor do I see “index” parameter been pass in url “Network” tab of Browser developer console (F12).

Please somebody help me out here on how to pass and retrieve query parameters from url.