# 目次

UpNoteの\*\*目次（Table of Contents）\*\*機能は、ノート内の見出しを自動的に一覧表示し、\
長いノートでもすぐに目的のセクションへ移動できる便利な機能です。\
ノート全体の構成を一目で把握でき、任意の見出しをクリック（またはタップ）するだけでその箇所へジャンプできます。

目次は、エディタ右側の\*\*情報パネル（Info Panel）\*\*に表示されます。\
ノート内に **H1〜H4** の見出しが1つ以上含まれている場合、自動的に階層構造として生成されます。

> 💡 **注意:**\
> ノートに見出し（Heading）が含まれていない場合、目次セクションは表示されません。

***

#### 💻 デスクトップ版（Windows / macOS / Linux）

1. ノートを開きます。
2. ノートエディタ右下の **Info（情報）** アイコン\ <img src="https://3053791484-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FFt4LISrSRa6fHrbSIdcE%2Fuploads%2Fr0PzlOzjmDPwGs2GOkM6%2Fimage.png?alt=media&#x26;token=4ce9b312-e9ec-43bd-9894-590fde97a413" alt="" data-size="line">\
   をクリックして **情報パネル（Info Panel）** を開きます。
3. **Table of Contents（目次）** セクションまでスクロールします。
4. 目次内の見出しをクリックすると、そのセクションへジャンプできます。

   ![](https://3053791484-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FFt4LISrSRa6fHrbSIdcE%2Fuploads%2FQ3e16KrgubDNRwYKYbpM%2Fimage.png?alt=media\&token=fdbdbeda-108e-482f-8540-510022585ca9)

***

#### 📱 モバイル版（iOS / Android）

1. ノートを開きます。
2. ノートエディタ右上の **Info（情報）** アイコン\ <img src="https://3053791484-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FFt4LISrSRa6fHrbSIdcE%2Fuploads%2FsjSmEsxYztvIArF8HA8p%2Fimage.png?alt=media&#x26;token=4cfeb0cc-90d7-480b-9af9-7b65775b7180" alt="" data-size="line">\
   をタップして **情報パネル（Info Panel）** を開きます。
3. **Table of Contents（目次）** セクションを見つけます。
4. 一覧の中から任意の見出しをタップすると、その位置にジャンプします。


---

# 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://help.getupnote.com/ja/write-and-edit/info-panel/table-of-contents.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.
