> ## Documentation Index
> Fetch the complete documentation index at: https://docs.firebolt.io/llms.txt
> Use this file to discover all available pages before exploring further.

> Reference material for CURRENT_ENGINE function

# CURRENT_ENGINE

Returns the name of the engine executing the current query.

## Syntax

```sql theme={"theme":{"light":"css-variables","dark":"css-variables"}}
CURRENT_ENGINE()
```

## Return Types

`TEXT`

## Example

<div className="query-window">
  ```
  SELECT CURRENT_ENGINE() as engine;
  ```

  | engine <span>text</span> |
  | :----------------------- |
  | demo\_engine             |

  <p><span>Rows: 1</span><span>Execution time: 5.60ms</span></p>
</div>
