# Apps

Apps/Chaincodes/Smart contracts are computer programs stored on the blockchain, which encode business logic and can be automatically executed when predetermined conditions are met. Chaincode is a terminology used in Hyperledger Fabric. It refers to a single or group of smart contracts packaged and deployed into the blockchain network. Apps / Chaincodes can be implemented in several programming languages.&#x20;

Spydra offers pre-configured chaincode solutions such as Asset Management and Token Factory, which can be easily deployed as applications on the Hyperledger Fabric Networks. The chaincode solutions are designed to be implemented for any business use case, such as asset tracking, tokenization, etc. The chaincode application deployment process is simple and intuitive, so non-technical users can also easily implement them.

In the Spydra console, you can view the list of deployed applications for each network under the networks section.

<figure><img src="/files/3KXO2FS9OostIqfXh8Kj" alt=""><figcaption></figcaption></figure>


---

# 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.spydra.app/how-to/private-network/apps.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.
