> 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-textual-add-item.md).

# Creating a Textual workload item in a Fabric workspace

To add a Textual item to a Fabric workspace, you can start from either the workspace items list or the workspace actions menu.

## From the workspace items list <a href="#from-items-list" id="from-items-list"></a>

### Starting the new item

From the workspace list, to add a Textual workload to a Fabric workspace:

1. Click **New item**.
2. On the **New item** panel, click **Tonic Textual**.

<figure><img src="/files/tVuFpJXE2LfXRBSTtPa9" alt=""><figcaption><p>New item panel to select the type of item</p></figcaption></figure>

### Starting a free trial (first item only)

If this is the first Textual item that you are adding, then you are prompted to start a free trial. On the free trial panel, click **Start Trial**. When you create subsequent items, the free trial panel does not display.

<figure><img src="/files/SOw4zA5M7R6IOR3Ux2Lz" alt=""><figcaption><p>Prompt to start a free trail of the Textual integration with Fabric</p></figcaption></figure>

During the free trial, details page for each Textual item tracks the remaining time and words, and provides an option to request an upgrade to a paid subscription.

<figure><img src="/files/7lUF1j6D9h7sCg4bieKh" alt=""><figcaption><p>Free trial status and upgrade option</p></figcaption></figure>

### Naming and creating the item

On the **Create Tonic Textual Item** panel, provide a name for the workspace item, then click **Create**.

<figure><img src="/files/GxblEYGz3WNLGQ0aMoIM" alt=""><figcaption></figcaption></figure>

## From the workspace options menu <a href="#from-options-menu" id="from-options-menu"></a>

To use the workspace options menu:

1. In the left navigation menu, click the options menu below the workspace name.
2. In the options menu, click **Create**.
3. On the **New** page, click **Tonic Textual**.
4. If this is the first item, then on the free trial panel, click **Start Trial**.
5. On the **Create Tonic Textual Item** panel, provide a name for the workspace item, then click **Create**.

## Changing the item name and description

After you create a Textual item, you can change the name and description.

1. Click the settings icon.

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

2. On the **About** tab of the settings page, In the **Name** field, provide the new name for the item.
3. In the **Description** field, provide the new description for the item.


---

# 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-textual-add-item.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.
