# Player Smartwords

For data about your players you can use the curly brackets: {}\
Possible data available this way is:\
\
`{name}` for the player's name<br>

You can also reference the name and email for \
[`{the_positions.position_name.name}`](#user-content-fn-1)[^1]

[`{the_positions.position_name.email}`](#user-content-fn-1)[^1]<br>

So for example, if you have a position "Legal" and you want to print that person's name, you would write `{the_positions.Legal.name}`<br>

## Calculations

Where you've used a calculation and data is stored in a variable, you can use:\
`{variable}` where "variable" is replaced by the name of the variable (e.g. score)\
`{team.variable}` will access a team variable\
`{session.variable}` will access a session variable

[^1]:


---

# 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://helpdocs.conducttr.com/feature-documentation/designing-and-running/smartwords/player-smartwords.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.
