# Mention

## Using a mention

When you want to insert a mention into a text box - simply type the ‘@’ symbol and your available mention options will pre-fill in a list for you to select.

If the option you are looking for is not listed in the first few options try typing some letters to filter your results.

## Removing a mention

Removing a mention is as easy and deleting any text, simply press the backspace button as you usually would and the entire mention will be removed.

## Available mentions

Below is a list of all currently available mentions in MOAS. New mentions will be added over-time to improve the document builder

<details>

<summary>Available mentions</summary>

* Clients title & full names
* Clients full names
* Clients first names
* Clients net income (most recent year)
* Document date
* Group net total wealth (see [Calculations](/modelling/calculations.md#net-total-wealth))
* Advice agreement cost (excl. GST)
* Advice agreement cost GST
* Advice agreement cost (incl. GST)
* Adviser title & full name
* Adviser full name
* Adviser first name
* Adviser post nominals
* Adviser ASIC number
* Adviser credit licensee
* Adviser credit licence number
* Adviser FSG hyperlink
* Adviser FSG date
* Adviser other licensing information
* Organisation practice name
* Organisation corporate authorised representative name
* Organisation corporate authorised representative number
* Organisation licensee name
* Organisation ABN
* Organisation AFSL
* Organisation phone number
* Organisation email
* Organisation website
* Organisation address

</details>


---

# 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://docs.moasapp.com/documents/page-content/mention.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.
