> For the complete documentation index, see [llms.txt](https://docs.spadnext.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.spadnext.com/getting-started/common-tasks-and-issues/spad/licesne-issues.md).

# License Issues

### Lost license information

* For licenses bought **after 12.11.2016** via Avagate/2Checkout, you can login into you customer asccount at <https://secure.2co.com/myaccount/> to see you order history and license information.
* For licences bought **before 12.11.2016** via SimMarket , simply login into your simmarket account at [https://secure.simmarket.com](https://secure.simmarket.com/) . Your license information is listed there.
* **If you have linked your license on the SPAD.neXt community Discord, you can ask the bot about your license details using the "!licinfo" command.**\
  \
  If this does not help, open a ticket from within SPAD.neXt to request your license information and attach a proof of purchase for the license. (Important: Mark it as license issue!)\
  \
  If you cannot start SPAD anymore, open a ticket via email (support at spadnext.com) from the email you used to purchase SPAD.neXt. Providing your ordernumber and a proof of purchase will speed up the process.

  If you do not have access anymore to the email address you purchased SPAD.neXt from, a proof of purchase is mandatory to have it re-assigned.

### "There is a Problem with your license, please contact support"

If your SPAD.neXt installation all of the sudden complains about a license problem, this is normally casued by a windows update changing vital information.

* Delete the file %APPDATA%\SPAD.neXt\SPAD.neXt.lic
* SPAD.neXt will start in trail mode and allows you to re-enter you license information
* if it still complains contact <support@spadnext.com>


---

# 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://docs.spadnext.com/getting-started/common-tasks-and-issues/spad/licesne-issues.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.
