# Importing Scripts

## Where Can I Find Scripts?

You can find pre-made LUA scripts for stream avatars in the support and community discord. After joining the server, look for the channel called #lua-script-share

{% embed url="<https://discord.gg/77sp6GG>" %}

<figure><img src="/files/yTtjazfdm3axeJDBsmFg" alt=""><figcaption><p>where to find custom scripts</p></figcaption></figure>

{% hint style="warning" %}
The importing features for LUA scripting is currently under construction. At the moment you must manually add scripts yourself.
{% endhint %}

{% hint style="danger" %}
To add scripts manually you will have to go through the same process as[ Quick Start](/lua-scripting-api/quick-start.md), and paste the .lua script code into the file, and the same for the .json if any data is required with it. Remember to save it!

Watch the video below for a guide on how to do it.
{% endhint %}

{% hint style="danger" %}
Make sure the script is set to "Run as" option is set correctly as determined by the script creator.
{% endhint %}

Below is a tutorial video created by community member: ToaRex to help others with installing custom scripts. Thanks @ToaRex!

{% embed url="<https://www.youtube.com/watch?v=JrU12vV7ANI>" %}


---

# 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.streamavatars.com/stream-avatars/content-creating/importing-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.
