# User

### @user-first-name <a href="#user-first-name" id="user-first-name"></a>

* no parameters
* returns the current user’s first name
* see also @user-last-name

For example, `@user-first-name` — no parentheses or parameters necessary — could result in “Mary” if that is the current user’s first name.

### @user-last-name <a href="#user-last-name" id="user-last-name"></a>

* no parameters
* returns the current user’s last name
* see also @user-first-name

For example, `@user-last-name` — no parentheses or parameters necessary — could result in “Smith” if that is the current user’s last name.

### @user-tags <a href="#user-tags" id="user-tags"></a>

* no parameters
* returns a text-list of all the tags assigned to the current user (also including the tags assigned to the user’s customer account and the tags assigned to the various groups of which the user is a member)

For example, `@user-tags` — no parentheses or parameters necessary — could result in a list containing “accounting” and “badgenumber-101” if these tags would happen to have been assigned to that user by the administrator.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.clause9.com/special-functions/user.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
