Hey Deanna,
You can also use the macro like so if you have a webpart:
{% QueryString.GetValue("paramName") |(identity)GlobalAdministrator%}
or
{%paramName%}
Both will work but the ? macro is specifically designed for query string retrieval. The % macros are designed for data retrieval. See the documentation here.