> 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/references.md).

# References

- [Glossary](https://docs.flexikanban.ai/references/glossary.md): Alphabetical definitions of Flexi Kanban terms used across the docs.
- [Highlights Panel](https://docs.flexikanban.ai/references/highlights-panel.md)
- [Application Settings](https://docs.flexikanban.ai/references/application-settings.md)
- [All Functions](https://docs.flexikanban.ai/references/all-functions.md): Single-page reference. Functions are grouped by the same categories as the existing subpages.
- [Functions](https://docs.flexikanban.ai/references/functions.md)
- [SObject](https://docs.flexikanban.ai/references/functions/sobject.md)
- [Text](https://docs.flexikanban.ai/references/functions/text.md)
- [Logical](https://docs.flexikanban.ai/references/functions/logical.md)
- [Numeric](https://docs.flexikanban.ai/references/functions/numeric.md)
- [Date and Time](https://docs.flexikanban.ai/references/functions/date-and-time.md)
- [JSON](https://docs.flexikanban.ai/references/functions/json.md)
- [System](https://docs.flexikanban.ai/references/functions/system.md)
- [Charts](https://docs.flexikanban.ai/references/functions/charts.md)
- [Query Conditions](https://docs.flexikanban.ai/references/query-conditions.md): Query conditions are used in many places that are Column Data Source Configurations, Forms, Actions, etc.
- [Apex Data Provider](https://docs.flexikanban.ai/references/apex-data-provider.md)
- [Deployment](https://docs.flexikanban.ai/references/deployment.md)
- [Deploying Using Standard Credentials](https://docs.flexikanban.ai/references/deployment/deploying-using-standard-credentials.md)
- [Deploying Using Connected App / External Client App Authentication](https://docs.flexikanban.ai/references/deployment/deploying-using-connected-app-external-client-app-authentication.md)
- [How to configure the Salesforce Connected Application for Flexi Kanban deployment](https://docs.flexikanban.ai/references/deployment/how-to-configure-the-salesforce-connected-application-for-flexi-kanban-deployment.md)
- [How to configure the Salesforce Extended Client Application for Flexi Kanban deployment](https://docs.flexikanban.ai/references/deployment/how-to-configure-the-salesforce-extended-client-application-for-flexi-kanban-deployment.md)
- [Handlers](https://docs.flexikanban.ai/references/handlers.md): Reference for handler configuration on interactive Flexi Kanban elements.
- [Navigation Handler Types](https://docs.flexikanban.ai/references/handlers/navigation-handler-types.md)
- [Automation Handler Types](https://docs.flexikanban.ai/references/handlers/automation-handler-types.md)
- [Kanban API Handler Types](https://docs.flexikanban.ai/references/handlers/kanban-api-handler-types.md)
- [Open CTI – Dial](https://docs.flexikanban.ai/references/handlers/kanban-api-handler-types/open-cti-dial.md)
- [Send Email](https://docs.flexikanban.ai/references/handlers/kanban-api-handler-types/send-email.md)
- [Create Note](https://docs.flexikanban.ai/references/handlers/kanban-api-handler-types/create-note.md)
- [Filters](https://docs.flexikanban.ai/references/handlers/kanban-api-handler-types/filters.md)
- [Apply Filters Template](https://docs.flexikanban.ai/references/handlers/kanban-api-handler-types/filters/apply-filters-template.md)
- [Apply Filters Template Conditions](https://docs.flexikanban.ai/references/handlers/kanban-api-handler-types/filters/apply-filters-template-conditions.md)
- [Select Filters Template](https://docs.flexikanban.ai/references/handlers/kanban-api-handler-types/filters/select-filters-template.md)
- [Clear Hidden Conditions](https://docs.flexikanban.ai/references/handlers/kanban-api-handler-types/filters/clear-hidden-conditions.md)
- [Merge Filters Template](https://docs.flexikanban.ai/references/handlers/kanban-api-handler-types/filters/merge-filters-template.md)
- [Add Filter Condition](https://docs.flexikanban.ai/references/handlers/kanban-api-handler-types/filters/add-filter-condition.md)
- [Add Labels Filter Condition](https://docs.flexikanban.ai/references/handlers/kanban-api-handler-types/filters/add-labels-filter-condition.md)
- [Apply Filter Conditions](https://docs.flexikanban.ai/references/handlers/kanban-api-handler-types/filters/apply-filter-conditions.md)
- [Clear Filter Conditions](https://docs.flexikanban.ai/references/handlers/kanban-api-handler-types/filters/clear-filter-conditions.md)
- [Reset Filter Conditions](https://docs.flexikanban.ai/references/handlers/kanban-api-handler-types/filters/reset-filter-conditions.md)
- [Form API Handler Types](https://docs.flexikanban.ai/references/handlers/form-api-handler-types.md)
- [Other Handler Types](https://docs.flexikanban.ai/references/handlers/other-handler-types.md)


---

# 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/references.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.
