# How to configure Card Layout

Go to "Layout" section of card properties at the right sidebar. Select Layout and click on link "create" ("edit", if card already has layout configured) to open **Card Layout** dialog popup.

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

### Basic Configuration

#### Layout Body

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

Select layout body "**None**"  in case you do not want to show sidebar (or modal popup) with card details when card is clicked.

Select Layout body "**Form**" if you need some specific form to be shown. Choose [form](/components/forms.md)  and specify parameter(s) if necessary. For example:

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

Select Layout Body "**Visualforce Page**" to show some existing page from current organization. Choose a page in the proper field and set parameters, if needed.

Set Layout Body "**Lightning Component**" to embed some component. Select component and set parameters, if necessary:

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

Select Layout Body "**Url**" to embed some other page. Fill in proper field with some external URL and specify parameters, if necessary.

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

{% hint style="warning" %}
Only URLs to secure sites are allowed. If specify non-secure URL the site will be blocked by system.
{% endhint %}

Select Layout Body "**SObject**" to show current object standard details. You need to set Record ID (e.g., select {Case.Id} in the [merge field picker](/standard-kanban/tools/using-merge-field-picker.md) to specify ID of record represented by current card).

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

Select Layout Body "**Standard**" to show multiple tabs in layout. Configure them on the "Tabs configuration" subtab that will appear:

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

#### Tabs Configuration

Open "**Tabs Configuration**" subtab.  "**SObject**" tab is preset to show current object standard details.

Click "**Add tab**" button to open config dialog popup. Enter label and title in proper field, select icon using "**Icon Library**".  Configure "**Conditions**", CSS Styles for tab in generic (inactive) and active states if necessary.

Select  tab layout type in "**Layout**" field. Tab layouts are the same as described above, except the "**Standard**" one.

"**Standard**" layout type allows user to configure custom set of fields to display. Add fields under each other by adding rows to layout, set labels and values, rearrange rows, if necessary.

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

#### Card Layout Positions

Select layout position in the proper picklist:

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

Position "**Right**" will cause layout be shown as right sidebar:

<figure><img src="/files/n8ntaoiURF95Z7FaUfK2" alt=""><figcaption></figcaption></figure>

Position "**Left**" will cause layout be shown as left sidebar:

<figure><img src="/files/qde7tGy69k2GgwepopES" alt=""><figcaption></figcaption></figure>

Position "**Modal**" will cause layout be shown as modal popup:

<figure><img src="/files/SVgmOgmnZJ0vnWgPFqbb" alt=""><figcaption></figcaption></figure>

#### Other Settings

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

{% hint style="info" %}
In case if you hid header or footer, you don't need to configure them as described below.
{% endhint %}

### Header Configuration

Go to "**Header Configuration**" tab to open "**Title Settings**".

Fill in "**Text**" field (static text, merge fields or formulas) and configure [CSS Styles](/standard-kanban/tools/configuring-css-styles.md).

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

### Footer Configuration

Open "**Footer Configuration**" tab and click "**Add Button**" to configure [buttons](/standard-kanban/tools/configuring-rows-cells-menus-and-buttons.md), if needed.

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

Click "**Save**" to apply changes in card layout 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-card/how-to-configure-card-layout.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.
