> For the complete documentation index, see [llms.txt](https://docs.fabricplan.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fabricplan.com/documentation/readme/infobridge/how-tos.md).

# How-tos

- [Create a bridge to integrate and transform plans](https://docs.fabricplan.com/documentation/readme/infobridge/how-tos/1.-create-bridge.md)
- [Consolidate data between sheets](https://docs.fabricplan.com/documentation/readme/infobridge/how-tos/import-measures-between-planning-sheets.md)
- [Import data into a bridge](https://docs.fabricplan.com/documentation/readme/infobridge/how-tos/2.-add-source-to-bridge.md)
- [Manage query operations](https://docs.fabricplan.com/documentation/readme/infobridge/how-tos/4.-manage-queries.md)
- [Query transformations](https://docs.fabricplan.com/documentation/readme/infobridge/how-tos/query-transformations.md)
- [Append](https://docs.fabricplan.com/documentation/readme/infobridge/how-tos/query-transformations/append.md): In the module, we'll explore how to use append functions to combine data with the same structure from multiple tables.
- [Join](https://docs.fabricplan.com/documentation/readme/infobridge/how-tos/query-transformations/join.md): Explore how to leverage joins to retrieve data from multiple tables using a related column.
- [Duplicate](https://docs.fabricplan.com/documentation/readme/infobridge/how-tos/query-transformations/duplicate.md)
- [Writeback transformed data from InfoBridge](https://docs.fabricplan.com/documentation/readme/infobridge/how-tos/writeback-transformed-data-from-infobridge.md)


---

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

```
GET https://docs.fabricplan.com/documentation/readme/infobridge/how-tos.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.
