# Modak Session Controller Network (MSCN)

Configuration and Roles of the Modak Session Controller Network (MSCN)

Modak Session Controller Network (MSCN) is a core component of the Modak platform, consisting of Modak Session Controllers (MSCs). The MSCN plays an important role in processing Modak's creation requests, and discovering and assigning Modak Media Relays (MMRs) for media communication. The following is a step-by-step breakdown of this process.

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

\
Major Steps in MSCN
-------------------

1. Process Modak creation request
   * MSCN receives a creation request from Modak user or application.
2. Search MMR
   * MSC searches for a Modak Media Relay (MMR) suitable for media communication in Modak.
3. Assign MMR
   * Assigns the searched MMR to a Modak session to facilitate smooth media communication.
4. Deliver Modak information
   * MMR information is delivered to the Modak user or application.


---

# 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://modak.gitbook.io/modak-docs/architecture/modak-session-controller-network-mscn.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.
