> For the complete documentation index, see [llms.txt](https://weekerp.gitbook.io/image/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://weekerp.gitbook.io/image/getting-started/quickstart.md).

# Quickstart

#### 1️⃣ Create an Account

1. Go to [**weekerp.com**](https://weekerp.com).
2. Select **Google Login** to sign up.

***

#### 2️⃣ Connect Your Storage

Your images must be stored in one of the following locations:

* **Cloud Storage**
* **Your Web Server**

The origin of your resources can be connected from one of the following sources:

<table><thead><tr><th width="139.85711669921875">Type</th><th width="401.142822265625">Description</th><th>Docs</th></tr></thead><tbody><tr><td>AWS S3</td><td>Connect an existing S3 bucket.</td><td><a data-mention href="/pages/p1YbAMVD8rU15nQHaZqu">/pages/p1YbAMVD8rU15nQHaZqu</a></td></tr><tr><td>GCP GCS</td><td>Connect a GCP Storage bucket.</td><td><a data-mention href="/pages/T1QlWC8ACweWwdNRcYK3">/pages/T1QlWC8ACweWwdNRcYK3</a></td></tr><tr><td>Azure Blob</td><td>Connect an Azure Blob container.</td><td><a data-mention href="/pages/SlXrvnmJR10coYD3c4It">/pages/SlXrvnmJR10coYD3c4It</a></td></tr><tr><td>Web Proxy</td><td>Cache external image URLs via proxy.</td><td><a data-mention href="/pages/DvDbiUnbqkQG9oOn1AVl">/pages/DvDbiUnbqkQG9oOn1AVl</a></td></tr></tbody></table>

You can create multiple storage sources, and modify or delete them anytime.

***

#### 3️⃣ Apply Image CDN

Once connected, you can load images through Weekerp CDN as follows:

```html
<img src="https://cdn.weekerp.com/image/{workspace}/example.jpg?w=800&q=80" />
```

| Parameter | Description                             |
| --------- | --------------------------------------- |
| `source`  | Unique data source name                 |
| `w`       | Image width to resize                   |
| `q`       | Quality (1–100)                         |
| `f`       | Format conversion (`jpg`, `webp`, etc.) |

After the first resizing, all images are cached and served globally for ultra-fast response.

***

#### 4️⃣ Billing & Subscription

Weekerp uses a **usage-based billing model**.\
You can find detailed information here:


---

# 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://weekerp.gitbook.io/image/getting-started/quickstart.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.
