# Temporary Dashboard Access

Temporary Dashboard Access lets you create a short-lived link that gives owner-level dashboard access to the first person who opens it. It is useful when you want a trusted friend or a Ticket King community helper to do a quick setup or fix something on your dashboard, without permanently adding them to a role.

<figure><img src="/files/yjIJtLYaS93uSwgqbA7W" alt="The Temporary Dashboard Access card on the Permissions page with an active link, showing the access link, time remaining"><figcaption></figcaption></figure>

## What to know first

* Only one link can be active at a time. Trying to make a second one shows an error.
* The link binds to the first person who opens it. After that, no one else can use it.
* The bound user cannot change dashboard permissions, even with full access. This stops a temporary visitor from making their access permanent.

## How to generate a link

On the **Permissions** page, in the **Temporary Dashboard Access** card:

{% stepper %}
{% step %}

### Pick a length

Pick a length from the **Expires After** dropdown.

<figure><img src="/files/EVuj94UKzduaGzkSIhjo" alt="The Temporary Dashboard Access card with the Expires After dropdown open, showing the length options"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Generate the link

Click **Generate Access Link**.

<figure><img src="/files/B6Pb3P8wSc5hcclmiG0S" alt="The Temporary Dashboard Access card with the Generate Access Link button"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Confirm

Confirm in the pop-up that appears.

<figure><img src="/files/7ZnKyCA9cfNj4eW2I4i5" alt="The confirmation pop-up shown after clicking Generate Access Link"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Copy the link

The link is created and copied to your clipboard.

<figure><img src="/files/PptnUP0svzdueoAyhYMO" alt="The active link in the Temporary Dashboard Access card right after creation, with the copied-to-clipboard confirmation"><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}

## Length options

| Option     |         |
| ---------- | ------- |
| 30 minutes |         |
| 1 hour     | Default |
| 3 hours    |         |
| 6 hours    |         |

Pick the shortest length that gets the job done.

## Sharing the link

Send the link in a Discord DM, never in a public channel. Anyone who has the link can claim it until it expires or you revoke it, so treat it like a password.

## After it is claimed

The "Bound To" tile changes from "Not yet claimed" to the person's name, and the link can no longer be claimed by anyone else. The bound user can now use your dashboard with owner-level access, except they cannot change dashboard permissions.

## Revoking

Click **Revoke Link** in the active-link card and confirm. Revoking is immediate. If the person is in the middle of using the dashboard, their next action ends it.

## When it expires

When the time runs out, their access ends automatically and they need a new link to continue.

## Who can generate a link

Only the server owner, a Discord Administrator, or a role with Full Access can generate a link. If you cannot, you will see: "Only the server owner or a role with full access can generate an access link."

## Recorded in the audit log

Generating, claiming, and revoking a temporary access link are all recorded in your audit log.

## Good practice

* Use the shortest length that works.
* Send the link by DM only.
* Revoke it when the work is done.
* Check the "Bound To" tile shows the person you sent it to. If not, someone else opened it first, so revoke it right away.

## Related

{% content-ref url="/pages/OB6VYmaGviEfP9787EQl" %}
[Giving a role dashboard access](/docs/permissions-and-your-support-team/giving-a-role-dashboard-access.md)
{% endcontent-ref %}

{% content-ref url="/pages/Nin30Dy0fPFzy7oflTml" %}
[What the audit log captures](/docs/audit-logs/what-it-captures.md)
{% endcontent-ref %}


---

# 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://ticketking.xyz/docs/permissions-and-your-support-team/temporary-dashboard-access.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.
