# Import & Export

## Importing Content to SA

If you are importing content that another SA user is providing, you can do this simply by clicking "Select Import", on the Import & Export page. This will open up a file browser which will allow you to select any zip file.

{% hint style="danger" %}
Only zip files that were EXPORTED via SA will be able to be used with the Select File Import option.

If you are trying to create avatars with sprite-sheets please visit [here](/stream-avatars/content-creating/creating-avatars.md) instead.
{% endhint %}

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

## Exporting Content from SA

This content will be in a .zip format and can be shared to other users. The zip file will be specially formatted for SA so that it can be imported easily. Navigate to Import & Export and Under export options:

1. Select avatars (the number 0 is how many are currently selected)
2. Select backgrounds (the number 0 is how many are currently selected)
3. Select bosses (the number 0 is how many are currently selected)
4. Click export selected and provide a name for your file.
5. Open the folder to find where your file is located.

<figure><img src="/files/Qd1FJmqhIwme72gQDtLc" alt=""><figcaption></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://docs.streamavatars.com/stream-avatars/application-settings/import-and-export.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.
