> For the complete documentation index, see [llms.txt](https://docs.cloudfabrix.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cloudfabrix.io/cfx-aia/aia-tasks-functions/actions/files.md).

# Files

**Navigation Path**: Actions -> Files

User can select Files option on the left side tab selection. Once selected, a user can see the following screen on the right side.&#x20;

{% hint style="info" %}
It is recommended to use EdgeCollector File Upload.&#x20;
{% endhint %}

![Fig1. Files Options](/files/-M6G-bAsZHLZ5zm3cp3K)

## 1. Asset Inventory File

If a customer has asset inventory file in csv or in excel format, then it can be uploaded here. An example Asset Inventory Template can used for reference (as shown in Fig2)&#x20;

![Fig2. Asset Inventory Upload](/files/-M7DOsLlPHuvQjzCF9S_)

1. Select File Type - CSV or Excel format
2. Choose File - To select file from local / network drive.
3. Select Sheet - Option only applicable for Excel (Choose the right sheet where data resides)
4. File Encoding - default 'utf8'.  Choose the right encoding type for the file data encoding type.
5. Is there a header row - If there is a header row, select Yes
6. Number of rows to skip - Select the number of rows to skip if they do not contain data.
7. Maximum rows to parse - Select the number of rows to parse (in case user needs to select less than all rows)
8. File Encoding - Select the right file format (Various file encoding types are supported)

Click Upload to upload the file contents.

{% hint style="warning" %}
Fig2, 9  - User can download Asset Inventory Template so that necessary data follows recommended data format as given in template before uploading data.
{% endhint %}

## 2. Contracts File

If a user has a contract file in csv / excel format, then it can be uploaded by clicking on ‘Contracts’. The upload process is similar to the procedure explained in section above 3.2.1. The contracts template is available as part of Contracts upload view.

## 3. Edge Collector File

EdgeCollector file is a zip file with all discovered assets  run as part of EdgeCollector collection. Click here to navigate to [Edge Collector](https://docs.cloudfabrix.io/cfx-aia/enterprisediscovery/cfxedgecollector)&#x20;

Click on 'Edge Collector' and following screen is displayed.

![Fig2. Upload EdgeCollector Contents in Zip Format File](/files/-M7DUx2oc5zsXvrS9pZx)

1. The current file type supported is Zip.
2. Choose File (Select file from network/local drive).
3. Click Upload to upload the discovered assets against the project for the customer.

{% hint style="info" %}
The status of file uploads can be viewed via [Clambda Jobs](https://docs.cloudfabrix.io/cfx-aia/customer-admin/my-customers/actions/clambda-jobs).
{% endhint %}


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.cloudfabrix.io/cfx-aia/aia-tasks-functions/actions/files.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
