> ## Documentation Index
> Fetch the complete documentation index at: https://developer.voyado.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Deep linking to contacts

It's possible to link directly to the contact card of a specific individual in the Engage frontend. This is called "deep linking". This saves many steps for customer agents when they need to search for a specific individual, or when they want to point someone else to a specific contact's details.

The URL you will use has this form:

```http The URL form theme={null}
https://[client].voyado.com/app#/contacts/contact-card/single/00000000-0000-0000-0000-000000000000/[contactId]
```

* **client:** Your specific client / tenant name (acme, megashop or whatever)
* **contactId:** The contact ID for the contact you're linking to (GUID)

<Warning>Note that the "00000000-0000-0000-0000-000000000000" part is **required** for this to work.</Warning>

If you are using the Engage staging environment, this URL will have *staging* at the start:

```http The URL form in staging theme={null}
https://[client].staging.voyado.com/app#/contacts/contact-card/single/00000000-0000-0000-0000-000000000000/[contactId]
```

You can now copy and share the URL you've created, allowing anyone who is logged into your Engage frontend to go directly to this contact's information.
