# File / Data Type Components

## Summary of File / Data Type Components

| Component                                                                                                                                                                        | Summary                                                                                     |
| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------- |
| [parse-kml-file](https://docs.cloneable.ai/cloneable-documentation/platform-documentation/components/file-data-type-components/parse-kml-file "mention")                         | Parse a KML file to extract information about point locations from within it                |
| [breakout-data-value](https://docs.cloneable.ai/cloneable-documentation/platform-documentation/components/file-data-type-components/breakout-data-value "mention")               | Breakout and parse complex data types within your application workflow                      |
| [convert-data-type](https://docs.cloneable.ai/cloneable-documentation/platform-documentation/components/file-data-type-components/convert-data-type "mention")                   | Convert data types in your application to another data type                                 |
| [get-existing-object-non-ui](https://docs.cloneable.ai/cloneable-documentation/platform-documentation/components/file-data-type-components/get-existing-object-non-ui "mention") | Use custom filtering logic to find data objects that are accessable within your application |


---

# 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.cloneable.ai/cloneable-documentation/platform-documentation/components/file-data-type-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.
