---
title: "Granting GravityKit Support Access to Your Website"
date: 2026-04-23
author: "GravityKit"
link: "https://www.gravitykit.com/docs/general-help/licensing/grant-support-access/"
---

Under the GravityKit menu item, you'll see a link named "Grant Support Access". This functionality is part of a service called TrustedLogin. [TrustedLogin](https://www.trustedlogin.com/about/easy-and-safe/) provides a secure way to share website access with our support team without having to create an administrator user on your website.

![GravityKit menu with "Grant Support Access" highlighted](https://www.gravitykit.com/wp-content/uploads/2026/07/gravitykit-menu-grant-support-access.png)
*Clicking on the “Grant Support Access” link will take you to a page that allows you to generate a login for GravityKit support*![The Grant Support Access link underneath the GravityKit menu item in WordPress](https://www.gravitykit.com/wp-content/uploads/2026/04/file-WhkFxmmJLc.png) After clicking on the button that says “Grant GravityKit Support Access”, TrustedLogin will generate a passkey that you can send to our support team, granting them temporary access to your website.

![Site access key with copy button for sharing access with GravityKit Support](https://www.gravitykit.com/wp-content/uploads/2025/10/file-2OjpfLjCWx.png)

## What's the Purpose of This?

 Our goal is to provide support that is fast and efficient. TrustedLogin makes it easy and secure to grant support access to your site. This helps our support team provide more timely solutions.

## Who Can See This Link?

 The "Grant Support Access" link is only shown to users who have the capability to create new users. By default, only WordPress administrators will see this link.

## What is a Site Access Key?

 When TrustedLogin grants support access, an encrypted Site Access Key is created instead of a password. The Site Access Key is *not* a password. The Key can only be decrypted by our support team while they're logged into our website.

 Unlike a temporary login link that automatically logs anyone in who has the link, TrustedLogin's Site Access Key requires our support user to be logged into the GravityKit website with the correct permissions.

## Can I Disable TrustedLogin on My Website?

 While we don't recommend it, if you want to remove the "Grant Support Access" link from the GravityKit menu, you can do so by adding the following line of code to your website's wp-config.php file:

 `define( 'TRUSTEDLOGIN_DISABLE_GK_FOUNDATION_TRUSTEDLOGIN', true );`

 **Related**: [Disabling TrustedLogin](https://help.trustedlogin.com/article/788-disabling-trustedlogin)