# Launch Salesforce Objects from their Object IDs in SlapFive

## Configure the Salesfore Object Launcher&#x20;

In SlapFive, go to **Client Settings > Advanced Settings**.

In the **External Base URLs** section, paste your root Salesforce URL in the **Salesforce URL** field. The portion you need to paste should look like this: \
&#x20; \
&#x20;       **<https://your-company-name.my.salesforce.com/>**

Now wherever you see a Salesforce ID in SlapFive, you can click the VIEW link to launch right to that Salesforce record's page.

For example, on the Edit Member screen, you can click VIEW CONTACT to open the Contact record for the Salesforce Contact ID.

<figure><img src="/files/MUMZYtmTf97UnagwTfR0" alt=""><figcaption><p>VIEW CONTACT in Salesforce</p></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.slapfive.com/integrations/salesforce/salesforce-automations/launch-salesforce-objects-from-their-object-ids-in-slapfive.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
