# 단백질 추가 및 활성화

**HyperLab에서 AI 실험을 수행하려면 타겟 단백질을 등록해야 합니다.**

1. **단백질 등록 및 분석**\
   프로젝트에 사용할 단백질을 등록한 후, 적합한 수용체(Receptor)를 설정하기 위해 구조를 분석합니다.
2. **AI 실험을 위한 단백질 활성화**\
   단백질 등록 후, AI 실험을 위해 해당 단백질을 활성화합니다. AI 실험은 이 활성화된 단백질을 기반으로 수행되며, 실험 결과도 이에 따라 관리됩니다.

***

### 단백질 등록 및 관리

{% stepper %}
{% step %}
프로젝트에 진입합니다. `단백질 관리`를 클릭합니다.&#x20;
{% endstep %}

{% step %}
단백질 등록을 위해 `단백질 추가` 버튼을 클릭해 주세요.

<figure><img src="/files/bf2JZjRhgVq3sGggD3D0" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
단백질을 등록합니다.

단백질은 3D 구조와 Sequence 두가지 유형 중 하나로 등록할 수 있습니다.

* **3D 구조**: 단백질의 3D 구조가 결정된 경우 (예: X-ray, Cryo-EM, NMR) PDB ID, UniProt ID 등을 이용해 등록할 수 있습니다. 해당 단백질은 고정된 단백질 구조를 바탕으로 AI 실험이 수행됩니다.
* **Sequence**: 단백질, Gene 이름을 알고 있는 경우 단백질 검색하여 입력하기 기능을 통해 단백질의 시퀀스를 찾아 등록할 수 있습니다. 해당 단백질은 AI 실험시를 동적인 구조 변화를 확인할 수 있습니다.

<figure><img src="/files/ShEX3pystyw3w3XffbBa" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
단백질 등록이 완료된 후 AI 실험을 위해 해당 단백질을 활성화 합니다.

<figure><img src="/files/qnewIa7gHbl8CLBS4x2y" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}

이러한 단계를 따라 진행하면, 등록된 단백질 구조를 기반으로 AI 실험이 수행되며, 실험 결과를 효과적으로 관리할 수 있습니다.


---

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