# Adding Source Image Domain

**Image domain** is the domain name of your server where your images are stored. Pixboost will allow only requests to the images from domains that are listed. Using list of domains allows us to make service secure and protect you account from malicious abuse.

When you login for the first time then you will see a "Welcome" banner:

![](/files/-Lmt8zq_iKby7-T50XuA)

Click on the "Plus" button, and you will have to add your domain name in a dialog window "Add domain":

![](/files/-Lmt8zqbogVB_zZi2m2G)

{% hint style="info" %}
If you'd like to load images from a private AWS S3 bucket then click on the "Bucket" icon and follow [steps from here](https://github.com/Pixboost/docs/blob/main/setup/source-images/adding-s3-bucket-image-source.md)
{% endhint %}

Enter your domain and click the "Add" button:

![](/files/-Lmt8zqdM9jQtiCA-8-N)

You will see adeed domain in the list now:

![](/files/-Lmt8zqfDlVBtCigpCxS)

That's enough to start using the service. Try it out it in your browser:

```
https://pixboost.com/api/2/img/http://i.imgur.com/RgSMqlKg.jpg/resize?size=200&auth=MzI0NTc5NDAyMQ__
```

If you prefer to not specify full URL of the original image


---

# 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://help.pixboost.com/setup/source-images/domain.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.
