# Developers

- [API Reference](https://docs.augustdigital.io/developers/api-reference.md): The August Digital API is a comprehensive RESTful API designed for DeFi portfolio management and trading operations.
- [TypeScript SDK](https://docs.augustdigital.io/developers/typescript-sdk.md)
- [Quick Start](https://docs.augustdigital.io/developers/typescript-sdk/javascript-sdk.md): The August Digital SDK provides a TypeScript API for August services and resources. You can use the TypeScript API to build applications or libraries for the browser or Node.js.
- [Usage Guide](https://docs.augustdigital.io/developers/typescript-sdk/code-examples.md)
- [Vault Actions](https://docs.augustdigital.io/developers/typescript-sdk/code-examples/vaults.md): Query vault data across EVM and Solana chains. All vault getters are available on the main AugustSDK class.
- [EVM Actions](https://docs.augustdigital.io/developers/typescript-sdk/code-examples/evm-actions.md): Execute transactions on EVM vaults including deposits, withdrawals, and approvals. All write operations are available via \`sdk.evm.\*\` methods.
- [Solana Actions](https://docs.augustdigital.io/developers/typescript-sdk/code-examples/solana-actions.md): Execute transactions on Solana vaults including deposits, withdrawals, and queries. All operations follow the same pattern as EVM vaults for consistency.
- [ABI Functions](https://docs.augustdigital.io/developers/typescript-sdk/code-examples/abis.md): The August Digital SDK includes all necessary contract ABIs (Application Binary Interfaces) for interacting with August vaults and related contracts. All ABIs are exported with the \`ABI\_\` prefix.
- [SDK Reference](https://docs.augustdigital.io/developers/typescript-sdk/api.md)
- [AugustSDK](https://docs.augustdigital.io/developers/typescript-sdk/api/augustsdk.md)
- [AugustVaults](https://docs.augustdigital.io/developers/typescript-sdk/api/augustvaults.md)
- [AugustSubAccounts](https://docs.augustdigital.io/developers/typescript-sdk/api/augustsubaccounts.md)
- [EVMAdapter](https://docs.augustdigital.io/developers/typescript-sdk/api/evmadapter.md)
- [SolanaAdapter](https://docs.augustdigital.io/developers/typescript-sdk/api/solanaadapter.md)
- [SuiAdapter](https://docs.augustdigital.io/developers/typescript-sdk/api/suiadapter.md)
- [ABIs](https://docs.augustdigital.io/developers/typescript-sdk/api/abis.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.augustdigital.io/developers.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.
