Connecting Net Labels and Global Labels Across Pages in KiCad

Will net labels on two different pages connect to each other? Will global connections on one page connect with net labels if both have the same name? I tried using a net label on one page and a global connection on another, but it didn’t work. I usually use global connections when I want to connect components on different pages.

Will net labels on two different pages connect to each other?

No. standard net labels are local labels and only valifd on there schematic sheet. (similar to local variables in a C-function).

Will global connections on one page connect with net labels if both have the same name?

Only if netlabel and global label are on the same page.

I usually use global connections when I want to connect components on different pages.

This is correct and the intended use.