# How to export license keys

To export license keys from the QLM Management console:

| - Launch the QLM Management Console                                                                                                                                                                                              |
| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| - Go to the Manage Keys tab                                                                                                                                                                                                      |
| - Run a search of your choice to visualize the data you want to export                                                                                                                                                           |
| - Hide or show columns in the grid as you see fit. To hide a column, right mouse click on the column header and select hide. To view the list of available columns, right mouse click on the column and select "Column Chooser". |
| - Reorder the column as you see fit by dragging the column header                                                                                                                                                                |
| - In the Status Bar, click the Print button                                                                                                                                                                                      |
| - On the Preview page, customize the look of the report by clicking on the Customize button (2nd from the left)                                                                                                                  |
| - On the Preview page, click the Export Document button                                                                                                                                                                          |
| - Select XLSX or any other format of your choice                                                                                                                                                                                 |
| - Save the file                                                                                                                                                                                                                  |

To export license keys using an API:

Create an instance of the QlmLicense object Set the AdminEncryptionKey Call GetDataSet or GetDataSetEx. For more details, refer to the API reference in the help.


---

# 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/management-console/how-to-export-license-keys.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.
