> For the complete documentation index, see [llms.txt](https://docs.tonic.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tonic.ai/textual/textual-integrations/microsoft-fabric-integration/fabric-integration-about.md).

# About the Textual integration with Fabric

[Microsoft Fabric Vendor Attestation document for Tonic.ai](https://www.tonic.ai/terms/microsoft-fabric-textual-attestation-documentation)

The Textual workload in Fabric allows you to detect and replace sensitive values in OneLake files. You can then push the redacted files to an output location in OneLake.

<figure><img src="/files/sfbAMp7WSiueqFLqfxDs" alt=""><figcaption><p>Fabric integration workflow</p></figcaption></figure>

At a high level, after you [add the workload to your environment](/textual/textual-integrations/microsoft-fabric-integration/fabric-add-textual-workload.md):

1. [Create a Textual workload item in your workspace](/textual/textual-integrations/microsoft-fabric-integration/fabric-textual-add-item.md).
2. [Select the OneLake files to redact](/textual/textual-integrations/microsoft-fabric-integration/fabric-source-output.md#adding-source-files-to-the-workload-item).
3. [Select the OneLake location to push the redacted files to](/textual/textual-integrations/microsoft-fabric-integration/fabric-source-output.md#setting-the-destination-location-for-the-redacted-files).
4. [Sync the files](/textual/textual-integrations/microsoft-fabric-integration/fabric-entity-types.md#syncing-files-to-detect-entity-values).\
   \
   The sync process scans the files to detect values for built-in Textual entity types.\
   \
   It generates a list of the detected entity types.
5. [For each entity type, select the handling option](/textual/textual-integrations/microsoft-fabric-integration/fabric-entity-types.md#configuring-entity-type-handling).\
   \
   The handling option determines whether and how Textual replaces the values for each entity type.
6. [Push the redacted files to the output location](/textual/textual-integrations/microsoft-fabric-integration/fabric-push-files.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, and the optional `goal` query parameter:

```
GET https://docs.tonic.ai/textual/textual-integrations/microsoft-fabric-integration/fabric-integration-about.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.
