> 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/smartsheet/workapps/create-and-edit-workapps.md).

# WorkAppの作成と編集

WorkAppsを使用して動的アプリケーションを作成する

### プラン <a href="#us33jq6j3qo" id="us33jq6j3qo"></a>

* Enterprise
* Smartsheet Advanceパッケージ

プラン タイプと含まれる機能の詳細については、 「Smartsheetプラン」ページを参照してください。

### 許可 <a href="#id-2vaqb4s3gg5l" id="id-2vaqb4s3gg5l"></a>

対象プラン内のライセンスを取得したユーザーは、WorkApp を構築できます (詳細については、 [Smartsheetプラン ページ](https://www.smartsheet.com/pricing)を参照してください)。

どのSmartsheetユーザー タイプでも、共有されている WorkApp を表示できます。 WorkApp に共有されているユーザーは、割り当てられたロールに従ってアプリを表示および使用できます。

この機能がSmartsheetリージョンまたはSmartsheet Gov に含まれているかどうかを確認してください。

ビルダーから WorkApp の作成を開始します。右側のナビゲーション バーからプラス アイコンを選択し、 WorkAppsを選択します。または、[https://workapps.smartsheet.com](https://workapps.smartsheet.com/)に直接移動し、 Smartsheet資格情報を使用してログインします。

#### WorkApp を作成する <a href="#id-2uhgm9so5q9r" id="id-2uhgm9so5q9r"></a>

1. ページの右上隅から \[+ アプリの作成] を選択します。
2. テンプレートを選択するか、最初から始めます。
3. WorkApp の名前を入力するには、画面上部の \[無題のアプリ] を選択します。
4. ビルダーの指示に従って WorkApp を完成させます。

重要\
新しいページはデフォルトで非表示に設定されます。[ロールを使用](https://help.smartsheet.com/articles/2482193-add-roles-to-workapps)して権限を更新する方法について詳しくは、こちらをご覧ください。

#### WorkApp を編集する <a href="#id-9sq4p7l5kp9w" id="id-9sq4p7l5kp9w"></a>

画面上部の検索、フィルター、並べ替えツールを使用して、編集する WorkApp を見つけます。

メニュー アイコン![Menu icon](/files/LblXkv3rk0kMlivDUtZ8)を選択してアプリを削除するか、公開されたアプリを表示します。

ビルダーで行った変更は、WorkApp を終了するときに保存されます。 WorkApp は、公開するまでデフォルトでドラフトになります。

ビルダーを終了し、編集する別のアプリを選択するには、 WorkAppsホームアイコンを選択します。

**ページの追加と編集**

1. 左側のレールから「ページ」アイコン![](/files/6QwgjuWbIqhWirGRqLjj)を選択します。
2. 「ページの追加」を選択します。
3. 追加するものを選択し、プロンプトに従います。次の中から選択できます。
   * シート、レポート、ダッシュボード
   * 形状
   * Webコンテンツ
   * Dynamic View
4. 各役割の権限レベルを選択します。権限により、誰がそのページで何を実行できるかが決まります。

追加されたページは、左側の「現在のページ」の下に表示されます。

**ページの名前を変更または削除する**

任意のページ名の上にマウスを置き、メニュー アイコンを選択して名前を変更または削除します。

![Pages section](/files/HsjlkjRvHj21d5R33n4F)

#### ページ設定を調整する <a href="#zblf5rvfmzv" id="zblf5rvfmzv"></a>

「ページ設定」パネルを開くには、「現在のページ」でページを選択し、「ページ設定」アイコン<img src="/files/4G2uMLSpyEdN4uuY6Ydr" alt="Page settings icon" data-size="line"> を選択します。

ほとんどのページにはページ ソースのみが表示されます。ただし、シート ページでは追加の設定を使用できます。シート ページの場合、次を制御できます。

* デフォルトのページ ビュー: WorkAp アプリでページを開いたときに表示されるビューを指定します。デスクトップで表示する場合は、プロジェクト計画に対してグリッドビュー、カードビュー、またはガントビューを選択できます。 Android および iOS のモバイル アプリでは、\[モバイル ビュー] または\[グリッドビュー]を選択できます。
* フィルター設定: 保存されているデフォルトのフィルターを適用すると、共同作業者が最初に重要な情報を確認できるようになります。レベルや表示方法などのカードビュー設定を変更することもできます。


---

# 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/smartsheet/workapps/create-and-edit-workapps.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.
