# What is the syntax of is\_features

QLM  can embed up to 32 features in a license key. The 32 features are broken into 4 feature sets (0 to 3) with 8 features per feature set. The 8 features in a feature set are defined as follows: 1 | 2 | 4 | 8 | 16 | 32 | 64 | 128

When invoking GetActivationKey or GetActivationKeyWithExpiryDate, you can specify which features to enable on the command line.

The syntax for defining features on the command line is:

\&is\_features=semi comma separated list of feature sets and their corresponding values.

Example: \&is\_features=0:3;1:2;2:7;3:25

The above statement means:

For feature set 0, features 1 + 2 (3) are enabled

For feature set 1, feature 2 is enabled.

For feature set 2, features 1 + 2 + 4 (7) are enabled.

For feature set 3, features 1 + 8 +  16 (25) are enabled.


---

# 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/faq/what-is-the-syntax-of-is_features.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.
