---
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/cloud-dedicated/reference/syntax/
estimated_tokens: 175
product: InfluxDB Cloud Dedicated
version: cloud-dedicated
---

# Other InfluxDB syntaxes

InfluxDB Cloud Dedicated 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/cloud-dedicated/reference/syntax/line-protocol/)

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