# Help Center

If you encounter any issues with our packages, please contact <kbd>**<graphicscat@yeah.net>**</kbd> — we’ll handle your request with the highest priority.

If you encounter a bug, we need sufficient feedback to investigate it quickly:

**1. Clear description and reproduction steps**

* Without reproduction steps, the cost of fixing a bug is often lower than the cost of reproducing it, so providing a clear workflow is very helpful.
* Reproduction steps also allow us to verify that the issue has been properly resolved.

**2. Important information we need:**

* Which **package** is affected
* **Unity version** and **target platform**
* What the issue is and the situation when it occurred
* Screenshots — preferably multiple, to help us understand the problem visually
* How to reproduce the issue — this is extremely important

**3. A minimal reproducible project**

* If you can provide one, it will greatly reduce our repair costs.
* We truly appreciate it when users provide a reproducible project.


---

# 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://graphicscat.gitbook.io/graphicscat/help-center/readme.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.
