# How to configure MTM(Mixeder Traffic Manager) with MixederWaterStorage

## Step 1 - Creating a MTM CI

{% embed url="<https://dashboard.mixeder.net/studio/?category=traffic-manager>" %}

Access the MTM Console from the link provided above.

![](/files/Gb4Y5a0TccL0qMZEDhPJ)

Click the blue (Create CI) button to create a CI.

Set the access origin to MixederWaterStorage. By selecting MixederWaterStorage, the images stored in the MWS of your MixederCloudID will be output to MTM.

When the CI creation is complete (WZUEHHUBOD), an MTM CIID is generated. Please note down the MTM CIID as you will need it later!

## Step 2 - Using Mixeder Access API

Use MTM to access MWS files.

First, access the MTM Access API Base URL in your browser.

{% embed url="<https://msp.mixeder.net/mtm/>" %}

Access and specify the CIID obtained earlier in the query string in (ciid) and the file name of the MWS image to be accessed in (content) (e.g., MWS\_56ce634a961d935a66e51d54113648f3), and the image will be output. Unlike MWS public access, it is possible to change the error image output in the event of an error on a CI-by-CI basis and to change access settings in real time.

{% embed url="<https://msp.mixeder.net/mtm/?ciid=WZUEHHUBOD&content=MWS_56ce634a961d935a66e51d54113648f3>" %}


---

# 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://developer.mixeder.net/product-guides/how-to-configure-mtm-mixeder-traffic-manager-with-mixederwaterstorage.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.
