# Upload indicator to FTO

This is a separate guide on how to upload your indicator to FTO.

If you have created an indicator that you want to upload and have run the `npm run build` command in the terminal, a file named `my-indicator-project.js` (indicator's file name) will appear in the `dist` folder. Upload this file to FTO (see Picture #1 and #2).

<div><figure><img src="/files/shGrcNZ47FMc0KWmYAsj" alt="" width="563"><figcaption><p>Picture #1</p></figcaption></figure> <figure><img src="/files/QlxebtW0zSnSaIsNKLNF" alt="" width="563"><figcaption><p>Picture #2</p></figcaption></figure></div>

From there, your indicator should appear in **"My Indicators"** dropdown menu (Picture #3).

<figure><img src="/files/PyshZbwA0Dagmx22c1mq" alt=""><figcaption><p>Picture #3</p></figcaption></figure>


---

# Agent Instructions: 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:

```
GET https://fto-2.gitbook.io/fto-indicators-docs/upload-indicator-to-fto.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
