# Files and Sheets

**Google Sheets**

1. From your Google Sheets workbook, navigate to the top right corner and click on the Share button, then copy the URL link.
2. On the same popup, under General access, set it to "Anyone with the link".
3. Transition to the Athenic AI application and navigate to the datasource page, where you can select Google Sheets.
4. Fill the Data source name with the name that you'll identify your data source with in Athenic AI.
5. Insert the copied URL into the Workbook URL field.
6. Fill in the name of your Google Sheets name that you wish to connect.
7. Proceed by clicking the Connect button.

**CSV**

1. Fill the Data source name with the name that you'll identify your data source with in Athenic AI.
2. Upload your file. It must be in CSV format.
3. You can add as many files as you like up to 100 MB altogether.


---

# 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.athenic.com/integrations-and-data-connectors/files-and-sheets.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.
