# 右クリックメニュー

文書レコードを右クリックすると、右クリックメニューが開きます。&#x20;

![](/files/-MZ5eqXxmWyxzUTnpTzc)

右クリックメニューからいくつかの便利な操作が可能です。

## :arrow\_forward: 書誌をクリップボードにコピーする

その文書の書誌情報を、クリップボードにコピーします。 ワードなど、作業中の別のプログラムなどに「貼り付け」（ペースト）ができるようになります。 引用の際などに便利です。

![](https://storage.googleapis.com/brev-prod-pub/manualAssets/5577bad48b696e2ece508d46.png)

## :arrow\_forward: タブで開く

その文書を新しいタブで表示します。

## :arrow\_forward: ダウンロード

その文書のファイルをダウンロードフォルダに出力します。

## :arrow\_forward: 実行ファイルで開く

その文書を編集できる状態で開きます。 関連付けられたデフォルトのプログラムが使われます。 たとえば「.docx」ファイルならば、ワードが起動します。

## :arrow\_forward: 手直しモード

その文書を起点にして、手直しモードに移行します。

## :arrow\_forward: 削除

その文書を削除します。


---

# 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://docs.bengo-kakumei.jp/guide/document-db/contextmenu.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.
