> For the complete documentation index, see [llms.txt](https://help.pixboost.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.pixboost.com/setup/source-images/domain.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.pixboost.com/setup/source-images/domain.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
