# How-tos

- [Create a bridge to integrate and transform plans](https://docs.fabricplan.com/infobridge/how-tos/1.-create-bridge.md)
- [Import measures between Planning sheets](https://docs.fabricplan.com/infobridge/how-tos/import-measures-between-planning-sheets.md)
- [Import data into a bridge](https://docs.fabricplan.com/infobridge/how-tos/2.-add-source-to-bridge.md)
- [Manage query operations](https://docs.fabricplan.com/infobridge/how-tos/4.-manage-queries.md)
- [Query transformations](https://docs.fabricplan.com/infobridge/how-tos/4.-manage-queries/query-transformations.md)
- [Append](https://docs.fabricplan.com/infobridge/how-tos/4.-manage-queries/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/infobridge/how-tos/4.-manage-queries/query-transformations/join.md): Explore how to leverage joins to retrieve data from multiple tables using a related column.
- [Duplicate](https://docs.fabricplan.com/infobridge/how-tos/4.-manage-queries/query-transformations/duplicate.md)
- [Writeback transformed data from InfoBridge](https://docs.fabricplan.com/infobridge/how-tos/writeback-transformed-data-from-infobridge.md)


---

# 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.fabricplan.com/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.
