# Components

- [Forms](/components/forms.md): The Flexi Kanban Forms is very flexible and powerful tool for building lightning ready user interface. The Flexi Kanban Forms could be used in any place in your SF application.
- [Basics](/components/forms/basics.md): With the Flexi Kanban forms you can build fully dynamic interface that may interact with user and any other SF application components.
- [Form Building Overview](/components/forms/basics/form-building-overview.md)
- [Working with Form Settings](/components/forms/basics/working-with-form-settings.md)
- [Working with Source Object fields](/components/forms/basics/working-with-source-object-fields.md)
- [How to Preview the Form](/components/forms/basics/how-to-preview-the-form.md)
- [How to configure the Form Sharing Rules](/components/forms/basics/how-to-configure-the-form-sharing-rules.md)
- [Understanding the Form Dependencies](/components/forms/basics/understanding-the-form-dependencies.md)
- [Working with Conditional Styles](/components/forms/basics/working-with-conditional-styles.md)
- [Working with Conditions](/components/forms/basics/working-with-conditions.md)
- [Search Over the Form](/components/forms/basics/search-over-the-form.md)
- [Tools](/components/forms/tools.md)
- [Variables](/components/forms/tools/variables.md)
- [Additional Fields](/components/forms/tools/additional-fields.md)
- [Context Object](/components/forms/tools/context-object.md)
- [Form Action](/components/forms/tools/form-action.md)
- [Event](/components/forms/tools/event.md)
- [Components](/components/forms/components.md)
- [Add and Remove Form Components](/components/forms/components/add-and-remove-form-components.md)
- [Components Basic Properties](/components/forms/components/components-basic-properties.md)
- [Components Validation Rules](/components/forms/components/components-validation-rules.md)
- [Styling Form and Form Components](/components/forms/components/styling-form-and-form-components.md)
- [String Field](/components/forms/components/string-field.md)
- [Text Area Field](/components/forms/components/text-area-field.md)
- [Rich Text Field](/components/forms/components/rich-text-field.md)
- [Lookup Field](/components/forms/components/lookup-field.md)
- [Date Field](/components/forms/components/date-field.md)
- [Datetime Field](/components/forms/components/datetime-field.md)
- [Time Field](/components/forms/components/time-field.md)
- [Number Field](/components/forms/components/number-field.md)
- [Currency Field](/components/forms/components/currency-field.md)
- [Multi-Select Field](/components/forms/components/multi-select-field.md)
- [Picklist Field](/components/forms/components/picklist-field.md)
- [Option: Section](/components/forms/components/option-section.md)
- [Option: Static Text](/components/forms/components/option-static-text.md)
- [Option: Image](/components/forms/components/option-image.md)
- [Option: Blank Space](/components/forms/components/option-blank-space.md)
- [Option: File](/components/forms/components/option-file.md)
- [Option: Custom Button](/components/forms/components/option-custom-button.md)
- [Option: Custom URL](/components/forms/components/option-custom-url.md)
- [Option: Nested Form](/components/forms/components/option-nested-form.md)
- [Option: Lightning Component](/components/forms/components/option-lightning-component.md)
- [Option: Screen Flow](/components/forms/components/option-screen-flow.md)
- [List. Related Lists.](/components/forms/components/list.-related-lists..md)
- [Using Form](/components/forms/using-form.md)
- [How to incorporate Form into the Lightning Page](/components/forms/using-form/how-to-incorporate-form-into-the-lightning-page.md)
- [How to incorporate Form into Screen Flow](/components/forms/using-form/how-to-incorporate-form-into-screen-flow.md)
- [How to build the link to the Form](/components/forms/using-form/how-to-build-the-link-to-the-form.md)
- [(unpublished, empty)How to incorporate Form into the Lightning Component](/components/forms/using-form/unpublished-empty-how-to-incorporate-form-into-the-lightning-component.md)
- [How to run Form Action from Lightning Component](/components/forms/using-form/how-to-run-form-action-from-lightning-component.md)
- [Tricks, Hints and Best Practices](/components/forms/tricks-hints-and-best-practices.md)
- [How to configure communication between Forms](/components/forms/tricks-hints-and-best-practices/how-to-configure-communication-between-forms.md)
- [How to pre-populate form fields](/components/forms/tricks-hints-and-best-practices/how-to-pre-populate-form-fields.md)
- [Deployment of Forms](/components/forms/tricks-hints-and-best-practices/deployment-of-forms.md)
- [What Are Parameters?](/components/forms/tricks-hints-and-best-practices/what-are-parameters.md)
- [Actions/Action Groups](/components/actions-action-groups.md)
- [Basics](/components/actions-action-groups/basics.md): The Flexi Kanban Actions provide user an ability build the library of functional quick actions and use it in any place in the application.
- [Working with Actions](/components/actions-action-groups/basics/working-with-actions.md)
- [Working with Action Groups](/components/actions-action-groups/basics/working-with-action-groups.md)
- [Working with Functions](/components/actions-action-groups/basics/working-with-functions.md)
- [Working with Context objects](/components/actions-action-groups/basics/working-with-context-objects.md)
- [Working with Conditions](/components/actions-action-groups/basics/working-with-conditions.md)
- [Types](/components/actions-action-groups/types.md)
- [Validation Rule Action](/components/actions-action-groups/types/validation-rule-action.md)
- [Define Variable Action](/components/actions-action-groups/types/define-variable-action.md)
- [Create Record Action](/components/actions-action-groups/types/create-record-action.md)
- [Update Records Action](/components/actions-action-groups/types/update-records-action.md)
- [Delete Records Action](/components/actions-action-groups/types/delete-records-action.md)
- [Send Email Action](/components/actions-action-groups/types/send-email-action.md)
- [Callout Action](/components/actions-action-groups/types/callout-action.md)
- [Execute Apex Action](/components/actions-action-groups/types/execute-apex-action.md)
- [KanBan API Action](/components/actions-action-groups/types/kanban-api-action.md)
- [Using Actions](/components/actions-action-groups/using-actions.md)
- [!!unpublished empty!! How to execute Action/Group from the SF Process/Flow Builder](/components/actions-action-groups/using-actions/unpublished-empty-how-to-execute-action-group-from-the-sf-process-flow-builder.md)
- [How to execute Action/Group through the REST api](/components/actions-action-groups/using-actions/how-to-execute-action-group-through-the-rest-api.md)
- [!!unpublished empty!! How to execute Action/Group from the Einstain Bot](/components/actions-action-groups/using-actions/unpublished-empty-how-to-execute-action-group-from-the-einstain-bot.md)
- [!!unpublished empty !! How to execute Action/Group from APEX](/components/actions-action-groups/using-actions/unpublished-empty-how-to-execute-action-group-from-apex.md)
- [Best Practices](/components/actions-action-groups/best-practices.md)
- [!! How to use Execute in background option](/components/actions-action-groups/best-practices/how-to-use-execute-in-background-option.md)
- [!! Deployment Actions/Action Groups](/components/actions-action-groups/best-practices/deployment-actions-action-groups.md)
