﻿---
title: synonyms.yml
description: The synonyms.yml file provides a way to define synonyms for our Serverless Elasticsearch project. Synonyms updates are sent during Elasticsearch-specific...
url: https://www.elastic.co/elastic/docs-builder/docs/3066/reference/docs-builder/configure/site/synonyms
---

# synonyms.yml
The [`synonyms.yml`](https://github.com/elastic/docs-builder/blob/main/config/synonyms.yml) file provides a way to define synonyms for our Serverless Elasticsearch project.
Synonyms updates are sent during Elasticsearch-specific export procedures in the CI workflow.
```yml
synonyms:
  - [ ".net", "c#", "csharp", "dotnet", "net" ]
  - [ "esql", "es|ql" ]
  - [ "motlp", "managed otlp" ]
```