> For the complete documentation index, see [llms.txt](https://docs.flightwatching.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.flightwatching.com/user-manual/designer-user-manual/edit-ifts/ift-v2/fw.getfwot.md).

# FW\.getFwot

FW\.getFwot(reg)

Access any FWOT using its registration. returns a [FwotV3IO](https://app.swaggerhub.com/apis/flightwatching/wilco-api/3.0.0#/FwotV3IO):

```javascript
await FW.updateSomeFwotProperty('FW-LUC', 'key', 'oldValue');
await FW.updateSomeFwotProperty('FW-LUC', 'key', await FW.getFwot('FW-LUC').properties.key+' newValue');

//would set the property **key** of FW-LUC to **oldValue newValue**
```

### <br>
