# Licensing and Authorization

The licensing for the server is determined by a license file called `server.lic`. This file is located in the root folder of the distribution bundle.

In the root folder of the bundle, you will also find a file called `secrets.json`.&#x20;

When the server is running, it offers several end-points that can be called via REST clients in a language of your choice.&#x20;

To access these end-points, an API key is needed. This API key is specified in the `secrets.json` file.&#x20;

Please change it to a value that you will use to protect the end-points from unauthorised access.


---

# 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.sensecrypt.com/sensecrypt-eid-v3.0.6/sensecrypt-server/licensing-and-authorization.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.
