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

# cypher_create_saved

> Create a new saved cypher query.

## Arguments (Positional or Popup)

#### query

The Cypher query to save

#### name

The name to use for the cypher query

## Usage

```
cypher_create_saved -query \"MATCH (n:User)WHERE n.hasspn=true RETURN n\" -name "my special query"
```
