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

# Modak Client SDK

The Modak Client SDK is a tool that helps developers work more efficiently by leveraging the functions of Modak. The SDK connects to the Modak Service Communication Network (MSCN) to support the creation of Modak and provides the ability to send users' media data over the Modak Media Relay Network (MMRN). This tool also supports end-to-end encryption to ensure the safety of your data.&#x20;

<figure><img src="/files/xlSubOZC0OJi6fILgiG6" alt=""><figcaption></figcaption></figure>

## Key Features of the Modak Client SDK

* **MSCN connection support:** Modak Client SDK can connect to MSCN to help create Modak. This makes it easy for developers to make use of Modak's different services and features.
* **Media data transfer:** Users' media data can be transferred efficiently through MMRN. This facilitates the management and distribution of media data.
* **End-to-end encryption:** To ensure data safety, we support end-to-end encryption that helps to enhance security during data transfer.

Modak Client SDK is an important tool designed to bridge talented developers to the opportunity to harness the potential of Modak. It is designed for secure data transfer and efficient management and supports seamless integration with Modak's various services.


---

# 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://modak.gitbook.io/modak-docs/architecture/modak-client-sdk.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.
