> For the complete documentation index, see [llms.txt](https://lewe.gitbook.io/teamcal-neo/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lewe.gitbook.io/teamcal-neo/administration/framework-configuration/license.md).

# License

TeamCal Neo requires a proper license to work. A free version of TeamCal Neo, TeamCal Neo Basic, is also available. Read more about it here.

## Requesting a License

You can request a license via several channels:

* [Lewe.com contact form](https://www.lewe.com/contact/)
* [Lewe.com Support site ticket](https://georgelewe.atlassian.net/servicedesk/customer/portal/5)
* E-mail to support @ lewe.com

Please submit your full name, postal address, a valid email address and your company name if applicable.

Your request will be processed and a proper invoice sent to you. After the payment of the license fee has been received, a license key will be generated for you and sent to you. This license key has to be entered and activated in TeamCal Neo. Please install TeamCal Neo for that purpose first.

## Activating your License

After installing TeamCal Neo, go to Administration -> Framework Configuration -> License Tab. The tab will show a warning indicator and two alert boxes will be displayed. Don’t worry about those now because after the activation they will disappear.

<figure><img src="/files/LgwI2QrbYqnyE5pKqmsf" alt=""><figcaption></figcaption></figure>

Enter the license key provided to you in the License Key text box:

<figure><img src="/files/mUEtE0ijq8CGq8AuL9ww" alt=""><figcaption></figcaption></figure>

After clicking ‘Apply’, go back to the License tab. It will look something like this:

<figure><img src="/files/TFFaRqhvU0Ybgc2xBmO3" alt=""><figcaption></figcaption></figure>

## Registering your License

Your license is now active but you need to register it for the domain you are using it on.

Click the Register button.

After that, your license is properly installed and you can use TeamCal Neo in all its beauty. Looking that the License tab again, it will look something like this:

<figure><img src="/files/vxh3dTuZ58RBU7cB2fvx" alt=""><figcaption></figcaption></figure>

## Deregistering your License

You can de-register your license from the current domain in order to move the license to a different one. Perform these steps.

1. Install TeamCal Neo on the new domain.
2. Click the Deregister button on the current domain.
3. Activate and register the license on the new domain.
4. Uninstall TeamCal Neo from the current domain.

## License Expiry Warning

TeamCal Neo licenses are valid for a year and need to be renewed then. As a convenience for you to not forget about it, TeamCal Neo can notify you about an upcoming expiry with a warning message. See this screenshot:

<figure><img src="/files/GbEx67TZIUFkuaghFB5Y" alt=""><figcaption></figcaption></figure>

## How do I renew a license?

A license is valid for one year. Based on the product and the settings you chose in it you will be informed about an upcoming or already expired license. If you want to renew your license, use the same process as applying for a license. Submit a License Request and add your current license key to the description.

The license will be extended after the renewal payment has been received.

## How do I unblock a license?

There are reasons that can lead to a blocked license, e.g. an overdue payment, failure to renew or fraud. In such a case submit a License Request issue to have your license unblocked or renewed. Please add your current license key to the description.


---

# 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://lewe.gitbook.io/teamcal-neo/administration/framework-configuration/license.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.
