# How to configure Column Container and Filters

Select a column (click on its header).  Go to **Data** section of **Column Properties** at the right sidebar. Click on link "**create**" ("**edit**") of "**Config**":

<img src="/files/DSC2bQwToxlZQf0w0HnA" alt="" class="gitbook-drawing">

## Container Configuration

Column Config dialog popup will open. Select "**Container Configuration**" tab:

<img src="/files/WxnrVM1XXX35pQZE8puS" alt="" class="gitbook-drawing">

* Check "**Hide Empty Column**" if you don't need see Empty Column
* Configure[ CSS Styles](/standard-kanban/tools/configuring-css-styles.md)
* Check "**Collapsible**" to give a column proper ability
* "**Collapsed**" will be shown only if "**Collapsible**" is checked and allows to set default column state (collapsed or not)
* Click "**Save**" button to apply changes in column configuration and save dashboard.

### Filters Configuration

Select "**Filters Configuration**" tab:

<img src="/files/dlOHt7LGaJaSk75q86pl" alt="" class="gitbook-drawing">

* Select filtering:
  * **Allowed** - column can be filtered by both default (system) data sources and custom filters
  * **Allowed only Default Sources** - column can be filtered only by default (system) data sources
  * **Allowed only Custom Sources** - column can be filtered only by custom filters
* Click "**Save**" button to apply changes in column configuration and save dashboard.


---

# 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.flexikanban.ai/standard-kanban/configure-column/how-to-configure-column-container-and-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.
