# Persona Smartwords

Use the format **{persona.*****persona\_handle*****.*****attribute*****}**\
The available smarwords for personas are as follows (remember to replace handle with the persona's actual handle:\
\
{persona.*handle*.name}\
{persona.*handle*.handle}\
{persona.*handle*.job}\
{persona.*handle*.email}\
{persona.*handle*.datebirth}\
{persona.*handle*.gender}\
{persona.*handle*.location}\
{persona.*handle*.microblog.id}\
{persona.*handle*.gosocial.id}\
{persona.*handle*.mediablog.id}

## Example

In the example below, the result of {persona.***agent***.name} would be "Alex Harrington". This is because this persona's handle is "agent".

This can be useful if you take a persona from another library with a different name but it has the same purpose. You can refer to the persona by the handle and hence reduce the setup effort.

<figure><img src="/files/Wg5Oh78xZkJHuROMmYfC" alt=""><figcaption></figcaption></figure>


---

# 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/persona-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.
