> For the complete documentation index, see [llms.txt](https://docs.vames-store.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vames-store.com/outdated/vms_documents/guides/usage-of-documents.md).

# Usage of documents

Showing documents must be attached to some of your script or item. \
The client trigger to show the document is:

```lua
TriggerEvent("vms_document:showMyDocument", "id_card") -- ID CARD

TriggerEvent("vms_document:showMyDocument", "id_drive") -- DRIVE LICENSE

TriggerEvent("vms_document:showMyDocument", "id_fly") -- FLYING LICENSE

TriggerEvent("vms_document:showMyDocument", "id_boat") -- BOAT LICENSE

TriggerEvent("vms_document:showMyDocument", "id_weapon") -- WEAPON LICENSE
```
