# General

### Configuration <a href="#configuration" id="configuration"></a>

1. Open your WemX Panel, login as administrator and click on "Giftcards". In the dropdown choose "Settings".
2. You need to fill the WemX URL field with your applications domain that needs to end with a / otherwise it will NOT work.
3. You need to create a API Key of you application with every permission. For this go to `wemx.app/admin/api-v1` Create a Token and paste it into the api key field
4. (optional) You can set the Currency symbol to what ever you want. We recommend $ € etc.

### Get Help

You need help? Join the WemXModules Discord Server to get help from our Team. <https://discord.com/invite/qMUmxhSh99>

### Want to add a Feature?

Go to[ ](https://github.com/SpectraSolve/tracker)<https://github.com/SpectraSolve/tracker> and create a new Issue with a Feature request.

### Found a bug?

Go to <https://github.com/SpectraSolve/tracker> and create a new Issue with a bug report.


---

# 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.spectrasolve.net/giftcard-module/general.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.
