> 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/views/intro-to-views/create-a-private-view.md).

# プライベートビューを作成する

プライベートなビューはあなただけに表示されます。 他のユーザーがビューにアクセスする必要がない場合は、プライベートなビューに設定することができます。

{% hint style="info" %}
注\
\&#xNAN;**\[共有]を**クリックすると、パブリックリンクまたは埋め込みコードを使用してプライベートなビューであっても[共有](https://help.clickup.com/hc/en-us/articles/6309298874775-Public-sharing-overview)できます。
{% endhint %}

ビューが変更されないように保護したい場合は、[ビューの保護に関するこの記事を参照してください](https://help.clickup.com/hc/en-us/articles/6310368663447-Protect-a-View)。

### **必要なもの** <a href="#gjdgxs" id="gjdgxs"></a>

* プライベートなビューは[Businessプラン以上でご利用いただけます](https://clickup.com/pricing?utm_source=google\&utm_medium=cpc\&utm_campaign=gs%20%7C%20ww%20%7C%20mc%20%7C%20nnc%20%7C%20brand%20%7C%20trial%20%7C%20all%20devices%20%7C%20tis%20%7C%20pricing\&utm_content=mc%20%7C%20exact%20%7C%20text%20%7C%20brand\&utm_term=e_clickup%20plans\&gclid=CjwKCAjwrfCRBhAXEiwAnkmKmd_5vLhPnfqYCFGXdoTjc9wngioQlPSDwUa5rnd76LCmVboSMLbWHhoC5sYQAvD_BwE)。
* 全てのワークスペースメンバーはプライベートなビューを作成できます。
  * [Guest](https://help.clickup.com/hc/en-us/articles/6310022323991-Guests-overview)は共有されているワークスペースアイテムにプライベートなビューを作成できますが、既存のビューをプライベートにすることはできません。
* [必須のビュー](https://help.clickup.com/hc/en-us/articles/6310293474199-Make-a-required-view)を非公開にすることはできません。必須のビューを非公開にするには、まずそのビューを複製する必要があります。

### **プライベートなビューを作成する** <a href="#id-30j0zll" id="id-30j0zll"></a>

ビューをプライベートにすることは、ビューの作成中に行えます。

作成時にビューを非公開にするには：

1. ［**+ View**］をクリックして、ビューのモーダルを開きます。
2. ビューを追加する前に、**［Private view］ボックスがオンになっている**ことを確認してください。

<img src="/files/2YGBSn4gVPpABB9OdBA9" alt="2024-03-06_08-35-24.png" width="563">

{% hint style="info" %}
注\
プライベートなListビューの中で、ドラッグアンドドロップによってタスクの順序を並べ替えると、パブリックなビューのタスクの順序も変更されます。
{% endhint %}

### **既存のビューを非公開にする** <a href="#id-1fob9te" id="id-1fob9te"></a>

既存のビューを簡単に非公開にすることもできます。 そのためには、次の手順に従ってください。

1. ビューを右クリックします。
2. **［More settings］**&#x3092;選択します。
3. の切り替えをオンにしま&#x3059;**。**

{% hint style="info" %}
***ヒント：**&#x30D3;ューを別の方法でグループ化したり、いくつかのフィルターを適用したりする場合は、プライベートなビューを利用できます。これを行うには、ビューを複製し、プライベートに変更します。他の人のビューを変更することなく、自分だけのパーソナルバージョンが完成します。*
{% endhint %}


---

# 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/views/intro-to-views/create-a-private-view.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.
