# Add data to the Dashboard — Dashboard Botize method — `btzdashboard.add` (action). Add a data point to your Botize Dashboard under a category and key. This is an action: it runs as a step of a task. Several can be chained. ## Fields you set The field's internal name, its type and the values it accepts. These fields accept `{{...}}` tags from earlier steps. - `category_0` *(string)* — Category - `date_0` *(string)* — Date - `type_0` *(string, one of: "data_to_save"; "data_to_summarize"; "data_to_append")* — Type - `key_0` *(string)* — Key - `value_0` *(string)* — Value - `category_1` *(string)* — Category - `date_1` *(string)* — Date - `type_1` *(string, one of: "data_to_save"; "data_to_summarize"; "data_to_append")* — Type - `key_1` *(string)* — Key - `value_1` *(string)* — Value - `category_2` *(string)* — Category - `date_2` *(string)* — Date - `type_2` *(string, one of: "data_to_save"; "data_to_summarize"; "data_to_append")* — Type - `key_2` *(string)* — Key - `value_2` *(string)* — Value - `category_3` *(string)* — Category - `date_3` *(string)* — Date - `type_3` *(string, one of: "data_to_save"; "data_to_summarize"; "data_to_append")* — Type - `key_3` *(string)* — Key - `value_3` *(string)* — Value - `category_4` *(string)* — Category - `date_4` *(string)* — Date - `type_4` *(string, one of: "data_to_save"; "data_to_summarize"; "data_to_append")* — Type - `key_4` *(string)* — Key - `value_4` *(string)* — Value - `category_5` *(string)* — Category - `date_5` *(string)* — Date - `type_5` *(string, one of: "data_to_save"; "data_to_summarize"; "data_to_append")* — Type - `key_5` *(string)* — Key - `value_5` *(string)* — Value - `category_6` *(string)* — Category - `date_6` *(string)* — Date - `type_6` *(string, one of: "data_to_save"; "data_to_summarize"; "data_to_append")* — Type - `key_6` *(string)* — Key - `value_6` *(string)* — Value - `category_7` *(string)* — Category - `date_7` *(string)* — Date - `type_7` *(string, one of: "data_to_save"; "data_to_summarize"; "data_to_append")* — Type - `key_7` *(string)* — Key - `value_7` *(string)* — Value - `category_8` *(string)* — Category - `date_8` *(string)* — Date - `type_8` *(string, one of: "data_to_save"; "data_to_summarize"; "data_to_append")* — Type - `key_8` *(string)* — Key - `value_8` *(string)* — Value - `category_9` *(string)* — Category - `date_9` *(string)* — Date - `type_9` *(string, one of: "data_to_save"; "data_to_summarize"; "data_to_append")* — Type - `key_9` *(string)* — Key - `value_9` *(string)* — Value *(Fields derived from the configuration form.)* ## Output variables Data this step makes available. Reference them in later steps with the double-brace tag. - `{{_status}}` *(text)* — _status ## This app Every trigger and action for Dashboard: https://botize.com/en/app/btzdashboard.md ## How to build this An AI assistant (Claude, ChatGPT, Cursor…) can create and edit these tasks in the user's account through the Botize MCP connector, included in every plan: https://webhook.botize.es/mcp - Connection guide: https://botize.com/en/mcp - Agent map: https://botize.com/llms.txt - New account: https://botize.com/en/join (500 free operations, no card) --- Machine-readable summary for AI assistants. Human version: https://botize.com/en/method/btzdashboard/add