> For the complete documentation index, see [llms.txt](https://support.charlla.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.charlla.io/jp/users-guide/widget/manage.md).

# ウィジェットを管理する

作成済みのウィジェットをベースにして新しいウィジェットを作ったり、使わなくなったウィジェットを整理したりする手順です。\
※上部メニューの \[ウィジェット] 一覧画面から操作します。

<figure><img src="https://3627017617-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FgHfZL4HYwO19vNYjGhjS%2Fuploads%2FW4329FYQsB0v14RwcUGF%2F%E3%82%A6%E3%82%A3%E3%82%B8%E3%82%A7%E3%83%83%E3%83%88%E3%81%AE%E7%B7%A8%E9%9B%86.png?alt=media&amp;token=f44518ac-5cce-4011-bede-c457b2579a89" alt=""><figcaption></figcaption></figure>

{% hint style="danger" %}

#### &#x20;重要：ウィジェットの削除に関するご注&#x610F;**。**

**一度削除したウィジェットは、復元することができません。**\
現在Webサイトに設置（タグを貼り付け）しているウィジェットを削除すると、サイト上でも表示されなくなります。\
削除を実行する際は、対象のウィジェットに間違いがないか十分にご確認ください。
{% endhint %}

詳細の操作方法は以下をご確認ください。

{% content-ref url="/pages/kyNx76dZsloZ8OtDl1qY" %}
[ウィジェットを複製する](/jp/users-guide/widget/manage/duplicate.md)
{% endcontent-ref %}

{% content-ref url="/pages/2MT2B7dyz9uwzGlGp0cL" %}
[ウィジェットを削除する](/jp/users-guide/widget/manage/delete.md)
{% endcontent-ref %}


---

# 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://support.charlla.io/jp/users-guide/widget/manage.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.
