> For the complete documentation index, see [llms.txt](https://docs.mwh.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mwh.app/productivity-tools.md).

# Productivity Tools

Enhance your trading experience with our productivity tools—**Notes** and **Checklists**. These tools are designed to help you organize, analyze, and make smarter trading decisions.

<div align="left"><figure><img src="/files/hkp0fsowEn7IeTvXKI25" alt="" width="210"><figcaption></figcaption></figure></div>

## **Notes**

The Notes feature allows users to record important information related to their trading activities. There are two types of notes:

* **General Notes**
  * Create notes about general strategies, observations, or ideas.
  * Perfect for saving information that isn't related to any specific token.
* **Token-Specific Notes**
  * Attach notes to a specific token to keep track of relevant information, such as market trends, insights, or strategy changes.
  * Easily reference these notes when revisiting a token for future trades.

{% hint style="success" %}
**Tip:** Use token-specific notes to track why you entered a position, your exit strategy, or any unusual market behavior you observe.
{% endhint %}

## **Checklist**

The Checklist feature is designed to help traders stay disciplined and organized before entering any new investment.

* Create custom **checklists** for evaluating tokens.
* Use checklists to confirm if key investment points are satisfied before "aping" into a new token.
* Example checklist points:
  * Verified project team?
  * Healthy liquidity?
  * Checked for red flags in the community?
  * Reviewed recent price trends?

{% hint style="success" %}
**Pro Tip:** Regularly refine your checklist as you gain more experience to improve your investment decisions over time.
{% 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:

```
GET https://docs.mwh.app/productivity-tools.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.
