# Legacy Experience

- [Getting Started](https://docs.kognitos.com/legacy/legacy-experience/readme.md): Learn how to start your automation journey in Kognitos.
- [Logging In](https://docs.kognitos.com/legacy/legacy-experience/readme/logging-into-kognitos.md): Follow these steps to log into Kognitos and securely access your account.
- [Account Setup](https://docs.kognitos.com/legacy/legacy-experience/readme/account-setup.md): This guide will walk you through setting up and configuring your new Kognitos account.
- [Core Concepts & Definitions](https://docs.kognitos.com/legacy/legacy-experience/readme/core-concepts.md): Learn about the core concepts and components of Kognitos.
- [Writing Automations](https://docs.kognitos.com/legacy/legacy-experience/writing-automations.md)
- [Automation Basics](https://docs.kognitos.com/legacy/legacy-experience/writing-automations/automation-basics.md): Learn the fundamentals of writing automations in Kognitos.
- [Defining Data](https://docs.kognitos.com/legacy/legacy-experience/writing-automations/automation-basics/defining-data.md): Learn how to define data in Kognitos.
- [Comments](https://docs.kognitos.com/legacy/legacy-experience/writing-automations/automation-basics/comments.md): Use comments to add notes or disable parts of your automation.
- [Conditionals](https://docs.kognitos.com/legacy/legacy-experience/writing-automations/automation-basics/conditionals.md): Learn how to write conditional statements in Kognitos.
- [Keywords](https://docs.kognitos.com/legacy/legacy-experience/writing-automations/automation-basics/keywords.md): Learn about the basic keywords in Kognitos, their usage, and examples.
- [Loops](https://docs.kognitos.com/legacy/legacy-experience/writing-automations/automation-basics/loops.md): Learn about writing loops in Kognitos to repeat actions for multiple items.
- [Using the Editor](https://docs.kognitos.com/legacy/legacy-experience/writing-automations/using-the-editor.md): Guides for different components of the automation editor.
- [Debugger](https://docs.kognitos.com/legacy/legacy-experience/writing-automations/using-the-editor/debugger.md): Enhance your automation process development workflow with the debugger.
- [Widgets](https://docs.kognitos.com/legacy/legacy-experience/writing-automations/using-the-editor/widgets.md): Add dynamic and structured content to your automations using widgets.
- [Calling Other Processes](https://docs.kognitos.com/legacy/legacy-experience/writing-automations/calling-other-processes.md): Learn how one process can call another process in Kognitos.
- [Run a Subprocess](https://docs.kognitos.com/legacy/legacy-experience/writing-automations/calling-other-processes/run-a-subprocess.md): Learn how to call and run a subprocess using the process run widget.
- [Invoke a Subprocess](https://docs.kognitos.com/legacy/legacy-experience/writing-automations/calling-other-processes/invoke-a-subprocess.md): Learn how to invoke a subprocess using the invoke keyword.
- [Start Parallel Runs](https://docs.kognitos.com/legacy/legacy-experience/writing-automations/calling-other-processes/start-parallel-runs.md): Learn how to start parallel runs in Kognitos.
- [Batch Processing](https://docs.kognitos.com/legacy/legacy-experience/writing-automations/batch-processing.md): Learn how to perform batch processing.
- [Context Based Learning](https://docs.kognitos.com/legacy/legacy-experience/writing-automations/context-based-learning.md)
- [Sending Emails](https://docs.kognitos.com/legacy/legacy-experience/writing-automations/sending-emails.md): Learn how to send emails from Kognitos.
- [Validating Data](https://docs.kognitos.com/legacy/legacy-experience/writing-automations/validating-data.md): Learn how to validate data in your automations.
- [Automation Areas](https://docs.kognitos.com/legacy/legacy-experience/automation-areas.md)
- [Charts](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/charts.md)
- [Add Legend](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/charts/add-legend.md): Enables a legend on an existing pie chart.
- [Add Trendline](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/charts/add-trendline.md): Add a linear or quadratic trendline to a scatter plot.
- [Create Chart](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/charts/create-chart.md): Generates a bar or pie chart.
- [Create Plot](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/charts/create-plot.md): Generates a scatter, line, or box plot.
- [Remove Legend](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/charts/remove-legend.md): Removes the legend on an existing pie chart.
- [Save Chart](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/charts/save-chart.md): Renders the current chart and saves it internally.
- [Show Chart](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/charts/show-chart.md): Renders a previously created chart.
- [Show Plot](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/charts/show-plot.md): Render a stored plot chart.
- [Date and Time](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/date-and-time.md): This section covers the automation procedures for working with dates and times in Kognitos.
- [Converting Date Strings Into Dates](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/date-and-time/converting-date-strings-into-dates.md): This procedure converts date strings (text representations of dates) into date objects.
- [Converting Date Strings to Different Formats](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/date-and-time/converting-date-strings-to-different-formats.md): This procedure converts text to a date in a specific format.
- [Converting Text to Date](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/date-and-time/converting-text-to-date.md): This procedure converts text to date in YYYY-MM-DD format.
- [Getting Date and Time Information](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/date-and-time/getting-date-and-time-information.md): These procedures are used to get current date and time information.
- [Sorting Dates](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/date-and-time/sorting-dates.md): This procedure sorts a list of dates in ascending order.
- [Department Boxes](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/department-box.md): Learn how to operate on a department box.
- [Add Items](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/department-box/add-items.md): Add item(s) to a department box.
- [Clean Items](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/department-box/clean-items.md): Removes all the keys from the department box.
- [Clean Items Before a Certain Date](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/department-box/clean-items-before-a-certain-date.md): Removes all the keys from the department box before a certain date.
- [Export Items](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/department-box/export-items.md): Export all the keys from the specified department box into a table.
- [Migrate to OpenSearch](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/department-box/migrate-to-opensearch.md): Migrates data from the current department box storage engine to OpenSearch.
- [Remove Item](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/department-box/remove-item.md): Removes a specified item from a department's box.
- [Remove Items](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/department-box/remove-items.md): Removes all items from a department box.
- [Retrieve Item](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/department-box/retrieve-item.md): Retrieve an item from a department box.
- [Excel Files](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/excel-v2.md): Learn to work with local Excel files in Kognitos.
- [Cells](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/excel-v2/get-a-cell-value.md): Retrieves the value of a cell in an Excel worksheet.
- [Get a Cell's Column Label](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/excel-v2/get-a-cell-value/get-a-cells-column-label.md): Retrieves the column label of a specific cell in an Excel worksheet.
- [Get a Cell's Formula](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/excel-v2/get-a-cell-value/get-a-cells-formula.md): Gets the formula from a specified cell in a worksheet.
- [Get a Cell's Row Number](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/excel-v2/get-a-cell-value/get-a-cells-row-number.md): Retrieves the row number of a specific cell in an Excel worksheet.
- [Set a Cell's Value](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/excel-v2/get-a-cell-value/set-a-cells-value.md): Sets the value of a cell in a worksheet to a specified text or formula.
- [Set Cell Values](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/excel-v2/get-a-cell-value/set-cell-values.md): Updates the values in an Excel file for one or more cells.
- [Columns](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/excel-v2/insert-a-column.md): Inserts a column into an existing Excel worksheet.
- [Rows](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/excel-v2/get-a-row.md): Gets a row from an Excel worksheet that contains a specific value.
- [Get a Row's Cell](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/excel-v2/get-a-row/get-a-rows-cell.md): Retrieves a cell in a specific row of an Excel worksheet.
- [Insert a Row](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/excel-v2/get-a-row/insert-a-row.md): Inserts a row into an existing Excel worksheet.
- [Tables](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/excel-v2/extract-a-table-from-a-worksheet.md): Locates and extracts a table from an Excel worksheet.
- [Get a Singular Table from an Excel Worksheet](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/excel-v2/extract-a-table-from-a-worksheet/get-a-singular-table-from-an-excel-worksheet.md): Retrieves the single table from a worksheet.
- [Insert a Table](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/excel-v2/extract-a-table-from-a-worksheet/insert-a-table.md): Inserts a table into an Excel worksheet.
- [Workbooks](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/excel-v2/convert-an-excel-to-a-pdf.md): Converts an Excel file to PDF format.
- [Create an Excel File](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/excel-v2/convert-an-excel-to-a-pdf/create-an-excel-file.md): Creates a new Excel file.
- [Worksheets](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/excel-v2/get-a-worksheet.md): Gets a specific worksheet from an Excel file.
- [Add a Worksheet](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/excel-v2/get-a-worksheet/add-a-worksheet.md): Adds an empty worksheet to an existing Excel file.
- [Copy a Worksheet in the Excel](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/excel-v2/get-a-worksheet/copy-a-worksheet-in-the-excel.md): Creates a copy of an existing worksheet in the same Excel file.
- [Extract Text from a Worksheet](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/excel-v2/get-a-worksheet/extract-text-from-a-worksheet.md): Extracts all text from an Excel worksheet
- [Format an Excel](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/excel-v2/get-a-worksheet/format-an-excel.md): Formats cells in an Excel worksheet.
- [Get a Worksheet Name](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/excel-v2/get-a-worksheet/get-a-worksheet-name.md): Intelligently retrieves a worksheet name from an Excel file.
- [Get an Item from an Excel Worksheet](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/excel-v2/get-a-worksheet/get-an-item-from-an-excel-worksheet.md): Retrieves a specific item from a sheet.
- [Get Worksheet Names](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/excel-v2/get-a-worksheet/get-worksheet-names.md): Retrieves the names of all worksheets in an Excel file.
- [Get Worksheets](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/excel-v2/get-a-worksheet/get-worksheets.md): Gets all the worksheets from an Excel workbook.
- [Insert a Formula into an Excel](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/excel-v2/get-a-worksheet/insert-a-formula-into-an-excel.md): Inserts formulas into a specified column across multiple rows in an Excel worksheet.
- [Remove a Worksheet](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/excel-v2/get-a-worksheet/remove-a-worksheet.md): Removes a specified worksheet.
- [Rename a Worksheet in the Excel](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/excel-v2/get-a-worksheet/rename-a-worksheet-in-the-excel.md): Renames an existing worksheet in the same Excel file.
- [Save a Worksheet](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/excel-v2/get-a-worksheet/save-a-worksheet.md): Saves an Excel worksheet to a temporary location.
- [Files and Documents](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/summary-1.md)
- [JSON](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/summary-1/to-open-a-json-at-a-file.md): Opens a JSON file from either an S3 URL or an uploaded file.
- [Compare a JSON with a JSON](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/summary-1/to-open-a-json-at-a-file/to-compare-a-json-with-a-json.md): Compares two JSON objects and identifies differences between them.
- [Create a JSON](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/summary-1/to-open-a-json-at-a-file/to-create-a-json.md): Creates an empty JSON object.
- [Delete a JSON's Thing](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/summary-1/to-open-a-json-at-a-file/to-delete-a-jsons-thing.md): Deletes a specified key from a JSON object.
- [Get a JSON as a String](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/summary-1/to-open-a-json-at-a-file/to-get-a-json-as-a-string.md): Converts a JSON object to a string representation.
- [Get a JSON's Thing](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/summary-1/to-open-a-json-at-a-file/to-get-a-jsons-thing.md): Extracts a specific element or elements from a JSON structure.
- [Get a String as a JSON](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/summary-1/to-open-a-json-at-a-file/to-get-a-string-as-a-json.md): Converts a string to a JSON object.
- [Merge a JSON with a JSON](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/summary-1/to-open-a-json-at-a-file/to-merge-a-json-with-a-json.md): Merges two JSON objects and returns the merged result.
- [Set a JSON's Thing to a Thing](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/summary-1/to-open-a-json-at-a-file/to-set-a-jsons-thing-to-a-thing.md): Sets or changes a specific value within a JSON object to a new value.
- [PDFs](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/summary-1/converting-a-file-to-pdf.md): Automation procedures for converting files to PDF.
- [Getting Information from a PDF](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/summary-1/converting-a-file-to-pdf/getting-information-from-a-pdf.md): Basic procedures for extracting information from a PDF.
- [Merging Documents](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/summary-1/converting-a-file-to-pdf/merging-documents.md): This automation procedure combines multiple PDFs into a single PDF file.
- [Removing Duplicates from a PDF](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/summary-1/converting-a-file-to-pdf/removing-duplicates-from-a-pdf.md): Automation procedures for removing duplicates from a PDF file.
- [Saving a PDF](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/summary-1/converting-a-file-to-pdf/saving-a-pdf.md): Automation procedures for saving a PDF file after making changes.
- [Setting or Changing Information in a PDF](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/summary-1/converting-a-file-to-pdf/setting-or-changing-information-in-a-pdf.md): Automation procedures to set or change field values in a PDF file.
- [Unlock a PDF File](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/summary-1/converting-a-file-to-pdf/unlock-a-pdf-file.md): Unlocks a password-protected PDF file.
- [Templates](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/summary-1/create-pdfs-from-a-template.md): Generates a PDF document for each row in an Excel file by merging data into a .docx template.
- [Fill in a Template File](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/summary-1/create-pdfs-from-a-template/fill-in-a-template-file.md): Fills in a template with provided placeholder values.
- [Image Manipulation](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/image-manipulation.md): Automation procedures for image manipulation, including how to resize, rotate, convert to grayscale, and flip images.
- [Converting Images to Grayscale](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/image-manipulation/converting-images-to-grayscale.md)
- [Flipping Images](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/image-manipulation/flipping-images.md)
- [QR Code Generation](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/image-manipulation/qr-code-generation.md)
- [Resizing Images](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/image-manipulation/resizing-images.md)
- [Rotating Images](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/image-manipulation/rotating-images.md)
- [Text Visualization](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/image-manipulation/text-visualization.md)
- [LLMs](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/llm.md): Learn how to use automation procedures that interact with LLM models.
- [When to Use Ask Koncierge or Extract](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/llm/when-to-use-ask-koncierge-or-extract.md): Summarizing the differences, strengths, and use cases for each type of LLM procedure.
- [Foundational Procedures](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/llm/ask-koncierge.md)
- [Ask Koncierge](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/llm/ask-koncierge/ask-koncierge.md): Asks Koncierge, a virtual assistant, to perform a task, answer a question, or generate a message.
- [Ask Koncierge to Extract Information from a Document](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/llm/ask-koncierge/ask-koncierge-to-extract-information-from-a-document.md): Asks Koncierge to extract specific information from documents or text.
- [Automation Procedures](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/llm/automation-procedures.md): Extracts data from texts, documents, or files using LLM models.
- [Extract Data](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/llm/automation-procedures/extract-data.md): Extracts data from texts, documents, or files using LLM models.
- [Extract Data from Multiple Documents](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/llm/automation-procedures/extract-data-from-multiple-documents.md): Extracts data from multiple documents in a single LLM call using file upload.
- [Extract Pages](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/llm/automation-procedures/extract-pages.md): Extracts specified pages from a document or file as individual page documents.
- [Extract Subdocument](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/llm/automation-procedures/extract-subdocument.md): Extracts a subdocument from a document or file based on page numbers or markers.
- [Extract Subdocuments](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/llm/automation-procedures/extract-subdocuments.md): Extracts multiple subdocuments from a document using markers or fixed-size chunking.
- [Extract Tables](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/llm/automation-procedures/extract-tables.md): Extracts table data from documents, text, or files using AI-powered analysis.
- [Identify Elements in a Text](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/llm/automation-procedures/identify-elements-in-a-text.md): Finds a specified element within a given text using AI-powered text analysis.
- [Merge Pages into Document](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/llm/automation-procedures/merge-pages-into-document.md): Merges multiple page documents into a single consolidated document.
- [Merge Subdocuments into Document](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/llm/automation-procedures/merge-subdocuments-into-document.md): Merges multiple subdocuments into a single consolidated document.
- [Query Multiple Documents](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/llm/automation-procedures/query-multiple-documents.md): Process multiple documents with a custom prompt using LLM file upload APIs.
- [Numbers](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/numbers.md): Automation procedures for working with numbers in Kognitos.
- [Increase a Number by a Percentage](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/numbers/increase-a-number-by-a-percentage.md): This procedure increases a number by a percentage.
- [Reduce a Number by a Percentage](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/numbers/reduce-a-number-by-a-percentage.md): This procedure reduces a number by a percentage
- [Truncate a Number](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/numbers/truncate-a-number.md): Truncates a decimal number to a specified precision without rounding.
- [Tables](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/tables-v2.md): Learn to work with tables and tabular data.
- [Table Creation](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/tables-v2/create-a-table.md): Creates an empty table. The column names and number of rows can be optionally specified.
- [Create a Combined Table](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/tables-v2/create-a-table/create-a-combined-table.md): Creates a combined table from two or more existing tables.
- [Create a Merged Table](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/tables-v2/create-a-table/create-a-merged-table.md): Merge two or more tables based on specified matching and merging criteria.
- [Create a Pivot Table](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/tables-v2/create-a-table/create-a-pivot-table.md): Generates a pivot table from an existing table based on specified criteria.
- [Create a Sample Table](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/tables-v2/create-a-table/create-a-sample-table.md): Creates a sample table with predefined data.
- [Create a Table from JSON](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/tables-v2/create-a-table/create-a-table-from-json.md): Creates a table from JSON input.
- [Create a Table from the Rows](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/tables-v2/create-a-table/create-a-table-from-the-rows.md): Creates a table from one or more rows.
- [Create an Integer Table](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/tables-v2/create-a-table/create-an-integer-table.md): Creates an integer table with predefined columns and rows.
- [Get a Table from a File](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/tables-v2/create-a-table/get-a-table-from-a-file.md): Opens a table from a file, provided either through direct upload or at an S3 URL.
- [Cells](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/tables-v2/set-a-cell-in-a-table.md): Sets the value of a cell in a table.
- [Columns](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/tables-v2/get-a-column.md): Retrieves a specified column from a table.
- [Cast a Table Column](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/tables-v2/get-a-column/cast-a-table-column.md): Converts a table column to a specified data type.
- [Column Formulas](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/tables-v2/get-a-column/column-formulas.md): Use column formulas to dynamically populate and transform column data in your tables.
- [Delete Table Columns](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/tables-v2/get-a-column/delete-table-columns.md): Deletes one or more specified columns from a table.
- [Get a Column Number](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/tables-v2/get-a-column/get-a-column-number.md): Gets the column number of a specified column in a table.
- [Get a Column's Values](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/tables-v2/get-a-column/get-a-columns-values.md): Gets the values of a specified column in a table.
- [Get Column Count](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/tables-v2/get-a-column/get-column-count.md): Retrieves the number of columns in the table.
- [Get Column Names](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/tables-v2/get-a-column/get-column-names.md): Retrieves a table's header.
- [Get Column Stats](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/tables-v2/get-a-column/get-column-stats.md): Calculates an aggregate value of a table column.
- [Insert a Column in a Table](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/tables-v2/get-a-column/insert-a-column-in-a-table.md): Inserts a column into a table.
- [Move a Column](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/tables-v2/get-a-column/move-a-column.md): Moves a column in the table to a specified position.
- [Rename a Column](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/tables-v2/get-a-column/rename-a-column.md): Renames a column in a table.
- [Rename Columns](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/tables-v2/get-a-column/rename-columns.md): Renames columns in a table to new names specified by the user.
- [Round a Column's Values](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/tables-v2/get-a-column/round-a-columns-values.md): Rounds numeric values in a table column to a specified number of decimal places.
- [Update a Column in a Table](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/tables-v2/get-a-column/update-a-column-in-a-table.md): Updates a column in a table.
- [Rows](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/tables-v2/get-rows.md): Retrieves a single row or multiple rows from a table.
- [Get Row Count](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/tables-v2/get-rows/get-row-count.md): Retrieves the number of rows in the table.
- [Get Row Number](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/tables-v2/get-rows/get-row-number.md): Retrieves the row number of the specified row in the table.
- [Get Value from Row](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/tables-v2/get-rows/get-value-from-row.md): Retrieves the value of a specified column from the row.
- [Group Rows](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/tables-v2/get-rows/group-rows.md): Groups the rows of a table by specified criteria.
- [Insert a Row](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/tables-v2/get-rows/insert-a-row.md): Inserts a row into the table with given data.
- [Insert an Empty Row](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/tables-v2/get-rows/insert-an-empty-row.md): Inserts an empty row into the table at the specified row number.
- [Remove Duplicate Rows](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/tables-v2/get-rows/remove-duplicate-rows.md): Deletes duplicate rows from the table, optionally based on specified columns.
- [Set a Row to JSON](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/tables-v2/get-rows/set-a-row-to-json.md): Updates a row in the table using values from a JSON object.
- [Conversions](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/tables-v2/convert-a-table-to-csv.md): Converts a table to a CSV formatted file.
- [Convert a Table to Excel](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/tables-v2/convert-a-table-to-csv/convert-a-table-to-excel.md): Converts a table into an Excel file with customizable filename and worksheet name.
- [Convert a Table to JSON](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/tables-v2/convert-a-table-to-csv/convert-a-table-to-json.md): Converts a table into JSON.
- [Convert a Table to Text](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/tables-v2/convert-a-table-to-csv/convert-a-table-to-text.md): Converts a table into its text (string) representation.
- [Convert JSONs to Table](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/tables-v2/convert-a-table-to-csv/convert-jsons-to-table.md): Converts a specified non-empty JSON array of objects (or single object) into a table.
- [Convert Thing to Table](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/tables-v2/convert-a-table-to-csv/convert-thing-to-table.md): Converts a specified thing, such as a CSV file or JSON, into a table.
- [Manipulations](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/tables-v2/query-a-table.md): Executes a SQL query on a table and returns the result.
- [Clear a Table](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/tables-v2/query-a-table/clear-a-table.md): Clears all data from a table.
- [Combine Tables](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/tables-v2/query-a-table/combine-tables.md): Combines multiple tables into a single table based on specified criteria.
- [Copy a Table](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/tables-v2/query-a-table/copy-a-table.md): Copies a table to a new table with a specified name.
- [Extract a Subtable from the Table](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/tables-v2/query-a-table/extract-a-subtable-from-the-table.md): Extracts a table from an existing table.
- [Group a Table](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/tables-v2/query-a-table/group-a-table.md): Groups a table by a specified column and optionally aggregates other columns.
- [Join Subtables](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/tables-v2/query-a-table/join-subtables.md): Combines multiple subtables into a single table.
- [Replace Value in a Column](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/tables-v2/query-a-table/replace-value-in-a-column.md): Replaces occurrences of a value in a table.
- [Replace Value in Table](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/tables-v2/query-a-table/replace-value-in-table.md): Replaces occurrences of a value in a table.
- [Sort a Table](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/tables-v2/query-a-table/sort-a-table.md): Sorts a table by one or more columns with optional ascending/descending order.
- [Split a Table](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/tables-v2/query-a-table/split-a-table.md): Split a large table into smaller subtables.
- [Transpose a Table](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/tables-v2/query-a-table/transpose-a-table.md): Transposes a given table.
- [Text](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/text.md): Learn how to manipulate text in your automations.
- [Boolean Checks](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/text/boolean-checks.md): Automation procedures for evaluating text conditions that yield either a "true" or "false" result.
- [Check Regex Match](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/text/boolean-checks/check-regex-match.md): Check if a text matches a regular expression pattern.
- [Check Text Contents](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/text/boolean-checks/check-text-contents.md): Check if a value is present within a text.
- [Check Text End](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/text/boolean-checks/check-text-end.md): Check if a text ends with another text value.
- [Check Text Start](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/text/boolean-checks/check-text-start.md): Check if a text is started by another text value.
- [Conversions](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/text/conversions.md): Automation procedures that transform text from one format or structure to another.
- [Convert a Character to a Number](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/text/conversions/convert-a-character-to-a-number.md): Convert a character into its corresponding numeric ASCII value.
- [Convert a Number to a Character](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/text/conversions/convert-a-number-to-a-character.md): Convert a number into its corresponding character ASCII value.
- [Convert Text Date to ISO Format](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/text/conversions/convert-text-date-to-iso-format.md): Convert a given text date to ISO-8601 format.
- [Convert Text to HTML](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/text/conversions/convert-text-to-html.md): Create an HTML file by converting text to HTML.
- [Convert Text to Number](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/text/conversions/convert-text-to-number.md): Convert a text representation of a number into its numeric value.
- [Get Lowercase Text](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/text/conversions/get-lowercase-text.md): Convert a given text to lowercase format.
- [Get Titlecase Text](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/text/conversions/get-titlecase-text.md): Convert a given text to title case.
- [Get Uppercase Text](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/text/conversions/get-uppercase-text.md): Convert a given text to uppercase.
- [Removal](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/text/removal.md): Automation procedures involving text removal.
- [Remove Text Using Regex](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/text/removal/remove-text-using-regex.md): Removes occurrences of a specified regular expression from a text.
- [Remove Text Using Substrings](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/text/removal/remove-text-using-substrings.md): Removes a specific piece of text from a larger text.
- [Combine Texts with Separator](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/text/combine-texts-with-separator.md): Combine a list of text values using a specified separator.
- [Extract Elements from Text](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/text/extract-elements-from-text.md): Extract lines, words, characters, URLs, numbers, or patterns from a text.
- [Extract Markdown Headings](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/text/extract-markdown-headings.md): Extract headings from a given markdown text.
- [Get Text Length](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/text/get-text-length.md): Get the length of a text string.
- [Replace Text](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/text/replace-text.md): Replace a text with another text.
- [Split Text](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/text/split-text.md): Split a text into smaller texts.
- [Books](https://docs.kognitos.com/legacy/legacy-experience/books.md): Learn how to extend your automation functionality in Kognitos with Books.
- [All Books](https://docs.kognitos.com/legacy/legacy-experience/books/all-books.md): Learn how to navigate our book library.
- [Connections](https://docs.kognitos.com/legacy/legacy-experience/books/connections.md): Learn how to add, manage, and switch connections for books.
- [Updating Books](https://docs.kognitos.com/legacy/legacy-experience/books/updating-books.md): Understand when updates are needed, available, and how to update a book.
- [Custom Books (BDK)](https://docs.kognitos.com/legacy/legacy-experience/books/custom-books.md): An overview of the development kit used to create custom books.
- [Planning](https://docs.kognitos.com/legacy/legacy-experience/books/custom-books/planning.md): A checklist to guide the planning of your custom book project, covering key requirements and considerations.
- [Setup](https://docs.kognitos.com/legacy/legacy-experience/books/custom-books/setup.md): Learn how to set up your custom book project.
- [Development](https://docs.kognitos.com/legacy/legacy-experience/books/custom-books/development.md): Learn how to develop, package, and run your book locally.
- [Deployment](https://docs.kognitos.com/legacy/legacy-experience/books/custom-books/deployment.md): Learn the requirements for deploying a custom book.
- [API Reference](https://docs.kognitos.com/legacy/legacy-experience/books/custom-books/api-reference.md)
- [Concepts](https://docs.kognitos.com/legacy/legacy-experience/books/custom-books/api-reference/concepts.md): Understand concepts and how they are utilized in procedures.
- [Connections](https://docs.kognitos.com/legacy/legacy-experience/books/custom-books/api-reference/connections.md): Learn how to connect with third-party tools and services in your custom book project.
- [Docstrings](https://docs.kognitos.com/legacy/legacy-experience/books/custom-books/api-reference/docstrings.md): Understand how to format and write docstrings to ensure your Book is well-documented.
- [Decorators](https://docs.kognitos.com/legacy/legacy-experience/books/custom-books/api-reference/decorators.md)
- [@book](https://docs.kognitos.com/legacy/legacy-experience/books/custom-books/api-reference/decorators/book-decorator.md)
- [@concept](https://docs.kognitos.com/legacy/legacy-experience/books/custom-books/api-reference/decorators/concept-decorator.md)
- [@config](https://docs.kognitos.com/legacy/legacy-experience/books/custom-books/api-reference/decorators/config-decorator.md)
- [@connect](https://docs.kognitos.com/legacy/legacy-experience/books/custom-books/api-reference/decorators/connect-decorator.md)
- [@oauth](https://docs.kognitos.com/legacy/legacy-experience/books/custom-books/api-reference/decorators/oauth-decorator.md)
- [@oauthtoken](https://docs.kognitos.com/legacy/legacy-experience/books/custom-books/api-reference/decorators/oauthtoken-decorator.md)
- [@procedure](https://docs.kognitos.com/legacy/legacy-experience/books/custom-books/api-reference/decorators/procedure-decorator.md)
- [Enums](https://docs.kognitos.com/legacy/legacy-experience/books/custom-books/api-reference/enums.md)
- [FilterBinaryOperator](https://docs.kognitos.com/legacy/legacy-experience/books/custom-books/api-reference/enums/filterbinaryoperator-enum.md)
- [FilterUnaryOperator](https://docs.kognitos.com/legacy/legacy-experience/books/custom-books/api-reference/enums/filterunaryoperator-enum.md)
- [Filter Expressions](https://docs.kognitos.com/legacy/legacy-experience/books/custom-books/api-reference/enums/filter-expressions.md): Learn about implementing filter expressions in your custom book project.
- [Noun Phrases](https://docs.kognitos.com/legacy/legacy-experience/books/custom-books/api-reference/noun-phrases.md): Learn about the concept of a noun phrase.
- [Procedures](https://docs.kognitos.com/legacy/legacy-experience/books/custom-books/api-reference/procedures.md): Learn how to implement a procedure in a custom book.
- [Questions](https://docs.kognitos.com/legacy/legacy-experience/books/custom-books/api-reference/questions.md): Learn how to implement questions in a custom book.
- [Reference](https://docs.kognitos.com/legacy/legacy-experience/books/reference.md)
- [Airtable](https://docs.kognitos.com/legacy/legacy-experience/books/reference/airtable.md): Procedures and concepts for the Airtable integration.
- [Airtable (Legacy)](https://docs.kognitos.com/legacy/legacy-experience/books/reference/airtable-legacy.md)
- [Amazon Selling Partner](https://docs.kognitos.com/legacy/legacy-experience/books/reference/amazon.md): Procedures and concepts for the Amazon Selling Partner integration.
- [Asana](https://docs.kognitos.com/legacy/legacy-experience/books/reference/asana.md): Procedures and concepts for the Asana integration.
- [AWS EC2](https://docs.kognitos.com/legacy/legacy-experience/books/reference/ec2.md): Procedures and concepts for the AWS EC2 integration.
- [AWS S3](https://docs.kognitos.com/legacy/legacy-experience/books/reference/s3.md): Procedures and concepts for the AWS S3 integration.
- [AWS Secrets Manager](https://docs.kognitos.com/legacy/legacy-experience/books/reference/secretsmanager.md): Procedures and concepts for the AWS Secrets Manager integration.
- [AWS SNS](https://docs.kognitos.com/legacy/legacy-experience/books/reference/sns.md): Procedures and concepts for the AWS SNS integration.
- [AWS SQS](https://docs.kognitos.com/legacy/legacy-experience/books/reference/sqs.md): Procedures and concepts for the AWS SQS integration.
- [Azure Blob Storage](https://docs.kognitos.com/legacy/legacy-experience/books/reference/azureblobstorage.md): Procedures and concepts for the Azure Blob Storage integration.
- [Azure Blob Storage (Legacy)](https://docs.kognitos.com/legacy/legacy-experience/books/reference/azureblobstorage-legacy.md)
- [Azure Key Vault](https://docs.kognitos.com/legacy/legacy-experience/books/reference/azurekeyvault.md): Procedures and concepts for the Azure Key Vault integration.
- [Azure Service Bus](https://docs.kognitos.com/legacy/legacy-experience/books/reference/azureservicebus.md): Procedures and concepts for the Azure Service Bus integration.
- [Azure Service Bus (Legacy)](https://docs.kognitos.com/legacy/legacy-experience/books/reference/azureservicebus-legacy.md)
- [Azure Translator](https://docs.kognitos.com/legacy/legacy-experience/books/reference/azuretranslator.md): Procedures and concepts for the Azure Translator integration.
- [Azure Translator (Legacy)](https://docs.kognitos.com/legacy/legacy-experience/books/reference/azuretranslator-legacy.md)
- [Box](https://docs.kognitos.com/legacy/legacy-experience/books/reference/box.md): Procedures and concepts for the Box integration.
- [Browser Use](https://docs.kognitos.com/legacy/legacy-experience/books/reference/browser-use.md): Procedures and concepts for the Browser Use integration.
- [ClickUp](https://docs.kognitos.com/legacy/legacy-experience/books/reference/clickup.md): Procedures and concepts for the ClickUp integration.
- [Database (Legacy)](https://docs.kognitos.com/legacy/legacy-experience/books/reference/database-legacy.md): Automate CRUD operations in Kognitos with the Database Book.
- [Discord](https://docs.kognitos.com/legacy/legacy-experience/books/reference/discord.md): Procedures and concepts for the Discord integration.
- [Dropbox](https://docs.kognitos.com/legacy/legacy-experience/books/reference/dropbox.md): Procedures and concepts for the Dropbox integration.
- [GitHub](https://docs.kognitos.com/legacy/legacy-experience/books/reference/github.md): Procedures and concepts for the GitHub integration.
- [Gmail](https://docs.kognitos.com/legacy/legacy-experience/books/reference/gmail.md): Procedures and concepts for the Gmail integration.
- [Google Calendar](https://docs.kognitos.com/legacy/legacy-experience/books/reference/googlecalendar.md): Procedures and concepts for the Google Calendar integration.
- [Google Cloud Storage (Legacy)](https://docs.kognitos.com/legacy/legacy-experience/books/reference/googlecloudstorage-legacy.md)
- [Google Docs](https://docs.kognitos.com/legacy/legacy-experience/books/reference/googledocs.md): Procedures and concepts for the Google Docs integration.
- [Google Drive](https://docs.kognitos.com/legacy/legacy-experience/books/reference/googledrive.md): Procedures and concepts for the Google Drive integration.
- [Google Sheets](https://docs.kognitos.com/legacy/legacy-experience/books/reference/googlesheets.md): Procedures and concepts for the Google Sheets integration.
- [HTTP](https://docs.kognitos.com/legacy/legacy-experience/books/reference/http.md): Procedures and concepts for the HTTP integration.
- [HubSpot (Legacy)](https://docs.kognitos.com/legacy/legacy-experience/books/reference/hubspot-legacy.md)
- [Katana](https://docs.kognitos.com/legacy/legacy-experience/books/reference/katana.md): Procedures and concepts for the Katana integration.
- [LaunchDarkly](https://docs.kognitos.com/legacy/legacy-experience/books/reference/launch-darkly.md): Procedures and concepts for the LaunchDarkly integration.
- [LeaseWorks](https://docs.kognitos.com/legacy/legacy-experience/books/reference/leaseworks.md): Procedures and concepts for the LeaseWorks integration.
- [Linear](https://docs.kognitos.com/legacy/legacy-experience/books/reference/linear.md): Procedures and concepts for the Linear integration.
- [Kognitos Meta](https://docs.kognitos.com/legacy/legacy-experience/books/reference/metabook.md): Procedures and concepts for the Kognitos Meta integration.
- [Microsoft Office 365](https://docs.kognitos.com/legacy/legacy-experience/books/reference/office365.md): Procedures and concepts for the Microsoft Office 365 integration.
- [Microsoft Outlook](https://docs.kognitos.com/legacy/legacy-experience/books/reference/outlook.md): Procedures and concepts for the Microsoft Outlook integration.
- [Microsoft SharePoint](https://docs.kognitos.com/legacy/legacy-experience/books/reference/sharepoint.md): Procedures and concepts for the Microsoft SharePoint integration.
- [NetSuite](https://docs.kognitos.com/legacy/legacy-experience/books/reference/netsuite.md): Procedures and concepts for the NetSuite integration.
- [Notion](https://docs.kognitos.com/legacy/legacy-experience/books/reference/notion.md): Procedures and concepts for the Notion integration.
- [OpenSearch](https://docs.kognitos.com/legacy/legacy-experience/books/reference/opensearch.md): Procedures and concepts for the OpenSearch integration.
- [Open Weather](https://docs.kognitos.com/legacy/legacy-experience/books/reference/openweather.md): Procedures and concepts for the Open Weather integration.
- [Oracle Fusion](https://docs.kognitos.com/legacy/legacy-experience/books/reference/oracle-fusion.md): Procedures and concepts for the Oracle Fusion integration.
- [Oracle Cloud Fusion (Legacy)](https://docs.kognitos.com/legacy/legacy-experience/books/reference/oracle-fusion-legacy.md)
- [PagerDuty](https://docs.kognitos.com/legacy/legacy-experience/books/reference/pagerduty.md): Procedures and concepts for the PagerDuty integration.
- [Paycom (Legacy)](https://docs.kognitos.com/legacy/legacy-experience/books/reference/paycom-legacy.md)
- [Photon Commerce](https://docs.kognitos.com/legacy/legacy-experience/books/reference/photon-commerce.md): Procedures and concepts for the Photon Commerce integration.
- [Postgres](https://docs.kognitos.com/legacy/legacy-experience/books/reference/postgres.md): Procedures and concepts for the Postgres integration.
- [QuickBooks](https://docs.kognitos.com/legacy/legacy-experience/books/reference/quickbooks.md): Procedures and concepts for the QuickBooks integration.
- [Reddit](https://docs.kognitos.com/legacy/legacy-experience/books/reference/reddit.md): Procedures and concepts for the Reddit integration.
- [Salesforce](https://docs.kognitos.com/legacy/legacy-experience/books/reference/salesforce.md): Procedures and concepts for the Salesforce integration.
- [Salesforce (Legacy)](https://docs.kognitos.com/legacy/legacy-experience/books/reference/salesforce-legacy.md)
- [SAP](https://docs.kognitos.com/legacy/legacy-experience/books/reference/sap.md): Procedures and concepts for the SAP integration.
- [ServiceNow](https://docs.kognitos.com/legacy/legacy-experience/books/reference/servicenow.md): Procedures and concepts for the ServiceNow integration.
- [SFTP](https://docs.kognitos.com/legacy/legacy-experience/books/reference/sftp.md): Procedures and concepts for the SFTP integration.
- [SFTP (Legacy)](https://docs.kognitos.com/legacy/legacy-experience/books/reference/sftp-legacy.md): Transfer files securely between systems using the Secure File Transfer Protocol (SFTP).
- [Slack](https://docs.kognitos.com/legacy/legacy-experience/books/reference/slack.md): Procedures and concepts for the Slack integration.
- [Smartsheet](https://docs.kognitos.com/legacy/legacy-experience/books/reference/smartsheet.md): Procedures and concepts for the Smartsheet integration.
- [Snowflake](https://docs.kognitos.com/legacy/legacy-experience/books/reference/snowflake.md): Procedures and concepts for the Snowflake integration.
- [Stripe (Legacy)](https://docs.kognitos.com/legacy/legacy-experience/books/reference/stripe-legacy.md)
- [Trello](https://docs.kognitos.com/legacy/legacy-experience/books/reference/trello.md): Procedures and concepts for the Trello integration.
- [TruckMate](https://docs.kognitos.com/legacy/legacy-experience/books/reference/truckmate.md): Procedures and concepts for the TruckMate integration.
- [Twilio](https://docs.kognitos.com/legacy/legacy-experience/books/reference/twilio.md): Procedures and concepts for the Twilio integration.
- [YAML](https://docs.kognitos.com/legacy/legacy-experience/books/reference/yaml.md): Procedures and concepts for the YAML integration.
- [Zendesk](https://docs.kognitos.com/legacy/legacy-experience/books/reference/zendesk.md): Procedures and concepts for the Zendesk integration.
- [Zendesk (Legacy)](https://docs.kognitos.com/legacy/legacy-experience/books/reference/zendesk-legacy.md)
- [Processes](https://docs.kognitos.com/legacy/legacy-experience/processes.md): Learn how to transform your automations into reusable processes.
- [Runs](https://docs.kognitos.com/legacy/legacy-experience/processes/runs.md): Discover the different ways to run an automation process in Kognitos.
- [Schedule a Process Run](https://docs.kognitos.com/legacy/legacy-experience/processes/runs/schedule-a-process-run.md): Learn how to schedule automated process runs in Kognitos.
- [Trigger a Process by Email](https://docs.kognitos.com/legacy/legacy-experience/processes/runs/trigger-a-process-by-email.md): Learn how to trigger an automation process run by email.
- [Starring Data](https://docs.kognitos.com/legacy/legacy-experience/processes/starring-data.md): Highlight key data elements in a process run to easily track and reference across executions.
- [Test Suite](https://docs.kognitos.com/legacy/legacy-experience/processes/test-suite.md): Learn how to test and validate changes  made to your processes.
- [Learnings](https://docs.kognitos.com/legacy/legacy-experience/learnings.md): Discover how to teach your automations so they can learn.
- [Learning Suggestions](https://docs.kognitos.com/legacy/legacy-experience/learnings/learning-suggestions.md): Understand how to apply learning suggestions in the Guidance Center.
- [Exception Handling](https://docs.kognitos.com/legacy/legacy-experience/exception-handling.md): Learn what exceptions are and why they keep your automations accurate.
- [Guidance Center](https://docs.kognitos.com/legacy/legacy-experience/exception-handling/guidance-center.md): Learn how to provide guidance to automations in the Guidance Center.
- [Common Exceptions](https://docs.kognitos.com/legacy/legacy-experience/exception-handling/common-exceptions.md): Explore the most common exceptions in Kognitos and discover best practices for handling them effectively.
- [Using Ask with Custom Exceptions](https://docs.kognitos.com/legacy/legacy-experience/exception-handling/using-ask-with-custom-exceptions.md): Learn how to use the ask keyword to create custom exceptions.
- [Exception Routing](https://docs.kognitos.com/legacy/legacy-experience/exception-handling/exception-routing.md): Learn how to configure assignment and notification rules for exceptions in Kognitos.
- [Automation Management](https://docs.kognitos.com/legacy/legacy-experience/automation-management.md)
- [BYOM](https://docs.kognitos.com/legacy/legacy-experience/automation-management/byom.md): Securely connect and manage your LLM providers with custom API credentials.
- [Exporting and Importing Agents](https://docs.kognitos.com/legacy/legacy-experience/automation-management/exporting-and-importing-agents.md): Learn how to export and import automation agents.
- [Performance Dashboard](https://docs.kognitos.com/legacy/legacy-experience/automation-management/performance-dashboard.md): A guide to understanding the Performance Dashboard in Kognitos.
- [Platform Capacities](https://docs.kognitos.com/legacy/legacy-experience/automation-management/platform-capacities.md): Reference the currently supported capacities of the Kognitos platform to confidently design, deploy, and manage automations.
- [Account](https://docs.kognitos.com/legacy/legacy-experience/account.md)
- [API Keys](https://docs.kognitos.com/legacy/legacy-experience/account/api-keys.md): Learn how to create and manage API keys in Kognitos.
- [Users, Roles and Permissions](https://docs.kognitos.com/legacy/legacy-experience/account/users-roles-and-permissions.md): An overview of users, roles, and permissions in Kognitos.
- [REST API](https://docs.kognitos.com/legacy/legacy-experience/rest-api.md): Our REST API is a programmatic interface for interacting with Kognitos, allowing you to manage agents, processes, files, and runs.
- [FAQ](https://docs.kognitos.com/legacy/legacy-experience/rest-api/faq.md): Frequently Asked Questions for the Kognitos REST API.
- [Examples](https://docs.kognitos.com/legacy/legacy-experience/rest-api/examples.md): Examples and workflows for using the Kognitos REST API v2.
- [Migrating to V2](https://docs.kognitos.com/legacy/legacy-experience/rest-api/migrating-to-v2.md): How to migrate from Kognitos REST API v1 to v2.
- [V2](https://docs.kognitos.com/legacy/legacy-experience/rest-api/v2.md)
- [Processes](https://docs.kognitos.com/legacy/legacy-experience/rest-api/v2/processes.md)
- [Runs](https://docs.kognitos.com/legacy/legacy-experience/rest-api/v2/runs.md)
- [Files](https://docs.kognitos.com/legacy/legacy-experience/rest-api/v2/files.md)
- [Health](https://docs.kognitos.com/legacy/legacy-experience/rest-api/v2/health.md)
- [V1](https://docs.kognitos.com/legacy/legacy-experience/rest-api/v1.md)
- [Organizations](https://docs.kognitos.com/legacy/legacy-experience/rest-api/v1/organizations.md)
- [Workspaces](https://docs.kognitos.com/legacy/legacy-experience/rest-api/v1/workspaces.md)
- [Automations](https://docs.kognitos.com/legacy/legacy-experience/rest-api/v1/automations.md)
- [Runs](https://docs.kognitos.com/legacy/legacy-experience/rest-api/v1/runs.md)
- [Books](https://docs.kognitos.com/legacy/legacy-experience/rest-api/v1/books.md)
- [Files](https://docs.kognitos.com/legacy/legacy-experience/rest-api/v1/files.md)
- [Exceptions](https://docs.kognitos.com/legacy/legacy-experience/rest-api/v1/exceptions.md)
- [Analytics](https://docs.kognitos.com/legacy/legacy-experience/rest-api/v1/analytics.md)


---

# Agent Instructions: 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.kognitos.com/legacy/legacy-experience.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.
