> For the complete documentation index, see [llms.txt](https://manual.dxable.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manual.dxable.com/clickup/features-and-clickapps/lineup.md).

# LineUp

### HomeでLineUpカードを使用する <a href="#id-2iu3gxpijphc" id="id-2iu3gxpijphc"></a>

[Home](https://help.clickup.com/hc/en-us/articles/18944788880791)からできるだけ早く完了する必要があるタスクを特定して整理します。

![Screenshot of the LineUp card.](/files/wIrWci1jvCCuKC3LSOLE)

### **必要なもの** <a href="#id-1gn177m5wc41" id="id-1gn177m5wc41"></a>

* HomeのLineUpカードは、[すべてのClickUpプラン](https://clickup.com/pricing)で利用できます。
* [Guests](https://help.clickup.com/hc/en-us/articles/6310022323991-Intro-to-guests)はHomeでLineUpカードを使用できません。

### **LineUpにタスクを追加する** <a href="#n8haat9b2sbi" id="n8haat9b2sbi"></a>

Home、特定のビュー、タスク、およびプロファイルから[LineUp](https://help.clickup.com/hc/en-us/articles/6308956833175-Profiles-overview)にタスクを追加できます。

Homeから：

1. LineUpカードで、 \[Add task]をクリックします。
2. タスクを検索または参照します。
3. タスクをクリックしてLineUpに追加します。

リスト、ボード、またはカレンダー ビューから：

1. タスクの上にマウスを移動します。
2. 省略記号の...メニューをクリックします。
3. 「追加先」をクリックします。
4. \[LineUpに追加] を選択します。
5. このタスクをLineUpに追加する人を選択してください。

タスクから：

1. 省略記号の...アイコンをクリックします。
2. 「追加先」を選択します。
3. \[LineUpに追加] をクリックします。
4. このタスクをLineUpに追加する人を選択してください。

プロフィールから：

1. 自分または別のチームメンバーのプロフィールを開きます。
2. \[アクティビティ] セクションで、 \[+ LineUpに追加] をクリックします。
   * ユーザーのLineUp が空の場合は、\[+ ここに最も重要なタスクを追加] をクリックします。
3. タスクを検索または参照します。
4. クリックしてLineUpに追加します。

### **LineUp列を編集する** <a href="#igopigwlv282" id="igopigwlv282"></a>

Name を除くすべてのLineUp列をカスタマイズできます。

LineUpカード列を有効または無効にするには：

1. カードの右上隅にあるプラス アイコンをクリックします。
2. トグルをクリックして列を表示または非表示にします。

注

列データはLineUpカードから編集できません。

### **LineUpアイテムの並べ替えまたは削除** <a href="#id-90acymijk2mz" id="id-90acymijk2mz"></a>

LineUpタスクの順序を変更するには、タスクの上にマウスを置き、上矢印または下矢印をクリックします。

LineUpからタスクを削除するには、タスクの上にマウスを置き、「クリア」をクリックします。タスクをクリアすると、そのタスクはLineUpから削除されますが、ステータスには影響しません。


---

# 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://manual.dxable.com/clickup/features-and-clickapps/lineup.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.
