# Libraries

- [JavaScript](https://docs.ltonetwork.com/libraries/javascript.md): JavaScript / TypeScript client library for interacting with LTO Network
- [Accounts](https://docs.ltonetwork.com/libraries/javascript/accounts.md)
- [Transactions](https://docs.ltonetwork.com/libraries/javascript/transactions.md): Send transactions on the public layer
- [Event chain](https://docs.ltonetwork.com/libraries/javascript/event-chain.md): Microledger on the private layer
- [Messages](https://docs.ltonetwork.com/libraries/javascript/messages.md): Send messages on the private layer
- [Identities](https://docs.ltonetwork.com/libraries/javascript/identities.md): Create a DID Document for an account
- [HTTP Authentication](https://docs.ltonetwork.com/libraries/javascript/http-authentication.md)
- [Python](https://docs.ltonetwork.com/libraries/python.md): Python client library for interacting with LTO Network
- [Accounts](https://docs.ltonetwork.com/libraries/python/accounts.md)
- [Public layer](https://docs.ltonetwork.com/libraries/python/public-layer.md)
- [PHP](https://docs.ltonetwork.com/libraries/php.md): PHP client library for interacting with LTO Network
- [Accounts](https://docs.ltonetwork.com/libraries/php/accounts.md)
- [Identities](https://docs.ltonetwork.com/libraries/php/identities.md)
- [Public layer](https://docs.ltonetwork.com/libraries/php/public-layer.md)
- [Private layer](https://docs.ltonetwork.com/libraries/php/private-layer.md)
- [HTTP Authentication](https://docs.ltonetwork.com/libraries/php/http-authentication.md)
- [Commandline scripts](https://docs.ltonetwork.com/libraries/php/commandline-scripts.md)
- [Java](https://docs.ltonetwork.com/libraries/java.md)


---

# 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.ltonetwork.com/libraries.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.
