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

# Troubleshooting

- [SimplyChat Login](https://help.windmillsoft.kr/en/simplychat/troubleshooting/simplychat-login.md)
- ["Access Denied" appears.](https://help.windmillsoft.kr/en/simplychat/troubleshooting/simplychat-login/access-denied-appears..md)
- [Violation of PRIMARY KEY constraint 'PK\_Organization'. Cannot insert duplicate key in object ..](https://help.windmillsoft.kr/en/simplychat/troubleshooting/simplychat-login/violation-of-primary-key-constraint-pk_organization.-cannot-insert-duplicate-key-in-object-...md)
- [Clicking the "Click here to Connect" button does not elicit any response.](https://help.windmillsoft.kr/en/simplychat/troubleshooting/simplychat-login/clicking-the-click-here-to-connect-button-does-not-elicit-any-response..md)
- [Auto-Response Settings](https://help.windmillsoft.kr/en/simplychat/troubleshooting/auto-response-settings.md): Here is a troubleshooting guide for auto-response settings.
- [The link isn't appearing on KakaoTalk](https://help.windmillsoft.kr/en/simplychat/troubleshooting/auto-response-settings/the-link-isnt-appearing-on-kakaotalk.md): Here's the solution for when a button that redirects to a specific URL isn't appearing on KakaoTalk in auto-response settings
- [The buttons at the next depth level are not responding when clicked.](https://help.windmillsoft.kr/en/simplychat/troubleshooting/auto-response-settings/the-buttons-at-the-next-depth-level-are-not-responding-when-clicked..md)
- [It doesn't revert to the initial auto-response even if you type anything](https://help.windmillsoft.kr/en/simplychat/troubleshooting/auto-response-settings/it-doesnt-revert-to-the-initial-auto-response-even-if-you-type-anything.md)
- [Omni Channel](https://help.windmillsoft.kr/en/simplychat/troubleshooting/omni-channel.md): Here's a list of answers for Omni-channel settings or frequently asked questions during usage.
- [How do you restart a completed consultation?](https://help.windmillsoft.kr/en/simplychat/troubleshooting/omni-channel/how-do-you-restart-a-completed-consultation.md)
- [What are the criteria for entering Omni-channel?](https://help.windmillsoft.kr/en/simplychat/troubleshooting/omni-channel/what-are-the-criteria-for-entering-omni-channel.md)
- [I completed the Omni-channel setup, but the status only shows as offline.](https://help.windmillsoft.kr/en/simplychat/troubleshooting/omni-channel/i-completed-the-omni-channel-setup-but-the-status-only-shows-as-offline..md)
- [I came to enable Service Presence Status Access, but there's nothing here.](https://help.windmillsoft.kr/en/simplychat/troubleshooting/omni-channel/i-came-to-enable-service-presence-status-access-but-theres-nothing-here..md)
- [There are incoming consultation requests while online, but they are not being routed.](https://help.windmillsoft.kr/en/simplychat/troubleshooting/omni-channel/there-are-incoming-consultation-requests-while-online-but-they-are-not-being-routed..md)
- [I've completed the setup with Status-based configuration, but consultation requests are not routing.](https://help.windmillsoft.kr/en/simplychat/troubleshooting/omni-channel/ive-completed-the-setup-with-status-based-configuration-but-consultation-requests-are-not-routing..md)


---

# 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/troubleshooting.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.
