# How can I quickly tell the type of a license key?

The recommended  way to determine the type of a license key is by calling "ValidateLicense" or one of its variants.

There is additionally a shortcut to determine the type of a license by examining the first letter of a license. These are the possible values for the first letter of a license key:

A: Activation Key

B: Activation Key with an expiry date/duration

C: Permanent key, bound to a computer by the Computer Name

D: Evaluation key, bound to a computer by the Computer Name

E: Evaluation key, not bound to a computer

G: Permanent Generic key

U: Permanent, bound to a computer by  a User Defined  ID.

V: Evaluation key, bound to a computer by a User Defined ID.


---

# 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.soraco.co/docs/how-to/how-can-i-quickly-tell-the-type-of-a-license-key.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.
