# Kalipso File Extensions

The following list shows the file extensions that Kalipso generates and uses.

| **Extension** | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| ------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **.KPR**      | Kalipso Compiled Project                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| **.KPE**      | Kalipso Project Exportation from Designer to Simulator                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| **.KDB**      | Kalipso Data Base                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| **.KIM**      | Kalipso Images                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| **.KDD**      | Kalipso Driver Definition                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| **.KDF**      | Kalipso Data File                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| **.KDR**      | KDriver (the file will be named KDriverProject.KDR indicating the project to be synchronized by KDriver)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| **.KZP**      | Kalipso Zipped Project (For project update/install)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| **.KPV**      | Kalipso Project Version                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| **.KCT**      | Kalipso Context                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| **.KTC**      | Kalipso Training Context                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| **.KCU**      | Kalipso Context With USW                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| **.KSA**      | Kalipso speaker adaptation profile                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| **.KEA**      | Kalipso environment acoustic model                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| **.KEF**      | Kalipso environment feature extractor                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| **.TSA**      | Temporary Kalipso speaker adaptation profile                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| **.TEA**      | Temporary Kalipso environment acoustic model                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| **.TEF**      | Temporary Kalipso environment feature extractor                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| **.KUD**      | Kalipso user word dictionary profile                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| **.GIT**      | The .git folder is present in the Automatic Backups folder because that's how Kalipso controls them. Any folder can be a git repository. At the moment Kalipso does not provide any interface with GitHub or similar but that can be achieved with a combination of external tools. If you want to manage your project versions with Git, you can simply install Git For Windows to manage the repositories and Git Extensions to have a user interface for it. There you'll be able to connect to a remote repository such as GitHub. We do plan to have this integration in Kalipso in the future. |
| **.MFS**      | Kalipso project file                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| **.KTK**      | Kalipso file with the tasks related to the project                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| **.KLB**      | Project translation file. Contains all multi-language strings of a project and allows to translate them in Designer without access to the Project.                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| **.KZC**      | Component generated from a project to link to another project without having access to the source.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |


---

# 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://doc.sysdevmobile.com/kalipso5/using/9.-other/kalipso-file-extensions.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.
