> 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/salesforce-setup-guides/fetch-public-holidays.md).

# Fetch public holidays

Manage two years of information: the current year plus two additional years.

The management tasks include:

1. Adding public holidays and substitute holidays to the organization.
2. Deleting holidays that have passed (data older than two years).&#x20;

Every night at 12 AM, I fetch holiday information and add only new holidays that are not already in the organization.

{% hint style="warning" %}
Holidays work based on the time zone of the user registered on the SimplyChat server. For Korean holidays, please make sure to set the user's personal time zone to KST.
{% endhint %}

### To register a schedule

1. Click on the 'Run Schedule' tab in the SimplyChat app.

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

2. Clicking the 'Import holidays' button will schedule the import.

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

If the schedule registration is successful, the following message will be displayed.

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

If it's already registered, the error message will be displayed as follows.

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

3. Click the gear icon in the top right corner and then click on 'Setup'.
4. Enter and click 'remote site settings' in the Quick find box.

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

5. Click on the 'New Remote Site' button, enter the following information, and then save.\
   **Remote Site Name : DataPortal**

   **Remote Site URL : <https://apis.data.go.kr>**


---

# 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/salesforce-setup-guides/fetch-public-holidays.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.
