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

# Statement Explorer

> Use the Statement Explorer to quickly find instances of specific functions across all function stacks

## What is the Statement Explorer?

The Statement Explorer is used to find where certain functions are used across all of your function stacks.

This is useful for situations like:

* Trying to find all database queries to review efficiency

* Replacing all appearances of an existing function with improved logic

* Logic (code) reviews and security audits

## Using the Statement Explorer

<Steps>
  <Step title="Click the ⚙️ icon in the upper-right corner to open Settings, and choose Statement Explorer." />

  <Step title="Select the statement(s) you'd like to find.">
    You can search for statements or use the menu to find the ones you're looking for.

    <Frame>
      <img src="https://mintcdn.com/xano-997cb9ee/Zmn_DUDgqMkazo6J/images/eb885ac1-image.jpeg?fit=max&auto=format&n=Zmn_DUDgqMkazo6J&q=85&s=f1bbc634eb005a300d790f44aa07cc29" width="438" height="356" data-path="images/eb885ac1-image.jpeg" />
    </Frame>
  </Step>

  <Step title="Click on the function stack(s) to enter them and take action." />

  <Step title="Return to the statement explorer when you're ready.">
    You can click **Restore last visited selection** to quickly return to your previous search.
  </Step>
</Steps>
