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

# Smart Table Manager Toolkit

> Manage structure and data of internal Smart Tables with NoSQL-style capabilities

While the Database Toolkit is for querying, this toolkit is for managing the structure and data of internal Smart Tables. It provides NoSQL-style database capabilities within the platform.

## Tools Overview

<img src="https://mintcdn.com/automationanywhere/KYLkRhJ6hNNnwL4a/img/agents-toolkits/17.1.jpg?fit=max&auto=format&n=KYLkRhJ6hNNnwL4a&q=85&s=5f7ebbf562ef7238f6866a4d431b331c" alt="Smart Table Manager configuration with table access and column/row management tools" width="1280" height="632" data-path="img/agents-toolkits/17.1.jpg" />

<img src="https://mintcdn.com/automationanywhere/KYLkRhJ6hNNnwL4a/img/agents-toolkits/17.2.jpg?fit=max&auto=format&n=KYLkRhJ6hNNnwL4a&q=85&s=29f0113cd3aabe9f82f5209cbbb759e6" alt="Smart Table Manager Table Information and Table Management tools" width="1280" height="327" data-path="img/agents-toolkits/17.2.jpg" />

* **Column Ops**: Add Column, Rename Column, Change Type.
* **Row Ops**: Insert Row, Update Row, Delete Row.
* **Table Ops**: Create Table, Drop Table.
* **Table Info**: Get Schema, List Tables, Get Row Count, Get Table Stats.
* **Data Ops**: Query Rows, Filter Data, Sort Data, Search.

## Supported Data Types & Limits

Supports String, Number, Boolean, Date, JSON, and Reference types. Limits include 100,000 rows per table, 200 columns per table, and 10MB max cell size.
