> For the complete documentation index, see [llms.txt](https://docs.flexikanban.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.flexikanban.ai/components/forms/tools/additional-fields.md).

# Additional Fields

You can use context object lookup values in the various form setting such as condition styles, option groups, related list actions using additional fields data. Using additional fields you can get lookup values up to 3rd level of dependency.

Below is example setup demonstrating adding of field and displaying it on the form. Form in the example is tied to Account object.

Open menu "Tools"(1) and select "Fields" option (2)

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

On "Fields" popup choose lookup field (3):

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

Choose one of the lookup fields (4) from the picklist containing Parent Account ID fields:

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

Choose field (5) from the next picklist containing User fields. Click "Add field" button (6):

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

Click 'Save' button (7).

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

{% hint style="info" %}
This field (8) stores email of a user who was last modifying Parent Account record linked to the Account.
{% endhint %}

Add [Static Text](x-screensteps-link://screensteps.com) component to the form:

* Expand "Options" section (9)
* Drag "Static Text" element (10) to the form

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

Select new field from the Context menu:

* Expand "Contex" section (11)
* Choose new field (12) from the "Context Fields" picklist &#x20;
* Copy merge field (13)

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

Update text value of  "Static Text" field:

* Expand "Setting" section (14)
* Paste merge field (13) into the "Text" field (15) of "Static Text" component
* Set "Title" field (16)

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

Save (17) the form and run (18) [Form preview](x-screensteps-link://screensteps.com):

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

Email (19) is displayed on the form preview:

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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.flexikanban.ai/components/forms/tools/additional-fields.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
