# Filters

### General

| Setting                               | Description                                              |
| ------------------------------------- | -------------------------------------------------------- |
| **Include files**                     | Display files in the module.                             |
| **Include folders**                   | Display folders and sub folders in the module.           |
| **Maximum number of files & folders** | Maximum number of files & folders to show in the module. |

### Filter by file extension

| Setting                           | Description                                                                                                   |
| --------------------------------- | ------------------------------------------------------------------------------------------------------------- |
| Show the following file extension | Add extensions separated with a pipe symbol: \| . E.g. (`jpg\|png\|gif`). Leave empty to disable this filter. |
| Hide the following file extension | Add extensions separated with a pipe symbol: \| . E.g. (`jpg\|png\|gif`). Leave empty to disable this filter. |

### Filter by Name or ID

| Setting                  | Description                                                                                                           |
| ------------------------ | --------------------------------------------------------------------------------------------------------------------- |
| Show the following files | Add files or folders by name, ID or mimetype separated with a pipe symbol: \| . E.g. (`file1.jpg\|long folder name`). |
| Hide the following files | Add files or folders by name, ID or mimetype separated with a pipe symbol: \| . E.g. (`file1.jpg\|long folder name`). |

{% hint style="success" %}
**You can use wildcards like `*` and `?` are allowed to filter.**\
(OneDrive, Google Drive, Box)
{% endhint %}


---

# 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://wpcloudplugins.gitbook.io/docs/modules/module-configurator/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.
