# SDK Reference

## Modules

| Module                                                                   | Description                                                                   |
| ------------------------------------------------------------------------ | ----------------------------------------------------------------------------- |
| [ABIs](/developers/typescript-sdk/api/abis.md)                           | Contract ABI definitions for interacting with August/Upshift smart contracts. |
| [AugustSDK](/developers/typescript-sdk/api/augustsdk.md)                 | The main August SDK class.                                                    |
| [AugustSubAccounts](/developers/typescript-sdk/api/augustsubaccounts.md) | The August Sub Accounts Module.                                               |
| [AugustVaults](/developers/typescript-sdk/api/augustvaults.md)           | The August Vaults Module.                                                     |
| [EVMAdapter](/developers/typescript-sdk/api/evmadapter.md)               | EVM Adapter for August SDK                                                    |
| [SolanaAdapter](/developers/typescript-sdk/api/solanaadapter.md)         | Solana Adapter for August SDK                                                 |
| [SuiAdapter](/developers/typescript-sdk/api/suiadapter.md)               | Sui Adapter for August SDK                                                    |


---

# 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.augustdigital.io/developers/typescript-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.
