# Configuration

- [Easy setup](https://docs.transparentedge.eu/config/easy-setup.md)
- [VCL Reference](https://docs.transparentedge.eu/config/vcl.md)
- [Default Functions](https://docs.transparentedge.eu/config/vcl/funciones-por-defecto.md)
- [VCL Objects](https://docs.transparentedge.eu/config/vcl/vcl-objects.md)
- [Callable Functions](https://docs.transparentedge.eu/config/vcl/callable-functions.md): Subroutines to handle requests
- [Security restrictions](https://docs.transparentedge.eu/config/vcl/limitaciones.md)
- [Varnish book](https://docs.transparentedge.eu/config/vcl/varnish-book.md)
- [Network Access Control List](https://docs.transparentedge.eu/config/network-access-control-list.md)
- [Initial configuration](https://docs.transparentedge.eu/config/network-access-control-list/initial-configuration.md)
- [Auto generated lists](https://docs.transparentedge.eu/config/network-access-control-list/auto-generated-lists.md)
- [Manage lists via API](https://docs.transparentedge.eu/config/network-access-control-list/manage-lists-via-api.md)
- [i3](https://docs.transparentedge.eu/config/i3.md): Here are the articles in this section.
- [Quality adjustment](https://docs.transparentedge.eu/config/i3/quality-adjustment.md)
- [Cache timing allocation for transformed images](https://docs.transparentedge.eu/config/i3/cache-timing-allocation-for-transformed-images.md)
- [Conversion to grayscale](https://docs.transparentedge.eu/config/i3/conversion-to-grayscale.md)
- [Conversion to WebP](https://docs.transparentedge.eu/config/i3/conversion-to-webp.md)
- [Blurring](https://docs.transparentedge.eu/config/i3/blurring.md)
- [Inclusion of graphics in the footer (strip)](https://docs.transparentedge.eu/config/i3/inclusion-of-graphics-in-the-footer-strip.md)
- [Automatic resizing](https://docs.transparentedge.eu/config/i3/automatic-resizing.md)
- [Definition of the maximum size (content-length)](https://docs.transparentedge.eu/config/i3/definition-of-the-maximum-size-content-length.md)
- [Transcoding](https://docs.transparentedge.eu/config/transcoding.md): Here are the articles in this section.
- [Relaunch or requeue jobs](https://docs.transparentedge.eu/config/transcoding/relaunch-or-requeue-jobs.md)
- [Create a transcode job](https://docs.transparentedge.eu/config/transcoding/create-a-transcode-job.md)
- [Get job information](https://docs.transparentedge.eu/config/transcoding/get-job-information.md)
- [Dashboard usage](https://docs.transparentedge.eu/config/transcoding/dashboard-usage.md)


---

# 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.transparentedge.eu/config.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.
