New to tRPC and Need Help with Basics

DDNA4/14/2023
I made a new T3 app, but I don't quite understand how tRPC works, and I would love to get some help and insight in this. If you could get on a call with me on Discord, I would appreciate that more because then I could share my screen and get more help and information out of the conversation. Let me know if you're available.
DDNA4/14/2023
Don't be afraid to ping me if you're able to help
DDNA4/14/2023
I don't mind pings
Nnlucas4/14/2023
Have you been through the quickstart guide?
Nnlucas4/14/2023
It's not perfect, but we just merged some big improvements to it
Nnlucas4/14/2023
There is also some youtube content from a couple creators
UUUnknown User4/14/2023
Message Not Public
Sign In & Join Server To View
DDNA4/26/2023
I didn't find it as helpful as I thought I would
DDNA4/26/2023
I'm primarily interested in how I can validate the z.object({z.string}) validation using the API endpoint call localhost:3000/api/trpc/example.hello?input={text:'hello'}, but URI encoded. Please help me out.