> For the complete documentation index, see [llms.txt](https://data-tiles.gitbook.io/latttice-how-to-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://data-tiles.gitbook.io/latttice-how-to-guide/how-to-guides/latttice-connect.md).

# Latttice Connect

### Why Latttice Connect Matters

Latttice Connect ensures that your data products are accessible and actionable, allowing you to use them with the tools and platforms that best fit your business needs. By offering REST API connectivity, Latttice Connect eliminates barriers to integration, making it easy to leverage your data wherever and however you need it.

Here’s why Latttice Connect is essential:

* **Direct Tool Integration**: Use REST API keys to connect tools of choice, or custom applications directly to your Data Products.
* **Enhanced Accessibility**: Make your created Data Products instantly available to your preferred tools without additional setup.
* **Scalability and Flexibility**: Seamlessly integrate new tools as your business needs evolve.
* **Pin Board Feature**: Latttice Connect is a feature of the Pin Board, enabling secure and streamlined sharing of your Data Products across your organization.

### Functions that can Connect to Data Products Created using Latttice Connect

* **Visualization Tools**: Create interactive dashboards and charts to analyze trends and insights.
* **Data Science Tools**: Perform advanced analytics, machine learning, or statistical modeling.
* **Business Intelligence Platforms**: Generate reports and monitor KPIs across the organization.
* **CRM Systems**: Integrate customer data to enhance sales and marketing strategies.
* **Marketing Analytics Tools**: Track campaign performance and customer behavior.
* **Spreadsheet Applications**: Download and manipulate data for ad hoc analysis.
* **Custom Applications**: Connect internal dashboards or build proprietary systems tailored to your needs.
* **Automation Tools**: Streamline workflows by integrating with automation platforms.

By combining flexible integration with a wide range of functional tools, Latttice Connect ensures that your data products become valuable assets that are easy to use, share, and scale driving business growth.

Below, you’ll find example guides highlighting connecting your Data Products to Excel and LattticeGPT demonstrating how easy it is to get started with Latttice Connect.

{% embed url="<https://scribehow.com/viewer/How_to_connect_your_Data_Product_in_Latttice_to_Excel__QWBqfUgERGiFOlFrOMXeIA?referrer=documents>" %}

{% embed url="<https://scribehow.com/viewer/How_to_use_Latttice_GPT_to_converse_with_your_Latttice_Data_Products__SOTFiKkdQ_y8DWFIz0uJ2A?referrer=documents>" %}


---

# 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://data-tiles.gitbook.io/latttice-how-to-guide/how-to-guides/latttice-connect.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.
