> For the complete documentation index, see [llms.txt](https://docs.renderdraw.us/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.renderdraw.us/introduction/diving-deeper/using-externally-hosted-assets.md).

# Using Externally Hosted Assets

1. Navigate to **Setup -> Trusted Domains**
2. Click **"New Trusted URL"**
3. Ensure "**connect-src"** is checked under CSP Directives
4.

```
<figure><img src="../.gitbook/assets/image (120).png" alt=""><figcaption></figcaption></figure>
```

5. Leverage the "**External URL"** tab when uploading an asset 1.

   ```
   <figure><img src="../.gitbook/assets/image (122).png" alt=""><figcaption></figcaption></figure>
   ```
