# Smartsheet

### [Integration](https://happybara.gitbook.io/streamly/concepts/integration) specification

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

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

#### Each [Request](https://happybara.gitbook.io/streamly/concepts/request) submitted in a **Stream that is** [**connected**](https://happybara.gitbook.io/streamly/reference/streams/modify/tools) **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**](https://happybara.gitbook.io/streamly/reference/streams/modify/form-builder) 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**](https://happybara.gitbook.io/streamly/reference/streams/modify/field-library), 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](https://happybara.gitbook.io/streamly/reference/requests/submit) 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: 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://happybara.gitbook.io/streamly/reference/integrations/tools/smartsheet.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.
