# Domain List

이 문서는 핵클 SDK가 기본적으로 연결하는 도메인을 설명합니다.

접근 제한을 설정한 경우, SDK가 해당 도메인에 정상적으로 접근할 수 있는지 확인해 주세요.

### 도메인

<table><thead><tr><th width="139.46484375">Service</th><th>URL</th></tr></thead><tbody><tr><td>Config</td><td><code>https://sdk.hackle.io</code> <code>https://client-sdk.hackle.io</code></td></tr><tr><td>Event</td><td><code>https://event.hackle.io</code></td></tr><tr><td>Monitoring</td><td><code>https://monitoring.hackle.io</code></td></tr></tbody></table>


---

# 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://docs.hackle.io/development-guide/troubleshooting/domain-list.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.
