> For the complete documentation index, see [llms.txt](https://help.dictanote.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.dictanote.co/plus/voice-commands-examples/legal-law.md).

# Legal/Law

Refer to [How To Create a Custom Voice Command](/plus/custom-voice-commands.md#h_01g2j8x6d8cdrm2ztrk2nw741n) to learn how to create a custom voice command. &#x20;

| Say This            | Insert This (Replacement Text)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| ------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| insert signature    | \[Your signature block]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| insert disclaimer   | \[Standard legal disclaimer]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| versus              | v.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| without             | w/o                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| invoice deposit     | <p>Hi *,<br></p><p>Attached please find an invoice reflecting legal services rendered in your matter. Please let me know if you have any questions or concerns. <br>As you know, we agreed to cap my hourly fee amount at $*\_ for your matter, so you do not owe me any additional hourly fee amount (but the contingency fee still applies).<br><br>Thank you!</p>                                                                                                                                                                                                       |
| template disclaimer | Please note that this communication does not create an attorney-client relationship. The only way to form an attorney-client relationship is through a signed written agreement. Any communication without a signed written agreement will not form an attorney client relationship. Please also be aware that all lawsuits & administrative claims are limited by a period prescribed by statute. If you choose to file suit or a claim, you must do so within the applicable limitations period. If you do not do so, you may lose whatever rights you have to recovery. |
| insert email        | <name@lawfirm.com>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| dock it             | docket                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |

You can create 100s of voice commands over time to correct dictation errors, insert uncommon words and enter templates.&#x20;


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.dictanote.co/plus/voice-commands-examples/legal-law.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
