---
title: Work with data
meta:
  description: Learn how to process and copy data in Tinybird.
---

# Publish data

When your data is in Tinybird, you can publish it as API Endpoints.

These Endpoints can be used in your frontend, backend, or any other application. Can be secured with JWT.

In addition to publishing API Endpoints, you can use Sinks to periodically send data to external destinations like S3, GCS, or Kafka.

If you prefer a more database-like approach, you can query data directly using the [Query API](/api-reference/query-api) or via [ClickHouse® HTTPs Interface](/forward/work-with-data/publish-data/clickhouse-interface).

## Next steps

- Learn about [Endpoints](/forward/work-with-data/publish-data/endpoints).
- Learn about [Sinks](/forward/work-with-data/publish-data/sinks)
- Learn about [ClickHouse® HTTPs Interface](/forward/work-with-data/publish-data/clickhouse-interface)
