> For the complete documentation index, see [llms.txt](https://docs.chathq.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.chathq.io/engagement-widgets/conversion-tools-tm/add-reorder-and-delete-tools.md).

# Add, Reorder, and Delete Tools

{% embed url="<https://youtu.be/RpxNPJ_oawU>" fullWidth="false" %}

Managing your Conversion Tools™ is now easier than ever, offering you complete flexibility in personalizing your toolkit. Whether you're looking to add new capabilities, reorder existing tools for optimal workflow, or remove tools you no longer need, this article provides a comprehensive guide to help you through the process.

## Adding New Tools

You can add new Conversion Tools™ by selecting the Add Tool button in the top right corner and selecting the conversion tool you would like to add. When you click on the button, a popup window will appear for you to select from a wide variety of Conversion Tools™ that you can add to your Engagement Widget™.&#x20;

<figure><img src="/files/sadmYpAVnDdXYbC3hlm6" alt=""><figcaption></figcaption></figure>

## Reordering Tools

To reorder your Conversion Tools™, simply click on the six dot icon on the left hand side of the conversion tool you would like to move, and slide it up or down. When reordering your Conversion Tools™, you will see them update in the preview window on the right side of the page.

<figure><img src="/files/pQOGlZ2acrSiT4yTXaK0" alt=""><figcaption></figcaption></figure>

## Deleting Tools

If you would like to delete a Conversion Tool, click on the trash can icon on the far right of the tool you would like to delete.

{% hint style="danger" %}
Note that once you delete a conversion tool, it cannot be recovered.
{% endhint %}

<figure><img src="/files/zzBO0jPdEFMBXP0ygvSP" alt=""><figcaption></figcaption></figure>

### Confirm Tool Removal

When selecting a Conversion Tool to remove, you will see a confirmation message to delete your Conversion Tool.

<figure><img src="/files/5W9YSr1hJWJwQEanm5Hh" alt=""><figcaption></figcaption></figure>


---

# 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://docs.chathq.io/engagement-widgets/conversion-tools-tm/add-reorder-and-delete-tools.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.
