# Applications

- [Wallet](https://wiki.scalaproject.io/applications/wallet-1.md): The wallet applications that you can use to store and spend Scala
- [GUI Wallet](https://wiki.scalaproject.io/applications/wallet-1/gui-wallet.md): A guide on how to use the GUI wallet.
- [CLI Wallet](https://wiki.scalaproject.io/applications/wallet-1/cli-wallet.md): A guide on how to use the CLI Wallet
- [Scala Vault](https://wiki.scalaproject.io/applications/wallet-1/scala-vault.md): A Guide on how to use the Android Scala Vault
- [ScalaPay](https://wiki.scalaproject.io/applications/wallet-1/scalapay.md): A guide on how to use ScalaPay.
- [Mining](https://wiki.scalaproject.io/applications/mining.md): DefyX: Proof-of-Work Algorithm.
- [Mobile Mining](https://wiki.scalaproject.io/applications/mining/mobile-mining.md): A Mobile Mining Application for the Scala Network.


---

# 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://wiki.scalaproject.io/applications.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.
