What are good synonyms for "not yet connected"?

I'm working on a browser-based tool that allows users to interact with other users they are matched with. Relationships between users progress in a linear fashion along a series of states, initiated when a user requests to be connected with another user.

In the interface of the tool, a user can view all of the users they're matched with, regardless of the state of their relationship.

I'd like to allow users to navigate to a filtered version of this view that shows only users they have not yet requested a connection with, but I'm having trouble with what to call it.

"Unconnected Matches" isn't quite right. "Unconnected" carries unwanted connotations of having once been connected in the past.

Any good alternatives?