# Getting Help

## A Little Heads Up...

I'm a solo developer trying to simplify game development for others (and myself) by creating useful Unity tools. I'm not a part of a large or even small team; it's just me. If I receive your message, I will respond as soon as I can.

## Help Me Help You

### Errors

If you're facing an error, please list them in your message and explain the steps you took that led to that error.

### Bug Reports

If you're reporting a bug, please include answers to these questions in your report:

1. What were you trying to do?
2. What did you expect would happen?
3. What actually happened?

### Feature Request

I'm always looking to improve my products. If you'd like a specific feature added, don't hesitate to let me know. In your message, please explain how the feature will help your use case.

## Options

{% hint style="info" %}
Response time may range anywhere from 1 to 3 days.
{% endhint %}

You can contact me using any of these methods. Choose whichever one makes you feel most comfortable—the list order has nothing to do with my own preference.

1. [Discord Server](https://discord.gg/XTVwSEMvKC)
2. [Website Contact Form](https://www.stylishesper.com/contact-form)
3. Emailing <developer@stylishesper.com>


---

# 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://espergames.gitbook.io/esave/esave-pro/support/getting-help.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.
