> For the complete documentation index, see [llms.txt](https://happybara.gitbook.io/streamly/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://happybara.gitbook.io/streamly/reference/integrations/tools/smartsheet.md).

# Smartsheet

### [Integration](/streamly/concepts/integration.md) specification

{% hint style="info" %}
The point of connection for a [**Stream**](/streamly/concepts/stream.md) in a tool is referred to as an **integration component**.

The **integration component** in Smartsheet is the **Sheet.**
{% endhint %}

#### Each [Request](/streamly/concepts/request.md) submitted in a **Stream that is** [**connected**](/streamly/reference/streams/modify/tools.md) **to a Sheet creates a Row (a task) in that Sheet.**

### Field mapping

#### All Request fields receive their own column in each Sheet.

{% hint style="info" %}
**Sheet** Columns corresponding to **Request** fields that have been **removed** in the [**form** **builder**](/streamly/reference/streams/modify/form-builder.md) are moved far right of the **Sheet** and filled red.

If a field is **removed** using the **form builder** but not deleted from the [**field library**](/streamly/reference/streams/modify/field-library.md), it can be re-added to the form without creating an additional Column in the **Sheet**.
{% endhint %}

{% hint style="warning" %}
Fields that are **deleted** from the library **cannot** be reassociated with their original **column** in the **Sheet** by recreating the field and adding it to the **Request** form.
{% endhint %}

### Slack message deep linking

#### Each task (Row) that is created in a Sheet will be connected to the corresponding Request [message](/streamly/reference/requests/submit.md) in Slack via a deep link.

{% hint style="info" %}
The **deep link** is a special URL that opens Slack and takes you directly to the message.
{% endhint %}

The relevant **deep link** is added as an **Attachment** on each task.


---

# 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://happybara.gitbook.io/streamly/reference/integrations/tools/smartsheet.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.
