# 유사 분자 탐색

**유사 화합물 탐색** 기능은 HyperLab에서 제공하는 **베타 기능**입니다.

* 해당 기능은 **PubChem API**를 활용하여, 저널 출판사, 특허, 벤더 등 수백 개의 데이터 소스에 보고된 유사한 화합물 목록을 제공합니다.
* **Learn more** 버튼을 클릭하면 해당 화합물의 **PubChem 페이지**로 이동합니다.\
  이 페이지에서는 화합물에 대한 **판매처 정보**, **생물학적 시험 결과** 등 더 자세한 정보를 확인할 수 있습니다.

#### 사용 방법

1. 분자 상세 페이지로 이동합니다.
2. 페이지를 아래로 스크롤하면 유사 분자 탐색이 나타납니다.
3. 원하는 유사도 기준을 선택하고 탐색 버튼을 클릭합니다.
4. 검색 결과가 나오면:
   * Bench로 직접 복사할 수 있으며,
   * **SMILES 구조**를 복사하려면 **\[Copy SMILES]** 버튼을 클릭하세요.

{% hint style="warning" %}
유사 화합물은 **최대 100개까지 목록**으로 제공됩니다.
{% endhint %}


---

# 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.hits.ai/docs-ko/project-feature-ko/bench/undefined-1/undefined-1.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.
