Anaconda3 folder location?

I’ve installed the latest conda version 24.7.1 on my M1 macbook pro (Sonoma 14.6.1) following the graphical interface installation instructions with all default choices. The installation instructions here Installing on macOS — Anaconda documentation say the installation should be in my /opt/anaconda3 directory, but I can’t find an opt or anaconda3 directory anywhere on my machine. How do I find the location where Anaconda was installed? I can see a list of packages by running conda -list from the terminal, and can run anaconda navigator, so it looks like installation was successful.

You should be able to tell where it is installed if you run
conda info in a terminal. The base environment path should include the folder where it is installed.