# Interface Problems

## Why does this happen?

Most resource have a hardcoded `https` call from the Javascript[^1] file, this means that if you change the resource name from the original name it will try to call a unknown file therefor give an error or just nothing at all.

## Fixes:

### Renamed the resource?

Make sure to compare the downloaded file name to the current name of the resource, if there is a difference make sure to rename it to it's origin. The only time you should rename the resource is if it ends with, `-main or -master`.

## Still having problems?

If the problems still occur after these recommendations you are more the welcome to join our [Discord](https://discord.gg/TNu8jN7qHj) and ask for support!

[^1]: Common UI language


---

# 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.forcedevelopments.com/info/common-issues/paid-resources/interface-problems.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.
