# Quickstart

We try to make the start with Pixboost as fast and as easy as possible. We aim it to be under 10 minutes. So, lets cut it short.

The main goal is to setup images on your websites to be served through the Pixboost.

![Diagram of how Pixboost serves images](https://1476540046-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-Lmt8xTtwpk3g-UlZf5Q%2Fuploads%2Fgit-blob-1d358e364b360c10b37602e45c11dac1a334a85f%2Fpixboost-concept.png?alt=media)

## Step 1 - Signup

[Signup](https://pixboost.com/customer/#/signup) using your Google account or by filling in the details.

![Signup form](https://1476540046-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-Lmt8xTtwpk3g-UlZf5Q%2Fuploads%2Fgit-blob-420cc6269dd28c927dc5ce064caa5d84e71ee8f4%2Fsignup.png?alt=media)

If you decided to go with Email/Password then you'll receive a confirmation email shortly after submitting the form.

## Step 2 - Setup source images

Add at least one **Image Domain** or **Image Source**. This will let the service know where the destination of you source (original) images.

Image source is preferred way, because your image URLs will be shorter when using in the HTML markup. However, Image Domain is easier to setup.

* For Image Domain simply click `+` button and fill in the domain name

![Adding a new domain with source images](https://1476540046-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-Lmt8xTtwpk3g-UlZf5Q%2Fuploads%2Fgit-blob-b254e4e7be2d7286477e9601eefe1f811775cc36%2Fadd-domain.png?alt=media)

* To create HTTP Image Source click on `bucket` button

![Adding HTTP source](https://1476540046-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-Lmt8xTtwpk3g-UlZf5Q%2Fuploads%2Fgit-blob-15f0f9f29611f22066aeeeb5084150f79960be86%2Fadd-http-source.png?alt=media)

## Step 3 - API key

Once you added a domain or source you will see the Dashboard main view. We have already generated an API key for you, so you can start optimise your images.

![List of API keys in dashboard](https://1476540046-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-Lmt8xTtwpk3g-UlZf5Q%2Fuploads%2Fgit-blob-7ebab9bf684f79e3a697d00c96ef935e863134be%2Fapi-keys.png?alt=media)

## Step 4 - Call API

Use API to optimise or resize the image from your website. You can use Chrome to call the API

* If you used domain in the [Step 2](#step-2) then your URL would look like

`https://pixboost.com/api/2/img/[SOURCE IMAGE URL]/[OPERATION]?auth=[API KEY]&[OPERATION OPTIONS]`

![Example of optimising the image using domain](https://1476540046-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-Lmt8xTtwpk3g-UlZf5Q%2Fuploads%2Fgit-blob-f0c3acb4be8ad81c05ad929d630af6a3180cfe36%2Foptimise-image-using-domain.png?alt=media)

* If you used HTTP (or other) image source

`https://pixboost.com/api/2/img/[SOURCE ALIAS]/[RELATIVE TO ALIAS PATH]/[OPERATION]?auth=[API KEY]&[OPERATION OPTIONS]`

![Example of optimising the image using HTTP source](https://1476540046-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-Lmt8xTtwpk3g-UlZf5Q%2Fuploads%2Fgit-blob-bc042083f5a9d341386aa25c4b6dd7e840cf3692%2Foptimise-image-using-image-source.png?alt=media)

## Step 5 - Optimise the image on the website

Update image URL in the markup of your website

![Use image in the HTML markup](https://1476540046-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-Lmt8xTtwpk3g-UlZf5Q%2Fuploads%2Fgit-blob-bad9cc57bd40f18362297b8c3e98fe6374542daa%2Fusing-in-markup.png?alt=media)

## What's next

* Learn more on how tou use Pixboost [API](https://help.pixboost.com/api)
* Managing [API keys](https://help.pixboost.com/setup/manage-api-keys)
* Setup [custom domain name](https://help.pixboost.com/setup/custom-domain)


---

# 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/quickstart.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.
