---
title: Other InfluxDB syntaxes
description: InfluxDB uses a handful of languages and syntaxes to perform tasks such as writing, querying, and processing data.
url: https://docs.influxdata.com/influxdb3/clustered/reference/syntax/
estimated_tokens: 137
publisher: InfluxData
canonical: https://docs.influxdata.com/influxdb3/clustered/reference/syntax/
date: '2025-01-13T07:21:11-07:00'
lastmod: '2025-01-13T07:21:11-07:00'
---

InfluxDB Clustered uses a specific languages and syntaxes to perform tasks
such as writing, querying, processing, and deleting data.
The following articles provide information about the different syntaxes used
with InfluxDB and the contexts in which they’re used:

### [Line protocol reference](/influxdb3/clustered/reference/syntax/line-protocol/)

InfluxDB uses line protocol to write data points. It is a text-based format that provides the table, tag set, field set, and timestamp of a data point.

[syntax](/influxdb3/clustered/tags/syntax/)
