# Configure token access with 3rd parties

Your Make White Label instance supports integration with third-party solutions to provide error tracking, analytics, and user onboarding.

| **TrackJS token**            | TrackJS offers tracking of JavaScript errors on your instance. Enter your TrackJS token in this field to enable integration with TrackJS.                                                                                                                                                                                                   |
| ---------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Candu token**              | Candu is a no-code UI solution that can insert content and modals into your Make White Label instance. Enter your Candu token in this field to enable integration with Candu.                                                                                                                                                               |
| **Userflow token**           | Userflow is an onboarding solution that lets you create a customized user onboarding that users see in your UI. Enter your Userflow token in this field to enable integration with Userflow.                                                                                                                                                |
| **RudderStack token**        | This field has no impact on your instance. Leave this field blank.                                                                                                                                                                                                                                                                          |
| **RudderStack data URL**     | This field has no impact on your instance. Leave this field blank.                                                                                                                                                                                                                                                                          |
| **Google Analytics Token**   | Make White Label supports integration with Google Analytics to log and analyze traffic data, such as most visited pages and paths. Enter the [Measurement ID](https://support.google.com/analytics/answer/12270356?hl=en#:~:text=A%20Measurement%20ID%20is%20an,same%20as%20your%20destination%20ID.) of your Google Analytics data stream. |
| **Google Verification Code** | The Google verification code is part of the process for whitelisting your domain with Google. Enter the verification code from Google here to verify your domain.                                                                                                                                                                           |


---

# 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://developers.make.com/white-label-documentation/customize-your-instance/configure-token-access-with-3rd-parties.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.
