> For the complete documentation index, see [llms.txt](https://help.windmillsoft.kr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.windmillsoft.kr/en/simplychat/installation-and-basic-setup-guide/salesforce-settings/create-content-link-record.md).

# Create Content Link Record

## Create Content Link Record

* \[App Launcher]![](/files/TCtNd1cR1aijpn4Wev3V) > Enter 'Simply Chat' > \[Simply Chat] > \[Content Link] > \[New]

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

* Enter a value for each field > Click Save
  * You must enter all field values before you can use the Content Link function without errors.

<figure><img src="/files/8r1bTktwnGTaHeacN0vn" alt=""><figcaption></figcaption></figure>

## Content Link Fields

<table><thead><tr><th width="159.33333333333331">Field</th><th width="401">Description</th><th>Example</th></tr></thead><tbody><tr><td>Name</td><td>Name for separating each Content Link. You can view it through the [Link] button on the Call Screen.</td><td>Product</td></tr><tr><td>Active</td><td>Name for separating each Content Link. You can view it through the [Link] button on the Call Screen</td><td>Active</td></tr><tr><td>Object</td><td><p>The API name of the object to which you want to provide information.</p><p>You can check the API name of the object on Object Manager.</p><p><img src="/files/6mZ7dieUAXqYfDAYMT9E" alt=""> > [Setup] > [Object Manager]</p></td><td>Product2</td></tr><tr><td>Field</td><td><p>The field name that helps identify information identification.</p><p>You can enter multiple field names separated by commas.</p><p><img src="/files/6mZ7dieUAXqYfDAYMT9E" alt=""> > [Setup] > [Object Manager] > Select Object > You can check Field Name on [Fields &#x26; Relationships]</p></td><td>Name, ProductCode, DisplayUrl</td></tr><tr><td>Condition</td><td><p>Conditions that apply when searching.</p><p>You can enter multiple conditions using AND, OR.</p><p>Even if the Object field values are the same, the search results may differ if the Condition field values are different.</p></td><td>isActive = true</td></tr><tr><td>Ascending / Descending</td><td><p>How to sort search results.</p><p>Enter the fields that are sort criteria and the sort method separated by spaces.</p><p>Asc : Ascending / Desc : Descending</p></td><td>CreatedDate Desc</td></tr><tr><td>Channel</td><td>It's a messenger channel. Select and set up the saved messenger channel.</td><td>V2 Demo 1</td></tr><tr><td>Field to send</td><td><p>The name of the field used as the information provided to the customer.</p><p>You can provide the value of a field as information.</p><p><img src="/files/6mZ7dieUAXqYfDAYMT9E" alt=""> > [Setup] > [Object Manager] > Select Object > You can check Field Name on [Fields &#x26; Relationships]</p></td><td>DisplayUrl</td></tr></tbody></table>

## Leverage content links

* The generated Content Link is available through the \[Link] button on the Chat screen of the Chat Session.

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

* You can set multiple objects on an object.
  * When you set up a campaign, you can provide the customer with information about the ongoing campaign.
  * If you set up an account, you can provide information about your partner or subsidiary to your customers.
* You can use Condition in many ways.
  * By setting a production year, you can separate products by production year and deliver information.
* In addition, you can use it in a variety of ways to deliver information to your customers.

<figure><img src="/files/vebqtpASeJ6lZ3JHdiRG" alt=""><figcaption><p>Content Link 활용 예시</p></figcaption></figure>

## Considerations for Creating Content Link Records

* You must enter the correct values for Object, Field, and Field to send.
  * Please refer Object Manager and Fields & Relationships.
* The values in the Field can be entered into multiple fields separated by commas.
* Check the value of Active if it is not available through the \[Link] button on the Call Screen.
* You can enter multiple conditions as AND, OR, calculating when all conditions must be met and when not.
* The Ascending / Descending value must be entered in the format 'Reference field' and 'Sort by'.


---

# 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://help.windmillsoft.kr/en/simplychat/installation-and-basic-setup-guide/salesforce-settings/create-content-link-record.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.
