# Web Folder

1. Go to [Storages](https://claid.ai/account/storage) dashboard page and click "Connect your storage"
2. Select "Web Folder" Storage type

![](/files/ZWZrDxQxEu7z6UfByenD)

3\. Fill in the options for the Web Folder Storage. The parameters are:

* **URL address:** the URL prefix which will be prepended to the image path when Claid API requests images from the storage.
* **Storage name**: storage identifier which will be used in image URL when creating image processing request.

{% hint style="info" %}
We advise using a URL prefix that is fully resolved and won't redirect, this will speed up the image fetch on Claid side.
{% endhint %}

4\. Click "Add storage" button. Your storage is now ready to accept requests.


---

# 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://docs.claid.ai/storage-connectors/web-folder.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.
