> 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/client-sdks-and-network/getting-started/faq.md).

# FAQ

### TransferChain SDKs & Network Frequently Asked Questions

* **What is a TransferChain SDK?**

TransferChain SDK, or Software Development Kit, is a set of tools, libraries, and documentation that developers can use to integrate cloud security features and functionality into their applications or services.

* **Why do I need a TransferChain SDKs & Network?**

Using a TransferChain SDK helps ensure the security of your cloud-based applications and data. It provides pre-built security features, making it easier to implement best practices and protect your assets.

* **Is the SDKs & Network compatible with all cloud platforms?**

Compatibility may vary, but reputable SDKs often offer support for major cloud platforms like AWS, Azure, and Google Cloud. Be sure to check the documentation for specific platform compatibility.

* **What security features does the SDKs & Network provide?**

The features can vary, but typical offerings include encryption, authentication, authorization, access control and Blockchain integration. The specific features will depend on the project you choose.

* **How do I integrate the SDKs & Network into my application?**

The integration process depends on the SDK and programming language you're using. Refer to the SDK documentation for step-by-step instructions and code examples.

* **Is the SDKs & Network open source?**

Yes, TransferChain SDK is open source, while others are proprietary. Open-source SDKs often provide more transparency and customization options, but proprietary options may offer additional support and features.

* **What level of support is available for the SDKs & Network?**

SDK providers usually offer various levels of support, such as community support, email support. Review our support options from our Support Page and associated costs to determine the level that suits your needs.

* **How often is the SDKs & Network updated?**

We regularly updatw to address security vulnerabilities and improve functionality. Check the provider's update history and release notes to assess their commitment to maintenance.

* **Is there a free trial available?**

No, Free Trial is not available for TransferChain SDKs & Network. Please contact support for Free Use version of the product.

* **What are the licensing terms and costs?**

Licensing terms and costs can vary widely. Some SDKs are free to use, while others require a subscription or licensing fees. Review the pricing details provided by the SDK provider.

* **How does the SDKs & Network handle compliance with industry standards (e.g., GDPR, ISO27001)?**

TransferChain SDK meets most of the compliance requirements. It includes features like data encryption and access controls to assist with compliance.&#x20;

* **What** **happens if there's a security breach while using the SDKs & Network?**

We do have protocols and resources in place to assist in the event of a security breach. Ensure you understand their incident response procedures and responsibilities. Please get in touch with us from secure channels.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.transferchain.io/client-sdks-and-network/getting-started/faq.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
