# Import Data

- [Connect to Google Sheet](https://docs.connectomesystem.com/import-data/connect-to-google-sheet.md): Google sheet is one of the most used spreadsheet program in the world, but it has its short comings like the limited of rows, not able to create dashboard out of it and data governance.
- [Upload Custom Data](https://docs.connectomesystem.com/import-data/upload-custom-data.md): You may already have existing data that you want to upload to our platform. Connectome accepts custom file upload for the common file formats so you can get started quickly.
- [API](https://docs.connectomesystem.com/import-data/api.md): Got your own APIs? Connect your platform to ours with the easy webhook service
- [Webhook](https://docs.connectomesystem.com/import-data/webhook.md): Instead of us making frequent request to your service, you can send us data whenever you want via webhook.


---

# 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.connectomesystem.com/import-data.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.
