# Natural language to Query DSL building

**URL:** https://discuss.elastic.co/t/natural-language-to-query-dsl-building/364586
**Category:** Elasticsearch
**Tags:** eql-elastic-query-language
**Created:** [August 8, 2024, 8:26am UTC](https://discuss.elastic.co/t/natural-language-to-query-dsl-building/364586 "2024-08-08T08:26:39Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Souvik\_Das](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/souvik_das/32/107606_2.png) [@Souvik\_Das](https://discuss.elastic.co/u/Souvik_Das)
#### Post date: [August 8, 2024, 8:26am UTC](https://discuss.elastic.co/t/natural-language-to-query-dsl-building/364586/1 "2024-08-08T08:26:39Z")

</div>

Hi Folks,

I want to build an app that converts natural language query to elasticsearch query DSL. I have gone through [How to use Elasticsearch to prompt ChatGPT with natural language | Elastic Blog](https://www.elastic.co/blog/elasticsearch-prompt-chatgpt-natural-language)

Are there any reference documents where I can find its implementation steps?

FYI, the elasticsearch nodes are deployed in AWS EC2 machines (On-prem setup).
