# Frequently Asked Questions

# Which file types from github does Ketryx support?

Ketryx currently supports managing configuration items in the following file formats:

- Markdown (.md) files (support for all item types)
- Cucumber (.feature) files using Gherkin syntax (support for items of type _Test Case_)
- Java (.java) files (support for items of type _Test Case_)
- Kotlin (.kt) files (support for items of type _Test Case_)
- Swift (.swift) files (support for items of type _Test Case_)

More information about the configuration of Git-Based items can be found [here](https://docs.ketryx.com/manuals/man-09-git-based-configuration-items).
