> 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.md).

# How To Guides

- [Getting Started](https://data-tiles.gitbook.io/latttice-how-to-guide/how-to-guides/getting-started.md): Connecting to your Data.
- [Latttice Dashboard](https://data-tiles.gitbook.io/latttice-how-to-guide/how-to-guides/latttice-dashboard.md): Latttice Home Page
- [Latttice CoPilot](https://data-tiles.gitbook.io/latttice-how-to-guide/how-to-guides/latttice-copilot.md): Latttice CoPilot is an AI-powered assistant designed to help you discover, create, and collaborate on data products—whether structured or unstructured—using natural language, with zero code needed.
- [How to integrate AI Models with Latttice Data Products](https://data-tiles.gitbook.io/latttice-how-to-guide/how-to-guides/latttice-copilot/how-to-integrate-ai-models-with-latttice-data-products.md): Connect externally hosted AI models to Latttice as data sources and seamlessly embed them into your Foundation, Fused or Analytical Data Products to operationalize intelligent, AI-powered insights.
- [Latttice Governance](https://data-tiles.gitbook.io/latttice-how-to-guide/how-to-guides/latttice-governance.md): Latttice employs four layers of computational data governance—Data Sensitivity, RBAC, ABAC, and FGA—to provide secure, compliant, and fine-grained control over your data products
- [Latttice Pin Board](https://data-tiles.gitbook.io/latttice-how-to-guide/how-to-guides/latttice-pin-board.md): Data Product Marketplace.
- [Editing Data Products via the Pin Board](https://data-tiles.gitbook.io/latttice-how-to-guide/how-to-guides/latttice-pin-board/editing-data-products-via-the-pin-board.md): After creating your Data Product, you may have further modification requirements.
- [Latttice Fusion](https://data-tiles.gitbook.io/latttice-how-to-guide/how-to-guides/latttice-fusion.md): Fusion is Latttice's AI Assistant, enabling you to explore, analyze, and fuse foundational data products with ease. By simplifying these processes, Fusion helps unlock your data's full potential.
- [Fusing Data Products in Latttice Fusion](https://data-tiles.gitbook.io/latttice-how-to-guide/how-to-guides/latttice-fusion/fusing-data-products-in-latttice-fusion.md): Latttice Fusion lets you fuse data products from multiple sources into one unified product effortlessly.
- [Latttice Connect](https://data-tiles.gitbook.io/latttice-how-to-guide/how-to-guides/latttice-connect.md): Latttice Connect ensures seamless access to your data, wherever it resides, through robust integration capabilities.
- [Data Product Workbench for Collibra](https://data-tiles.gitbook.io/latttice-how-to-guide/how-to-guides/data-product-workbench-for-collibra.md): The Data Product Workbench for Collibra extends the Collibra Data Intelligence Platform by enabling organizations to design, build, secure, and publish governed data products directly from metadata.
- [Key Capabilities](https://data-tiles.gitbook.io/latttice-how-to-guide/how-to-guides/data-product-workbench-for-collibra/key-capabilities.md)
- [Collibra Operating Model for Latttice](https://data-tiles.gitbook.io/latttice-how-to-guide/how-to-guides/data-product-workbench-for-collibra/collibra-operating-model-for-latttice.md)
- [Appendix](https://data-tiles.gitbook.io/latttice-how-to-guide/how-to-guides/appendix.md)
- [The Glossary](https://data-tiles.gitbook.io/latttice-how-to-guide/how-to-guides/the-glossary.md)
- [FAQs](https://data-tiles.gitbook.io/latttice-how-to-guide/how-to-guides/faqs.md): Find answers to the most common questions about Lattice to help you get started and make the most of the platform.


---

# 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.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.
