# Tickets System

{% hint style="info" %}
It is expected that you have the bot invited already before using the guide but here is a link just in case: <https://invite.goldendev.net>\
\
If you ever need to send someone a link to a specific portion of a page you can find the # symbol next to the headings and that will set your page URL (which you then copy) to take the individual that clicks the link directly to the specified content.

![](/files/HNUxT5RXhbtpdq0sLlb3)
{% endhint %}

{% hint style="warning" %}
This page is currently up to date when it is being created on all of the details related to how to configure and use the tickets system, this system is an ongoing project and there will be many more features being added over time so stay tuned for sub-guides that are smaller and dedicated to specific parts of the tickets system as it grows/changes.
{% endhint %}

## Video Tutorial

{% embed url="<https://youtu.be/w5JJO6pGA3o>" %}

## Configuration

How to configure the tickets system for the server

### [#configuration](#configuration "mention")

### [Tickets Channel](/guides/tickets-system/configuration.md#tickets-channel)

How to configure the tickets channel where tickets are made and stored

### [Notifications Channel](/guides/tickets-system/configuration.md#notifications-channel)

How to configure the notifications channel where server support staff can view/manage the tickets

### [Support Role](/guides/tickets-system/configuration.md#support-role)

How to configure the support role on the server

### [Command Settings](/guides/tickets-system/configuration.md#command-settings)

How to make it so that the support staff can use the correct commands

## Usage

How to use the tickets system once it's configured

### [Guild Supporters Usage](/guides/tickets-system/supporters-usage.md)

Guide for the support team on a guild/server

### [Guild Members Usage](/guides/tickets-system/member-usage.md)

Guide for members of a guild/server


---

# 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.goldenbot.net/guides/tickets-system.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.
