# クイックビューア

この機能を利用すると、 モバイル端末からMonacaにアクセスするだけで、端末上でのプロジェクトのデザインを確認できます。

{% hint style="info" %}
カメラやデバイスモーションなど端末機能の確認は行えません。 端末機能の確認を行う場合は、カスタムデバッガーまたはデバッグビルドをご利用ください。
{% endhint %}

## 利用方法

この機能へのアクセスは、次の2つのログイン方法で行います。

1. QRコードログイン
2. 実機端末のブラウザからのログイン

### QRコードログイン

MonacaクラウドIDEのダッシュボードを開き、ヘッダーメニューの `クイックビューア` をクリックします。表示されたQRコードをモバイル端末から読み取ることでログインできます。

<figure><img src="https://3046938759-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MfWrOnV1iKerkfShm9O%2Fuploads%2FtxomUHhcKUqJNo11D8Q2%2Fquick-view.gif?alt=media&#x26;token=93fb07b6-36ce-4017-8007-8c686f0974cf" alt=""><figcaption></figcaption></figure>

### ブラウザからのログイン

モバイル端末のブラウザから [MonacaログインURL](https://monaca.mobi/ja/login)にアクセスします。

ログイン後、プロジェクトをタップするとプレビューを確認できます。

## 機能の特徴

この機能は、プロジェクトをプレビューするほか、次の機能を備えています。

### ライブリロード

MonacaクラウドIDEでプロジェクトを開き、ファイルを編集し保存すると、リアルタイムで同期されます。

### デバッグログ

デバイス、プレビュー上で、コンソールログ(console.log()) が呼び出されると、ログ情報が MonacaクラウドIDEのログパネルに表示されます。

![](https://3046938759-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MfWrOnV1iKerkfShm9O%2Fuploads%2FAJqwvFAvKc99PAZtWTIx%2FScreenFlow123.gif?alt=media\&token=1d58af88-b1cd-46db-857c-7253f5e23be1)


---

# 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://ja.docs.monaca.io/products_guide/quick-viewer.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.
