> For the complete documentation index, see [llms.txt](https://docs.storware.eu/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.storware.eu/70/deployment/endpoints-how-to-install/client-deployment/client-application-components.md).

# Client application components

Once the Storware Endpoints client software was installed, there are some changes made on the user's endpoint. Three application folders are created and the service handles continuous data protection.

## Application folders <a href="#application-folders" id="application-folders"></a>

Storware Endpoints client creates three folders by default on the system drive during the installation process:

* C:\Program Files\Storware\Kodo
* C:\ProgramData\Storware\Kodo
* C:\KodoTemp

The first folder contains all installation components and files required by the Storware Endpoints client.

All application settings, Tivoli Storage Manager settings, and logs from any client components are in `C:\ProgramData\` folder.

The third folder is a part of the Storware Endpoints **Continuous Data Protection** function.

**KodoTemp** folder is configured as hidden by default and located on system drive **C:\KodoTemp**. It is used to copy protected files after any change. This ensures that a backup version of the file is available after every change, even if there is no Internet access. All changes will be uploaded to the backup server when the network connection is restored.

The size of the KodoTemp folder can be set in the backup policy. It is good practice to set a maximum folder size to prevent running out of space on the system disk.

## Continuous Data Protection service <a href="#continuous-data-protection-service" id="continuous-data-protection-service"></a>

A core part of Storware Endpoints is a system service named **KodoService**. KodoService is used for the Continuous Data Protection (CDP) process. It tracks all changes in files and directories included by the backup policy. It should have access to all folders and files so KodoService is running on SYSTEM privileges.

![](/files/BpxRmVw3eL6mEbZOwOhc)


---

# 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:

```
GET https://docs.storware.eu/70/deployment/endpoints-how-to-install/client-deployment/client-application-components.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.
