> For the complete documentation index, see [llms.txt](https://docs.flexy.bot/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.flexy.bot/modules/cache/steps/exists.md).

# Exists

**Introduction**

The “Exists” step is used to check whether a specific key exists in the cache. This step is useful for determining if data has been previously stored, allowing your automation to make decisions based on the presence or absence of cached data.

**Configuration**

• **Key**: The unique identifier for the cached value you want to check. This parameter is required to specify which cache entry to verify.

• **Group**: (Optional) The group to which the cached entry belongs.

**Outputs**

• **Exists**: A boolean output that indicates whether the specified key exists in the cache. If the key is found, the output is **Yes**; otherwise, it is **No**.
