# Connectome

## Connectome

- [Connectome Data Platform](https://docs.connectomesystem.com/connectome-data-platform.md)
- [Quick Start](https://docs.connectomesystem.com/getting-started/quick-start.md): Getting started with Connectome is really simple and fun and it involves three main steps. 1) Import data; 2) Manage data; and 3) Make use of data.
- [Workspace Invite](https://docs.connectomesystem.com/getting-started/workspace-invite.md)
- [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.
- [Collection](https://docs.connectomesystem.com/managing-your-data/collection.md): Collection can be understood as a data table. It can be a sales, membership or product catalog dataset.
- [Export to Excel](https://docs.connectomesystem.com/export-data/export-to-excel.md): Coming soon
- [Google Cloud](https://docs.connectomesystem.com/google-cloud.md)
- [Overview](https://docs.connectomesystem.com/google-cloud/overview.md)
- [Google Cloud Storage](https://docs.connectomesystem.com/google-cloud/google-cloud-storage.md)
- [Looker Studio](https://docs.connectomesystem.com/google-cloud/looker-studio.md)
- [DATA API](https://docs.connectomesystem.com/advance/data-api.md): Connect your data to your app instantly and securely
- [Dashboard](https://docs.connectomesystem.com/advance/dashboard.md): Instead of looking at thousands of row of data in your Excel sheet, you can create amazing visualization with our tools so you can dive deeper in your data and discover insights.
- [Note](https://docs.connectomesystem.com/advance/note.md): Writing notes allows you stay organized with your projects.
- [Report](https://docs.connectomesystem.com/advance/report.md): Query data from your collection and download the data in excel format


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.connectomesystem.com/connectome-data-platform.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.
