# JS SDK

- [How To's](https://elrond-dev-guild.gitbook.io/scrolls/js-sdk/how-tos.md)
- [Use PEM file wallet](https://elrond-dev-guild.gitbook.io/scrolls/js-sdk/how-tos/use-pem-file-wallet.md): Code snippet was written on sdk-core v10.2.5
- [Issue ESDT](https://elrond-dev-guild.gitbook.io/scrolls/js-sdk/how-tos/setup-js-sdk-and-issue-esdt-token.md): Setup the JS SDK workflow and issue an ESDT token in NodeJS enviroment.
- [Sepcial roles for ESDT](https://elrond-dev-guild.gitbook.io/scrolls/js-sdk/how-tos/set-special-roles-for-esdt-token.md): Set special roles for ESDT tokens using JS SDK based on a real-life example


---

# 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://elrond-dev-guild.gitbook.io/scrolls/js-sdk.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.
