# Convolution Filters

The Convolution Filter tool is one of the classics of image processing. You can define a convolution kernel and apply it to the image. This has a variety of applications, such as sharpening, blurring and edge detection.

<div align="left"><figure><img src="/files/BONfBM1yCvAFF7qN7V2B" alt="The Convolution Filter tool."><figcaption><p>The Convolution Filter tool.</p></figcaption></figure></div>

**Filters**\
This is a list of predefined filters. Click on a filter name and the kernel values will be automatically populated

**Kernel**\
You can adjust the values of each element of the 5-by-5 convolution kernel. As you do so, the preview will be updated in real time.

**Reset**\
This button resets all the kernel values to 0.0;


---

# 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://astra-image.gitbook.io/astra-image-6.0/processing-tools/convolution-filters.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.
