# Get related information — Botize Botize method — `botize.get_related_data` (action). Given a query, it provides related information such as video tutorials, automations, error solutions, and answers to inquiries. 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. - `search_query` *(string)* — Search query - `language` *(string, one of: "en" = English; "es" = Español)* — Language - `max_results` *(string, one of: "1" = 1 Result; "2" = 2 Results; "3" = 3 Results; "4" = 4 Results; "5" = 5 Results; "6" = 6 Results; "7" = 7 Results; "8" = 8 Results; "9" = 9 Results; "10" = 10 Results)* — Maximum number of results - `max_distance` *(string, one of: "10" = 90% : Only near-perfect matches; "25" = 75% : Only very similar results; "50" = 50% : Fairly relevant results; "75" = 25% : Loosely related results; "100" = 0% : Anything, even if barely related)* — Similarity level - `app_faq` *(boolean)* — Application FAQs - `app_error` *(boolean)* — Application Error Solutions - `app_error_only_app_id` *(string)* — Only for the following application - `botize_faq` *(boolean)* — Botize FAQs - `formula` *(boolean)* — Predefined Automation Tasks - `video` *(boolean)* — Video Tutorials - `app_method` *(boolean)* — Applications integrated in Botize ## Output variables Data this step makes available. Reference them in later steps with the double-brace tag. - `{{results_app_faq}}` *(array)* — Application FAQs - `{{results_app_error}}` *(array)* — Application Error Solutions - `{{results_botize_faq}}` *(array)* — Botize FAQs - `{{results_formula}}` *(array)* — Predefined Automation Tasks - `{{results_video}}` *(array)* — Video Tutorials - `{{results_app_method}}` *(array)* — Applications integrated in Botize ## This app Every trigger and action for Botize: https://botize.com/en/app/botize.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/botize/get_related_data