Hey,
I want to create a deep link into bloom. The graph is in aura free. In the documentation below it says
http://<server_hosting_Bloom>[:]/bloom/[?][&]...
of which the given example is
http://1.1.1.1:7474/bloom/?search=employee%203115112&perspective=HRM%20Perspective&run=true
So for my aura free instance,
*where can i find my <server_hosting_Bloom>?
*where can i find my
Thanks for the help 

Hi,
You can use Deep Links with Aura by appending the deep link parameters to the end of the connection string in either the Workspace Explore or Bloom URL (this would start with either https://bloom.neo4j.io or https://workspace-preview.neo4j.io depending on whether you're using Workspace Explore or Bloom). For example, you may be using Bloom with a URL that looks like:
https://bloom.neo4j.io/index.html?connectURL=neo4j[your-instance-details]
and you could add the deep link details as:
&search=employee%203115112&perspective=HRM%20Perspective&run=true