> For the complete documentation index, see [llms.txt](https://help.gameixa.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.gameixa.com/gameixa-wiki/global/team-script/product-uploading-with-files.md).

# Product Uploading with Files

First of all, we enter the Add product section from the Catalog section.

Then we fill in the general information about the product.

As shown in the photo below, we select the download type as link or upload.

Then we fill in the other information and save it.

<br>

{% hint style="success" %}
If you are not using Cloudflare, you can directly upload your file by skipping the steps below.
{% endhint %}

{% hint style="danger" %}
Please read if you are using Cloudflare!!!
{% endhint %}

<div align="left"><figure><img src="/files/GXHW6iRIYI2KOYTtG4PU" alt=""><figcaption></figcaption></figure></div>

If your file size is 100MB or more, after entering your Cloudflare account and entering the DNS page, change the "Proxied" status to DNS Only by pressing the edit button to the right of the A record with your domain name.

<div align="right" data-full-width="false"><figure><img src="/files/43ndMkCgabAKXsBkTNga" alt=""><figcaption></figcaption></figure></div>

You can then upload your file.

{% hint style="info" %}
Do not forget to proxied again after uploading your file.
{% endhint %}

<figure><img src="/files/wRLQdSU8ukvNHJB22IOs" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.gameixa.com/gameixa-wiki/global/team-script/product-uploading-with-files.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
