This is how it works:
You place a starting {user} tag and an ending {/user} tag in your content (other user, module, etc).
This is what we will refer to as the Plugin Tags.

Between these Plugin Tags you can place Data Tags to tell Users Anywhere what data you want to output.

{user name="Peter"}
[name]
[email]
{/user}

The PRO version also allows you to place multiple users based on Filters, like Category, Tags, Dates, Custom Fields, etc.
You do this by using the {users} Plugin Tag (so with a trailing s).

{users usergroup="Customer"}
- [name] ([address1, [postal-code], [city]])
{/users}

Users Anywhere offers some more cool features, like If Structures.
This makes Users Anywhere a truly powerful and flexible tool you can use to create all sorts of user-based output.

In this tutorial we will go through these different parts and how to use them.
So we'll dig into the Plugin Tags, the Filters you can use, all the Data Tags will be explained, and you'll also learn how you can use the If Structures.
We will also see many examples of what can be done. You can also find some cool examples here.

Note: You can simply place the tags into the normal WYSIWYG view of your editor. You do not have to switch to the HTML/code view.