Skip a screen in Kibana

Dear community,
We use Kibana for our customers to have insight in what we do using a Dashboard. The Customers have limited access to Kibana. When logging into Kibana they get a screen about Observability, Security, Visualize and Explore Data etc

Is it possible to skip this screen for all users and is it possible to skip this screen for these users?
I would like to know.
Greatings, Erwin

You have 2 options

Use the kibana.defaultAppId property in kibana.yml . For example...

kibana.defaultAppId: "dashboard/eaa84cd0-0b69-11e8-b8c9-63672ef3f062"

Or from Kibana >> Admin Panel >> Advanced Setup
Change the default App Id

Thank you, this is the solution. great!!