# Import/Export scripts

### <mark style="background-color:orange;">Import self-coded scripts</mark>

You can import self-coded scripts in JSON or Puppeteer format to run on Hidemyacc. In the **"Your Scripts"** section, click on the **"Import script"** icon.

<figure><img src="/files/UKEvaZTzttyOO1BPuvKT" alt=""><figcaption></figcaption></figure>

You can import two types of scripts:

* **Text script:** This is a .txt file script exported from the drag-and-drop script created on Hidemyacc. You can use this feature to import scripts exported from other Hidemyacc accounts.
* **Puppeteer script:** You can upload a file or write your own code in the section below.

<figure><img src="/files/MLlD69igp5qnrXVivAQL" alt=""><figcaption><p>Import Text script</p></figcaption></figure>

<figure><img src="/files/gqKAiy5ebrtJHQUeD9D9" alt=""><figcaption><p>Import Puppeteer script</p></figcaption></figure>

### <mark style="background-color:orange;">**Export scripts**</mark>

To export drag-and-drop scripts, click **"Edit"** script and then select **"Export".**

<figure><img src="/files/CqPcyxO6RW2A7xhD70h1" alt=""><figcaption><p>Edit sctipt</p></figcaption></figure>

<figure><img src="/files/63WrIM9BsZk8xt7WzWjZ" alt=""><figcaption><p>Export scripts</p></figcaption></figure>

The exported script will be encrypted as a **.txt file**. You can import the script to run on other Hidemyacc accounts.

<figure><img src="/files/92JT1EiuasYXorhTPxnd" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
**Note:** Do not make any edits to the exported file.
{% endhint %}


---

# 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://docs.hidemyacc.com/hidemyacc-3.0-features/automation-feature/import-export-scripts.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.
