> ## 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_ACCOUNT function

# CURRENT_ACCOUNT

Returns the current account name

## Syntax

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

## Return Types

`TEXT`

## Example

<div className="query-window">
  ```
  SELECT CURRENT_ACCOUNT() as account;
  ```

  | account <span>text null</span> |
  | :----------------------------- |
  | account-1                      |

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