> 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/general-conf/assets/fwots.md).

# Fwots

## Add FWOT

Click on *Add Fwot:*

<figure><img src="https://4203901285-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LucrvGdSn3RONbIcfqh%2Fuploads%2FrZEKApMhmAyRYEzNBjor%2FScreenshot%202023-11-13%20at%2015.55.03.png?alt=media&amp;token=8bd7b447-247f-4cd4-8042-0261e5c279bc" alt="" width="375"><figcaption></figcaption></figure>

Fill in the information of the *Edit Fwot* window:

<figure><img src="https://4203901285-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LucrvGdSn3RONbIcfqh%2Fuploads%2FzD2Vgs7RbVw1BIC0094k%2FScreenshot%202023-11-13%20at%2015.56.37.png?alt=media&amp;token=31254000-48a8-4048-95c5-0daa89b0c861" alt="" width="375"><figcaption></figcaption></figure>

### Add Custom Property

Apart of predefined properties for FWOT (such as Fleet, OnMap and Hide), there is possibility to create the custom property. That property could be used afterwards in any [IFTs](/user-manual/designer-user-manual/edit-ifts.md), or the [dashboard](/user-manual/designer-user-manual/edit-dashboards.md) rules and even in the URL.&#x20;

For example, we could set the property ApuType and set it's value to the text, ex. APS5000. In order to do that, fill in the *new prop* line:

<figure><img src="https://4203901285-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LucrvGdSn3RONbIcfqh%2Fuploads%2FuLj8k7WrARm69vJ4fQLz%2FScreenshot%202024-01-22%20at%2013.59.57.png?alt=media&amp;token=459cddb2-7dc5-4794-afdb-69c465804dbf" alt="" width="375"><figcaption></figcaption></figure>

Click on *add (save the page to commit changes)* button situated next to the fill in spaces and the *Save* button situated on the bottom right of the page.&#x20;

Now, that FWOT will have the property accessible from the WILCO:

* through IFT:

You could [remove that property](/user-manual/designer-user-manual/edit-ifts/ift-v2/fw.removefwotproperty.md) or [update that property](/user-manual/designer-user-manual/edit-ifts/ift-v2/fw.updatefwotproperty.md). Or, simply use it, by accessing its value through the *fwot.properties.propertyName*:

<figure><img src="https://4203901285-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LucrvGdSn3RONbIcfqh%2Fuploads%2F4FbcJnpgD13GC89cjewM%2FScreenshot%202024-01-23%20at%2009.58.29.png?alt=media&amp;token=537fb014-2875-480f-8622-8deaa445d062" alt="" width="303"><figcaption></figcaption></figure>

In the example above, the part of the code is created on [layout](/user-manual/designer-user-manual/edit-layouts/ift-at-layout.md), on reception of the report. At that moment, we check if the property *ApuType* exists for the FWOT.  If it exists, we create the new sample/parameter - *APU\_TYPE* that has value of the property. We also create a new property (or update existing one)  - "family".&#x20;

* through the dashboard:

We can use the property to show it on the [dashboard](/user-manual/designer-user-manual/edit-dashboards.md). Access to the value of the property on the dashboard is done through the following piece of code: *FWOT.properties.propertyName*. At the following simple example, we display the value of the property on it's anim (apuType\_anim):

<figure><img src="https://4203901285-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LucrvGdSn3RONbIcfqh%2Fuploads%2F0DO0qbrZhyL1jspXCkXl%2FScreenshot%202024-01-23%20at%2010.04.56.png?alt=media&amp;token=441a5ab4-f32d-45fa-8065-f471a9d847c3" alt="" width="375"><figcaption></figcaption></figure>

## Delete fwot

Find the fwot, you would like to delete:

<figure><img src="https://4203901285-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LucrvGdSn3RONbIcfqh%2Fuploads%2Fs5Pf8AbQdcctzCVsUHCi%2FScreenshot%202023-11-13%20at%2015.59.25.png?alt=media&amp;token=1b0ee494-e8aa-4d24-81ed-4969bed0d55d" alt="" width="375"><figcaption></figcaption></figure>

Click on *Delete Fwot*, situated on the right top corner of the window:

<figure><img src="https://4203901285-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LucrvGdSn3RONbIcfqh%2Fuploads%2FJVPO0lFBAKG1YGLOyzuk%2FScreenshot%202023-11-13%20at%2016.00.19.png?alt=media&amp;token=09aa11fe-0cfa-4ecf-a7f8-a5673e7628df" alt="" width="375"><figcaption></figcaption></figure>

Be careful, the deletion of the fwot will delete it's data forever:

<figure><img src="https://4203901285-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LucrvGdSn3RONbIcfqh%2Fuploads%2FPQ0uvzt1QAGSNKwJ26cs%2FScreenshot%202023-11-13%20at%2016.01.38.png?alt=media&amp;token=b62bab0e-5686-4ea5-a828-3e743b19062c" alt="" width="375"><figcaption></figcaption></figure>
