> 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/custom-settings.md).

# Custom settings

Custom setting

* ![](/files/6mZ7dieUAXqYfDAYMT9E) > \[Setup] > Quick Find > \[Custom Settings] > SC Setup > \[Manage]

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

* \[New] > After entering the settings, click Save to proceed with the custom settings.

<figure><img src="/files/1LBhIruEV1GMiOClmImW" alt=""><figcaption></figcaption></figure>

<table><thead><tr><th width="266">name</th><th width="481.3333333333333">Default Value</th></tr></thead><tbody><tr><td>Chat After Time</td><td>1</td></tr><tr><td>Chat After Time</td><td></td></tr><tr><td>Debug Mode</td><td>false</td></tr><tr><td>End Chat Management</td><td>Daily</td></tr><tr><td>End Chat Management Time</td><td>Time you want to run</td></tr><tr><td>Random Name</td><td>true</td></tr><tr><td>Max Chat Number</td><td>100</td></tr><tr><td>Only Owner available to chat</td><td>true</td></tr><tr><td>Server URL</td><td>https://wisetalk.windmillsoft.kr</td></tr><tr><td></td><td>demo : https://simplychatuat.azurewebsites.net</td></tr></tbody></table>

## Custom Setting items

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

<table><thead><tr><th width="272">name</th><th width="378.3333333333333">descrpition</th><th data-type="checkbox">Essential</th></tr></thead><tbody><tr><td>Chat After Time</td><td>This is a setting for the auto-termination time. The input unit is based on hours, and decimals are converted based on 60 minutes.<br>The minimum setting is 1 hour..</td><td>false</td></tr><tr><td>Chat After Alert Time</td><td>This is a setting for the alert notification time n minutes before auto-termination.</td><td>false</td></tr><tr><td>Debug Mode</td><td>This item is not currently in use.</td><td>false</td></tr><tr><td>End Chat Management</td><td><p>Specifies when to leave a chat history for when the chat session status value is End of Chat. </p><p>Possible values are as follows.<br>- Immediately <br>- Daily (Recommend)<br>- Weekly<br>- Monthly<br>- Quarterly<br>- Yearly</p></td><td>true</td></tr><tr><td>End Chat Management Time</td><td><p>Specifies when a chat history is generated.<br>※ Required if it is not Immediatelly. </p><p>For example, the value of the above image creates a chat that ends at 8 am the next day.</p></td><td>false</td></tr><tr><td>Random Name</td><td>Whether to specify a random name. It's a must-check for now.</td><td>true</td></tr><tr><td>Max Chat Number</td><td>Sets the number of chats that can be shown at one time.</td><td>true</td></tr><tr><td>Only Owner available to chat</td><td>When selected, only Chat Session and Chat Customer recorders are allowed to chat. </td><td>false</td></tr><tr><td>Server URL</td><td>Enter the address of the Windmill Soft server where the Og and Messenger information is stored.</td><td>true</td></tr></tbody></table>

## Considerations when setting up customization

* You must set up the required settings so that you can use Simple Chat without errors.
* We recommend that you proceed with the default setting.


---

# 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/custom-settings.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.
