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

# About Tables

> Overview of Blink tables for storing, organizing, and querying structured data within your workspace.

Tables in the Blink Platform serve as structured data storage, allowing Workflows to read from and write to them. This enables the creation of stateful Workflows that can maintain and update information over time. By using Tables, you can track statuses, store intermediate data, and build dynamic interfaces that provide end users with pre-defined actions, enhancing interactivity and automation within your workflows.

<Note>
  All table data is securely stored in an encrypted Amazon RDS instance. Each customer's data is isolated within a dedicated PostgreSQL schema, and all encryption is managed using [AWS Key Management Service (KMS)](https://aws.amazon.com/kms/).

  For customers who purchased Blink through the [Azure Marketplace](https://azuremarketplace.microsoft.com/en-us/marketplace/apps?search=blink\&page=1) or have specifically requested Azure services, all table data is securely stored in an encrypted [Azure Database for PostgreSQL](https://azure.microsoft.com/en-us/products/postgresql). Each customer’s data is isolated in a dedicated PostgreSQL schema, with encryption fully managed by Azure to ensure data security and compliance.
</Note>

<Frame>
  <img src="https://mintcdn.com/blinkops-2/ZA3cU0qNFQK5NU_S/img/Tables/ExampleTable.png?fit=max&auto=format&n=ZA3cU0qNFQK5NU_S&q=85&s=65494b56364f33483d2a96952ad59ae1" width="3440" height="2146" data-path="img/Tables/ExampleTable.png" />
</Frame>

***

## Related Articles

<CardGroup cols={2}>
  <Card title="Creating Tables" icon="table" iconType="solid" href="/docs/blink-platform/tables/create-your-first-table">
    Learn how to create your first table
  </Card>

  <Card title="Using Tables in Workflows" icon="network-wired" iconType="solid" href="/docs/blink-platform/tables/tables-in-workflows">
    Learn more about creating and using table actions in Workflows
  </Card>

  <Card title="Basic Table Operations" icon="briefcase" iconType="solid" href="/docs/blink-platform/tables/tables-basic-operations">
    Learn more about basic table operations
  </Card>

  <Card title="Viewing Tables" icon="eye" iconType="solid" href="/docs/blink-platform/tables/viewing-tables">
    Learn more about filtering, sorting, ordering and browsing the table records
  </Card>
</CardGroup>
