# Загрузка статического файла

{% tabs %}
{% tab title="Docker" %}

1. [Добавьте своего разработчика в проект](/dlya-razrabotchikov/dostup-k-iskhodnomu-kodu.md) `exchanger-client-web`
2. Выберите свою ветку в вашем репозитории  \
   ![](/files/K74VVQHnXgXvAlNgjPsj)
3. Перейдите в папку `static/`
4. Загрузите необходимый файл в данную папку.&#x20;
5. Если ветка в которую вы загрузили настроена на автообновления то ваши изменения применяться в течении 10 минут автоматически
   {% endtab %}

{% tab title="Git/Sources" %}

#### Временный файл валидации сервиса:&#x20;

{% hint style="warning" %}
Временный файл будет **удален** после выполнения команды `generate`
{% endhint %}

1. Подключитесь к серверу через ssh/sftp.
2. Загрузите временный файл в папку `/var/www/exchanger-client-web/dist/client/`.

#### Постоянный файл в корне сайта:&#x20;

1. Подключитесь к серверу через ssh/sftp.
2. Если файл необходим постоянно, то загрузите его в папку \
   `/var/www/exchanger-client-web/static/`.
3. Выполните команду&#x20;

   ```bash
   npm run generate
   ```

{% endtab %}
{% endtabs %}


---

# 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://manual.boxexchanger.net/dlya-razrabotchikov/zagruzka-staticheskogo-faila.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.
