# API

* [Conflux](/js-conflux-sdk/api/conflux.md) The `Conflux` class provide methods to interact with RPC methods and send transaction.
* [Wallet](/js-conflux-sdk/api/wallet.md) The `Wallet` class provide methods to manage accounts and sign transactions.
* [PrivateKeyAccount](https://github.com/Conflux-Chain/js-conflux-sdk/blob/v2/docs/api/wallet/PrivateKeyAccount.md) The `PrivateKeyAccount` class can be used to sign transactions or messages. It can be created from a private key or be random generated.
* [Transaction](/js-conflux-sdk/api/transaction.md) The `Transaction` class provide methods to construct and encode transactions.
* [Drip](/js-conflux-sdk/api/drip.md) Drip - CFX converter
* [format](https://github.com/Conflux-Chain/js-conflux-sdk/blob/v2/docs/api/util/format.md) Type formaters
* [sign](https://github.com/Conflux-Chain/js-conflux-sdk/blob/v2/docs/api/util/sign.md) Crypto utilities
* [address utilities](https://github.com/Conflux-Chain/js-conflux-sdk/blob/v2/docs/api/util/address.md) Address utilities


---

# 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://confluxnetwork.gitbook.io/js-conflux-sdk/api.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.
