# System and Security Services

- [KMS Library](https://developer.tokeninc.com/token-developer-portal-1/payment-service/system-and-security-services/kms-library.md)
- [Device Library](https://developer.tokeninc.com/token-developer-portal-1/payment-service/system-and-security-services/device-library.md): The Device Library simplifies device information management by utilizing the Device Info Service for efficient data handling. This document outlines how to use the available functions.
- [RKL CA service](https://developer.tokeninc.com/token-developer-portal-1/payment-service/system-and-security-services/rkl-ca-service.md)
- [TMS Service](https://developer.tokeninc.com/token-developer-portal-1/payment-service/system-and-security-services/tms-service.md)
- [Printer Service](https://developer.tokeninc.com/token-developer-portal-1/payment-service/system-and-security-services/printer-service.md): Printer service is a service which provides a simplified api for printer related operations. This document describes usage of the available printer functions.
- [TokenUSDK](https://developer.tokeninc.com/token-developer-portal-1/payment-service/system-and-security-services/tokenusdk.md)


---

# 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://developer.tokeninc.com/token-developer-portal-1/payment-service/system-and-security-services.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.
