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

# mtion app FAQs

## First time using mtion - what can I do to get into mtion without feeling overwhelmed?

We get it, there're lots of features to explore and for a program that is completely new this can be overwhelming. It's ok, that's why we are here! A few things that will help:

* Check out the [mtion getting started page](https://docs.mtion.xyz/mtion/getting-started/overview), it gives a comprehensive overview of the app.
* If reading is dangerous, we've also got some [intro video guides here](https://docs.mtion.xyz/mtion/tutorials/mtion-app-general-tutorials). For first timers, we recommend going through a couple quick tutorials with this Llama on "[How to set up virtual cameras](https://youtu.be/0r4zWcUPYlQ?si=mtnalrmZLTA4Norw)", "[How to set up displays](https://youtu.be/YR4zoQvbIhs?si=4poEcytNFGkpQo7h)".
* Best thing is learning by doing! Check out the in-app tutorial section and open up any of the tutorial clubhouses to follow the step by step guide.
* Community support: we have a passionate and amazing user community. [Join our Discord](https://discord.com/invite/CuRyapecDq), get support and feel free to ask questions!

## Do I have to log in to Twitch in order to use mtion?

Nope! You can use mtion in offline mode without logging into Twitch, however when in offline mode you won't be able to use interaction features for livestreaming platforms like Twitch/YouTube.

## What livestreaming platforms do mtion support?

If you are just using mtion for the immersive environment, you can use it for any platforms since mtion outputs virtual camera feed. This means any livestreaming platforms, as well as Discord calls, Google meet, Zoom etc.

If you also want your viewers to play/interact in your virtual environment directly in chat when you are livestreaming, you will need to be either on Twitch or YouTube as these are the only two platforms that are currenty integrated with mtion. Other platform integrations might be planned in the future and we will make announcement when that happens.

## How do I stream from mtion?

mtion outputs virtual camera feed. You can add a "video capture device" source in OBS and select "mtion virtual camera" and that's it! Whatever mtion camera you change to, it will automatically show in OBS.

Same goes for Discord calls, Google meet, Zoom etc., just choose "mtion virtual camera" in the camera selection as your camera output feed!

## Can I co-stream with someone in my mtion clubhouse?

Yes! Just configure a display capture in your club to connect to Web and add the other person’s Twitch/Youtube Stream link. Once updated, the other person’s stream will appear directly inside your clubhouse. [Discord reactive](https://reactive.fugi.tech/) works amazingly well in mtion if you want to bring a group of friends into your clubhouse!

## How can I build my own clubhouse?

Refer to [this page](https://docs.mtion.xyz/mtion/getting-started/build-your-own-clubhouse) for further guidance.&#x20;

## How do I import an asset/clubhouse I got off [the Bazaar](https://discord.com/channels/843225957682118677/1160641599232036864)?

When adding an object in your clubhouse use the import option found under the tabs and then find the .mtion file of the asset.

## How do I import custom assets in other formats such as FBX?

If the 3D assets are not in .mtion file, you will need to use the [mtion SDK](https://docs.mtion.xyz/mtion/mtion-sdk/mtion-sdk-documentation) to import them. The process is straightforward, and here's a [quick video guide](https://youtu.be/75c3y0AM3bI?si=ao6hC7BJXEytl0Px).

## Can I import my VRChat world into mtion?

Yes! You can absolutely give your VRChat world a 2nd life in mtion. You will need to use [mtion SDK](https://docs.mtion.xyz/mtion/mtion-sdk/mtion-sdk-documentation) to import your VRChat world into mtion app.

## How do I share my clubhouse with someone else?

You can export your saved clubhouses by clicking on the "export" button. Once exported, you can share the .mtion file in the folder you exported to. You are welcome to share your creations in the [mtion bazaar](https://discord.com/channels/843225957682118677/1160641599232036864) with our community!&#x20;

## How do I import my 3D avatar model into mtion?

mtion currently supports **VRM** and **VSF** models. Visit [this page](https://docs.mtion.xyz/mtion/getting-started/avatars) for more info.

## Can I have multiple avatar models in the clubhouse?

Yes! You can put as many models as you like in the clubhouse. You can also set up tracking with different port numbers on each model.

## I'm a 2D vtuber, can I still use mtion?

Absolutely! You can place your 2D avatar inside of your mtion clubhouse as well. Please see [this page](https://docs.mtion.xyz/mtion/livestream-integrations/vtuber-applications) on how to set it up with Vtube Studio or VSeeface.

## I'm afraid to use too many displays, is there a limit to how many I can place?

There's no limit to how many you can place! The only limitation is the power of your PC.

## I'm using window capture on my game but it's not working?

Window capture only works on a windowed screen so will have to use desktop capture for full screened. However game capture is in the works!

## The displays I put inside the clubhouse look off compared to the background. Can they be affected by lighting?

Yes they can! Click on the display and in the inspector panel enable "diegesis".

## Is there a chroma key option in mtion if I use a green screen?

In the display options scroll down to chroma key, enable, and then you can adjust the options for the key color and the threshold.

## Why does the contrast/light/color looks off in my clubhouse?

It might be due to your virtual camera settings. Select a camera, and in its options go to "post-processing" and adjust the contrast.

## How to reduce my CPU/GPU usage with mtion?

When not editing, you can minimize mtion to reduce the CPU/GPU usage. Go into preferences and enable 'Minimize to tray' which will minimize mtion into the system tray. You will have to use hot keys to move the camera however. You can bring mtion back up with 'CTRL + M'.


---

# 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.mtion.xyz/mtion/faq/mtion-app-faqs.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.
