[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-10-06 UTC."],[[["The `insert` function adds a ui.Widget to a ui.Panel at a specified index."],["This function returns the modified ui.Panel, allowing for method chaining."],["Both the insertion index and the widget to be inserted need to be provided as arguments."]]],["The `Panel.insert()` method adds a widget to a panel at a specific index. It requires an `index` (number) to determine the insertion point and a `widget` (ui.Widget) to be inserted. This method operates on a `ui.Panel` instance and modifies it directly. Upon completion, it returns the updated `ui.Panel` object.\n"]]