# Toolbox Overview

The Investigation Toolbox primarily provides filtering and editing capabilities for the data on the canvas. It consists of the following six key functionalities.

**`Address Filter`** lists all the analyzed addresses, including those displayed on the canvas and those not displayed on the canvas. Users can search for specific addresses in the filter and adjust their visualization status.

<figure><img src="/files/zlVQ0g1SJUsH4VpQOyQv" alt="" width="563"><figcaption></figcaption></figure>

**`Token Filter`** lists all the analyzed tokens. If all transfers related to a token are displayed on the canvas, it will be represented as selected (checkbox checked); conversely, if none of the transfers related to a token are displayed on the canvas, it will be represented as unselected (checkbox unchecked). It's important to note that if only some transfers related to a token are displayed on the canvas, it will be represented as partially selected (checkbox indeterminate).

<figure><img src="/files/HB3aNqysJAsg9VdaVgE8" alt="" width="563"><figcaption></figcaption></figure>

**`Add Address/Tx`** allows users to add specific addresses or transactions (intra-asset transfers) to the canvas. For more information, you can refer to the [Add Address/Tx](/user-manual/trace-funds-ways-to-retrieve-transfer-data/add-address-tx.md) section.

**`Add Memo`** allows users to add text annotations on the canvas. It enables users to provide additional context, notes, or explanations related to specific addresses & transactions on the canvas. For more information on how to use this feature, please refer to the [Memo](/user-manual/save-and-share/make-your-work-more-readble/memo.md) section.

**`Custom Watermark`** allows users to add their own branding or identification to their analysis results. It enables users to customize the watermark displayed on the canvas, adding their logo, name, or any other desired information. For more information on how to use this feature, please refer to the [Custom Watermark](/user-manual/save-and-share/make-your-work-more-readble/custom-watermark.md) section.

**`Search in Canvas`** allows users to perform searches within the canvas content based on criteria such as blockchain, address, transaction, label, or edge number. It enables users to quickly locate specific elements or connections within the visualization. By entering relevant keywords or criteria in the search bar, users can filter and focus on specific information of interest within the canvas.

<figure><img src="/files/UMtpZtfOovVWAuANjyy4" alt="" width="563"><figcaption></figcaption></figure>


---

# Agent Instructions: 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:

```
GET https://docs.metasleuth.io/user-manual/canvas-and-panels/canvas/toolbox-overview.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
