> For the complete documentation index, see [llms.txt](https://docs.aidi.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.aidi.ai/pre-built-reports/aidi-revenue-dashboard/connect-your-data.md).

# Connect Your Data

## 1. Download Templates

You need to have your Sales data along with the relevant masters such as Customer Master & Product Master. Download the following sample date and make sure you follow the same template.

{% file src="/files/nhAOfjRAGnAG59jI1X2n" %}
Sales Register
{% endfile %}

{% file src="/files/sIbp6U3niBxnfbtub0f8" %}
Item Master
{% endfile %}

{% file src="/files/1tH4mkamwZM70AjzSyB1" %}
Customer/Store/BP Master
{% endfile %}

## 2. Update the files with your own data

Replace the file contents with your own data.&#x20;

## 3. Upload the files into your Onedrive/Sharepoint

Simply upload the files to your Onedrive folder or Sharepoint site and make a note of the path.

The SharePoint path will look like this : [https://\<yourdomain>.sharepoint.com/sites/\<sitename>/Shared Documents/\<folder structure>/customer\_master.csv](https://vizlake.sharepoint.com/sites/VizlakeTeam/Shared%20Documents/Internal%20Activities/Demo/customer_master.csv)

### How to get path of the file in Onedrive

1. Go to your OneDrive or SharePoint online folder
2. Click on the file -> the details will be opened on the right pane
3. Scroll down and you will see the path -> simply copy it

<figure><img src="/files/AUXzHQpozQ1ctF9SVZP0" alt=""><figcaption></figcaption></figure>


---

# 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.aidi.ai/pre-built-reports/aidi-revenue-dashboard/connect-your-data.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.
