> 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/edit-ift.md).

# edit IFT

If you would like to edit existing IFT.

{% hint style="info" %}
**NOTE**: **a pre-requisite is to know javascript.**

**NOTE:  help on** [**IFT V2.0**](/user-manual/designer-user-manual/edit-ifts/ift-v2.md)**.**
{% endhint %}

Click on the icon of the IFT, it will open a space where you could view the existing IFT. To edit that IFT, just click at *EDIT* button:

<div><figure><img src="https://4203901285-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LucrvGdSn3RONbIcfqh%2Fuploads%2FTQZVNWWYKMCW4xYOB5pr%2FScreenshot%202023-11-09%20at%2010.44.00.png?alt=media&amp;token=5a375d5c-ed56-441a-b5fd-cac1cbbb3cae" alt="" width="375"><figcaption></figcaption></figure> <figure><img src="https://4203901285-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LucrvGdSn3RONbIcfqh%2Fuploads%2Fe7lLAa9uRdiKzyN6zzW8%2FScreenshot%202023-11-09%20at%2010.45.17.png?alt=media&amp;token=292d2fe1-2bb4-4af9-a6fd-f5b7d0eb6cef" alt="" width="563"><figcaption></figcaption></figure></div>

It will take you to the correct place to EDIT this IFT. In the example - the IFT was created on PARAMETER:

<figure><img src="https://4203901285-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LucrvGdSn3RONbIcfqh%2Fuploads%2FRkO8uQlLZyTDRsHXoW4c%2FScreenshot%202023-11-09%20at%2010.46.23.png?alt=media&amp;token=3012e25d-327c-446d-b536-45226b862788" alt="" width="563"><figcaption></figcaption></figure>

Each and every IFT is composed of (from the top to the bottom):

* &#x20;the *title* of the IFT (on example above - *IF altitude THEN THAT)*,
* &#x20;*IFT box* containing code, where you are able to see
  * &#x20;the *Accessed parameters* list (just above the box.
  * the *JS/PYTHON* setting on the right side of the code box - to get wilco ready to read your code.&#x20;
  * Below that the [*help V2.0*](/user-manual/designer-user-manual/edit-ifts/ift-v2.md) - to help you code in wilco,&#x20;
  * Below that - *TEST* button, that permits you to test your code in the Testing zone.
* the *Testing zone:*
  * with the blue *TEST* butto&#x6E;*,* that permits to start the test.&#x20;
  * the *event#id -* you could add the event ID number that you would like to test your IFT on. Click on *add event* button after filling in the event ID number. You could also, remove all the events to test, but with no event to test - you could not test your IFT :smile:. So, make sure to add event after removing all.&#x20;
* the list of events - the events that will permit you to test your IFT. On the right side of each event, you have the 3 buttons:
  * *retry* - to re-test your IFT
  * *try with mail* - if your IFT sends email, you could test the way it looks like by clicking on that button. That will be sent to the email address you're registered with to the platform.
  * *remove* - to remove the event from the testing zone.&#x20;
