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

# Selecting the source files and output destination

## Setting the source and destination for a new item

### Adding source files to the workload item

After you create the workload item, the next step is to select the source data to scan and redact.

The source data must be in OneLake.

1. Select the lakehouse.

<figure><img src="/files/arfID4e7BQFEn3RP3Zus" alt=""><figcaption><p>Lakehouse selection for a Textual item</p></figcaption></figure>

2. Click **Next**.
3. Within the lakehouse, select the folders and files to redact.\
   \
   When you select a folder, Textual scans and redacts all of the files in that folder.

<figure><img src="/files/L4ScFqPGLLhTg8XeWrGi" alt=""><figcaption><p>Selecting input files from a lakehouse</p></figcaption></figure>

3. Click **Save Input Configuration**.

### Setting the destination location for the redacted files

After you select the source files, you select the OneLake location where Textual writes the redacted files.

1. On the destination page, select the lakehouse where the output folder is located.

<figure><img src="/files/LggBPrvN2SVAab7GTX0q" alt=""><figcaption><p>Selecting the lakehouse where the output folder is located</p></figcaption></figure>

2. Click **Next**.
3. Within the lakehouse, select the output folder.

<figure><img src="/files/avDVXO4BIPcFYcO125Iz" alt=""><figcaption><p>Selecting the output folder</p></figcaption></figure>

4. Click **Save Output Configuration**.

## Changing the source files and destination location

For a Textual item, you can select different source files and change the destination location.

To display the source and destination settings page:

1. Click the settings icon.

<figure><img src="/files/dlayUH4eDXADxFAhbBeI" alt=""><figcaption><p>Settings icon for a Textual item</p></figcaption></figure>

2. Click **Source and destination settings**.

### Selecting different source files

To select different source files:

1. On the **Source and destination settings** tab of the settings page, under **Source**, click **Edit Source**.
2. On the source files panel, select the folders and files to include.
3. Click **Save Input Configuration**.

### Selecting a new destination location

To select a different destination location:

1. On the **Source and destination settings** tab of the settings page, under **Destination**, click **Edit Destination**.
2. On the destination folder panel, select the destination folder.
3. Click **Save Output Configuration**.


---

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