# Command Line

{% tabs %}
{% tab title="Terminal/CLI" %}
[**xkr-wallet**](/guides/wallets/command-line/using-kkrwallet.md)

An easy to use terminal (CLI) interface for Mac/Windows/Linux.

[**wallet-api**](/kryptokrona/api/wallet-rpc-api.md)

A high performance api that can handle multiple wallets.

[**kryptokrona-service**](/kryptokrona/api/legacy-wallet-rpc-api.md)

A somewhat outdated api that should be deferred.
{% endtab %}

{% tab title="JavaScript" %}
[**wallet-backend-js**](/kryptokrona/api/kryptokrona-wallet-backend-js.md)

wallet-backend-js is a JavaScript implementation of a fully capable XKR-wallet that may be used for developing JavaScript (node.js) apps.
{% endtab %}
{% endtabs %}

There are more options available for developers, check them out [here](/kryptokrona/api.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://docs.kryptokrona.org/guides/wallets/command-line.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.
