> For the complete documentation index, see [llms.txt](https://help.getupnote.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.getupnote.com/ja/organize-and-manage-notes/find-and-view-notes/pin-notes-to-the-top.md).

# ノートを上部に固定する

重要なノートをノートブックまたはタグビューの上部に\*\*固定（ピン留め）\*\*して、すぐに見つけられるようにすることができます。固定されたノートは、解除するまでそのビューの他のすべてのノートより上に表示されます。

<figure><img src="https://3053791484-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FFt4LISrSRa6fHrbSIdcE%2Fuploads%2F1cckBAFyViUlp0ZJjFqw%2Fimage.png?alt=media&#x26;token=75909dfd-e858-4cbe-9271-02801ac1a8bf" alt=""><figcaption></figcaption></figure>

***

#### 🖥 デスクトップ（Windows、Linux、macOS）

ノートを固定／解除する方法は2つあります。

**1. ノートエディターから固定する**

* ノートエディター上部の **ピンアイコン** <img src="https://3053791484-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FFt4LISrSRa6fHrbSIdcE%2Fuploads%2FVGu1QRvIC0U21mOSWWkL%2Fimage.png?alt=media&#x26;token=b57973bf-3705-4a8d-a2ab-0642d5308457" alt="" data-size="line"> をクリックして、ノートを固定または解除します。

**2. ショートカットキーを使う**

* **Cmd + Shift + P（Mac）** または **Ctrl + Shift + P（Windows/Linux）** を押すと、ピン留めをすぐに切り替えられます。

***

#### 📱 モバイル（iOS・Android）

**iOS**

* ノート一覧でノートを**右にスワイプ**し、**ピンアイコン**をタップして固定または解除します。\
  ![](https://3053791484-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FFt4LISrSRa6fHrbSIdcE%2Fuploads%2FrSeuHxTP8rOtCZdYo3K1%2Fimage.png?alt=media\&token=2c9f9d97-75c8-4246-a999-712dc0e1af36)

**Android**

* ノート一覧でノートを**長押し**し、ポップアップメニューから **「Pin notes to top」** を選択します。\
  ![](https://3053791484-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FFt4LISrSRa6fHrbSIdcE%2Fuploads%2F35zMIKZHNwzgcRWkVPNa%2Fimage.png?alt=media\&token=00e2ace3-1561-443d-867a-af694f6a38c1)

**ノートエディター内から固定する（iOS・Android）**

1. ノートを開きます。
2. 右上の **「…（その他）」** ボタンをタップします。
3. ドロップダウンメニューの **ピンアイコン** をタップして固定または解除します。\
   ![](https://3053791484-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FFt4LISrSRa6fHrbSIdcE%2Fuploads%2FW2JRtNRigEnIfKPylKkR%2Fimage.png?alt=media\&token=78e52bb8-992b-4c2e-864d-9af6a11bc011)

***

**💡 ヒント**

* 複数のノートをピン留めできます。固定された順に並びます。
* ノート一覧の **Pinned（固定済み）** セクションは、セクションヘッダーの **矢印** をクリックまたはタップして展開・折りたたみできます。\
  これにより、重要なノートを見やすく保ちながら表示を整理できます。
* [クイックアクセス](https://help.getupnote.com/organize-and-manage-notes/find-and-view-notes/add-notes-to-quick-access) と組み合わせると、重要なコンテンツにさらに素早くアクセスできます。


---

# 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://help.getupnote.com/ja/organize-and-manage-notes/find-and-view-notes/pin-notes-to-the-top.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.
