# Media Services (GKSMEDIA)

### What's GKS Media?

The GKS\_Media service is provided with the phone files. This service includes support for GKSMedia, Imgur and Imgbb. **Our GKS Media service is paid**. [Click to buy our service.](https://service.gkshop.org/package/5563991)

### How do I use the GKS Media Management Site?

{% hint style="info" %}
First of all you must enter this site and register. <https://app.gkshop.org/#/signup>
{% endhint %}

{% hint style="danger" %}
You must register on the site by filling in the blanks. Here you need to pay attention to the e-mail address you entered when purchasing on tebex. Your purchase e-mail address and the e-mail address of your account here must match. You will also receive an activation email after registration.
{% endhint %}

<figure><img src="https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnzCIydoDTM36u1gSgRi1%2Fuploads%2FrKc2ewx03LoEzQgwWgjR%2Fsite2.png?alt=media&#x26;token=e6afd265-28d1-4201-be63-9845f6fbe76a" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
If you don'tknow your GKSMedia tebex order number, you can find out by clicking[ here](<https://checkout.tebex.io/payment-history/login >).
{% endhint %}

After confirming the activation mail, you can login to the site. You must click "SERVICES" section for access your product.

<figure><img src="https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnzCIydoDTM36u1gSgRi1%2Fuploads%2FdYdrfTW1RghTICJ9O8NT%2Fsite3.png?alt=media&#x26;token=412cf022-aa94-48b0-8d4f-55951471f457" alt=""><figcaption></figcaption></figure>

### How do I add a discord webhook?

{% hint style="info" %}
After entering the media management site, it is enough to enter your webhook in the "Discord Webhook" section in the settings section and press the save button.
{% endhint %}

<figure><img src="https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnzCIydoDTM36u1gSgRi1%2Fuploads%2FbFrlUSNZg0IC1y0OxEPh%2Fsite4.png?alt=media&#x26;token=49f6dcac-d553-4424-88e3-d3e1b6d31c1b" alt=""><figcaption></figcaption></figure>

### How to change my API Key?

{% hint style="info" %}
After entering the media management site, simply press the refresh button in the token section in the settings.
{% endhint %}

<figure><img src="https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnzCIydoDTM36u1gSgRi1%2Fuploads%2FlVswsxUEa6Dkmjso0vtU%2Fsite5.png?alt=media&#x26;token=8b12e549-3d9b-4a43-ad73-bf74429cdf1a" alt=""><figcaption></figcaption></figure>

### **Screenshot Basic**

```lua
 exports['screenshot-basic']:requestScreenshotUpload('https://servicemedia.gkshop.org/mediau', 'gks_image', {
     headers = {
           ['GKSHOP-Secret'] = "GKSHOP API Key"
        },
     },
  function(data)
      local resp = json.decode(data)
      local imageURL = resp.link
end)
```


---

# 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.gkshop.org/other-products/media-services-gksmedia.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.
