# Core concepts

- [Forms](https://docs.kasko.io/kasko-frontend-documentation/core-concepts/forms.md)
- [Validation](https://docs.kasko.io/kasko-frontend-documentation/core-concepts/validation.md)
- [Using existing validators](https://docs.kasko.io/kasko-frontend-documentation/core-concepts/validation/validators.md)
- [Adding custom validators](https://docs.kasko.io/kasko-frontend-documentation/core-concepts/validation/custom-validators.md)
- [Configuration](https://docs.kasko.io/kasko-frontend-documentation/core-concepts/configuration.md)
- [Price format](https://docs.kasko.io/kasko-frontend-documentation/core-concepts/configuration/configuring-price-format.md)
- [Date format](https://docs.kasko.io/kasko-frontend-documentation/core-concepts/configuration/configuring-date-format.md)
- [Performing API calls](https://docs.kasko.io/kasko-frontend-documentation/core-concepts/api-requests.md)
- [Toggling visibility of components](https://docs.kasko.io/kasko-frontend-documentation/core-concepts/visibility-condition.md)
- [Translations](https://docs.kasko.io/kasko-frontend-documentation/core-concepts/translations.md)
- [Assets and documents](https://docs.kasko.io/kasko-frontend-documentation/core-concepts/assets-and-documents.md)
- [Datasets](https://docs.kasko.io/kasko-frontend-documentation/core-concepts/datasets.md)
- [Rules For Robust Application](https://docs.kasko.io/kasko-frontend-documentation/core-concepts/rules.md)


---

# 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.kasko.io/kasko-frontend-documentation/core-concepts.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.
