> ## Documentation Index
> Fetch the complete documentation index at: https://docs.lyzn.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# WhatsApp Store Knowledge Tool

> AI tool to store facts and knowledge about contacts for future reference

# WhatsApp Store Knowledge Tool

AI tool to store facts and knowledge about contacts for future reference

## Properties

| Property   | Value                         |
| ---------- | ----------------------------- |
| **Type**   | whatsapp-tool-store-knowledge |
| **Family** | AI                            |
| **Group**  | Tools                         |

## Parameters

| Name            | Label            | Type   | Description                                                                               | Required |
| --------------- | ---------------- | ------ | ----------------------------------------------------------------------------------------- | -------- |
| toolName        | Tool Name        | String | Name of the tool for the AI to call                                                       | Yes      |
| toolDescription | Tool Description | String | Description of what this tool does                                                        | Yes      |
| category        | Category         | String | Category for the knowledge (e.g., 'contact\_info', 'preferences', 'relationship', 'todo') | No       |
| key             | Key              | String | Unique key for this piece of knowledge (e.g., 'john\_birthday', 'mom\_favorite\_food')    | No       |
| value           | Value            | String | The information to remember                                                               | No       |
| contact\_jid    | Contact JID      | String | Optional: JID of the contact this knowledge relates to                                    | No       |

## Outputs

| Name     | Label    | Type   | Description      |
| -------- | -------- | ------ | ---------------- |
| toolName | toolName | string | Name of the tool |
| toolType | toolType | string | Type of tool     |
