> ## Knowledge Base Index
> Fetch the complete knowledge base index at: https://support.koala.sh/sitemap.xml
> Use this file to discover available pages before exploring further.
> Pure-Markdown content can be obtained by appending a '.md' suffix to the content URLs listed in the sitemap (without the trailing slash).

# How to use the /source command

One of the commands you can use in KoalaChat is the **/source** command. 

```
/source <source url> <your prompt here>
```

It retrieves data from the source directly and uses that in the prompt. We use headless browsers and rotating proxies so that almost any website can be retrieved.

Please note that the website should be a non-Google property that returns information in the HTML without needing Javascript to work.

## Sample

For example, I want to know how many calories exactly are in a Java Chip Frappuccino. This would be my prompt:

```
/source https://www.starbucks.com/menu how many calories does the java chip frappuccino have?
```

This is the output from KoalaChat:

![](https://storage.crisp.chat/users/helpdesk/website/e345bb3c4955c800/d6c6d738-562c-41ee-b52e-074183_dv1oyl.png)

Make sure to use the correct URL to avoid this:

![](https://storage.crisp.chat/users/helpdesk/website/dab0008d320a9800/0a92f899-15ed-4366-9db3-2e1a8f_1kasyyk.png)

## More Examples

Below, I've added a few more examples of how to use this command.

**Example 1:**

```
/source https://unsplash.com/ can I use images from Unsplash on my website for free?
```

Output:

![](https://storage.crisp.chat/users/helpdesk/website/7a5a0ca8b9a4480/16e916bb-08dd-49af-8d8e-d40538_1v6tfjo.png)

**Example 2:**

```
/source https://koala.sh/pages/terms-of-service do users own the AI generated output?
```

Output:

![](https://storage.crisp.chat/users/helpdesk/website/65e670c59c3fe000/a2a03838-d540-4389-a0ce-e1a5e5_18ggz0d.png)

Related to

*   [KoalaChat commands](/hc/en-us/search?content_tags=01GY8988Q4J3726GXHWKX3FF5D&utf8=%E2%9C%93)