> For the complete documentation index, see [llms.txt](https://docs.transferchain.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.transferchain.io/transferchain-sdk.md).

# TransferChain SDK

- [S4](https://docs.transferchain.io/transferchain-sdk/s4.md)
- [Core Concepts & Architecture](https://docs.transferchain.io/transferchain-sdk/s4/core-concepts-and-architecture.md): Full Technical Specification & Developer Integration Guide
- [Using TransferChain S4](https://docs.transferchain.io/transferchain-sdk/s4/using-transferchain-s4.md): This guide provides step-by-step instructions on how to use the Transferchain S4 for initializing the client, managing your account, interacting with the blockchain, and handling storage.
- [Initialize](https://docs.transferchain.io/transferchain-sdk/s4/using-transferchain-s4/initialize.md)
- [Getting Started](https://docs.transferchain.io/transferchain-sdk/s4/using-transferchain-s4/getting-started.md)
- [Account](https://docs.transferchain.io/transferchain-sdk/s4/using-transferchain-s4/account.md): Account Initialize & Restore
- [Storage](https://docs.transferchain.io/transferchain-sdk/s4/using-transferchain-s4/storage.md): Manage storage commands to upload, download, and delete files from storage.
- [Transfer](https://docs.transferchain.io/transferchain-sdk/s4/using-transferchain-s4/transfer.md)
- [Blockchain](https://docs.transferchain.io/transferchain-sdk/s4/using-transferchain-s4/blockchain.md): Interact with the Transferchain Blockchain.
- [Authentication and Access Credentials](https://docs.transferchain.io/transferchain-sdk/s4/authentication-and-access-credentials.md)
- [Custom Storage Integration](https://docs.transferchain.io/transferchain-sdk/s4/custom-storage-integration.md): TransferChain S4 custom storage integration technical prerequisites and required inputs
- [About](https://docs.transferchain.io/transferchain-sdk/s4/about.md): TransferChain S4 Documentation


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.transferchain.io/transferchain-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.
