# Specification of the code

**Open Source**\
\
First and the most important aspect to mention about. Code of our software is 100% public, you can find it in our [GitHub's respository](https://github.com/lowcapshub). However, to avoid a misleading - although everyone has access to the source code, it can't be called "open source". The reason is simple - kind of licence, we decided to use, is quite restrictive (especially in matter of sharing without  an appropriate authorization), what stands in opposite to general open source programs stadndards.\
\
**Fairness policy**

We haven't included any possibility, to inject code modifications without knowledge of a user. We put a significant effort to place whole code in one place, without splitting it on many smaller modules as well. It could does possible verifications of security more complicated, than it's necessary.\
\
**Code language**\
\
According to fact, that we are a small team, we have decided to put on simplicity and predictability. The Terminal has been completely programmed in Python, without inserts of other languages.\
\
**Complexity of code**

Although we have rather sticked to simple solutions, without fancy methods, the code has dozens of functions which result well over 2000 lines of code.


---

# 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://low-caps-hub.gitbook.io/lowcapshubterminal/introduction/specification-of-the-code.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.
