# firma-js

firma-js is a javascript and typescript based SDK that allows the integration of all the features offered by FirmaChain at the service level. The development of firma-js was inspired from ‘cosmjs’ and other SDKs. Please refer to the following \[[link](https://www.npmjs.com/package/@firmachain/firma-js)] for more information on firma-js.


---

# 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.firmachain.org/master/developer/firma-js.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.
