> For the complete documentation index, see [llms.txt](https://help.genesis.autify.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.genesis.autify.com/features-ko/resources-context/resources-and-context-overview.md).

# 리소스 및 컨텍스트 개요

이 페이지에서는 리소스 및 컨텍스트를 설명합니다. Genesis의 AI는 워크스페이스에 등록된 **리소스**를 참조하면서 작업을 실행합니다. 등록된 리소스가 어떻게 활용되는지 설명합니다.

## 리소스

리소스란 AI가 작업을 실행할 때 참조하는 정보원(코드나 문서 등)을 말합니다. 이는 워크스페이스의 **리소스 및 컨텍스트** 탭에서 지식 베이스로 통합 관리됩니다.

| 종류        | 설명                                      |
| --------- | --------------------------------------- |
| **코드베이스** | GitHub 리포지토리 또는 ZIP 파일                  |
| **파일**    | PRD·사양서·PDF 등의 파일이나 워크플로가 생성한 아티팩트(생성물) |

## 컨텍스트로서의 활용

등록된 리소스는 AI가 작업을 실행할 때 컨텍스트(전제 지식이나 배경 정보)로서 다음과 같이 활용됩니다.

### 리소스 검색

AI는 워크스페이스에 등록된 코드베이스나 텍스트 계열 파일을 참조하여 필요한 정보를 수집하면서 작업을 실행합니다.

등록된 코드베이스나 텍스트 계열 파일은 인덱싱되어 지식 베이스에 저장되므로, AI는 파일 탐색·문자열 검색에 더해 시맨틱 검색을 조합하여 관련 정보를 가져옵니다.

**시맨틱 검색이란**

시맨틱 검색은 키워드 자체뿐 아니라 문맥이나 의미의 유사성을 토대로 관련 정보를 찾아내는 검색 방법입니다. 표현이 완전히 일치하지 않아도 내용적으로 가까운 코드나 파일을 찾을 수 있습니다.

예를 들어 "로그인 기능의 사양을 알고 싶다"라고 검색한 경우, `login`이라는 단어가 그대로 적힌 부분뿐 아니라 `sign-in`, `인증`, `사용자 확인` 등 의미적으로 가까운 내용을 포함한 사양서나 구현도 찾기 쉬워집니다.

### 특정 파일의 직접 지정

특정 파일을 직접 지정하여 AI가 참조하도록 할 수도 있습니다. AI 어시스턴트의 채팅 화면이나 워크플로 실행 시에 지정할 수 있으며, 버전을 지정하여 과거 버전의 파일을 참조할 수도 있습니다.

## 기타 컨텍스트

워크플로 기능에서는 리소스 외에도 다음 정보를 컨텍스트로 사용할 수 있습니다.

* **컨텍스트 변수** ― 워크플로 정의에서 설정한 텍스트·숫자 변수
* **상위 블록의 출력** ― 워크플로 안에서 상위 블록의 처리 결과
* **트리거 정보** ― GitHub Webhook 등으로 자동 실행되었을 때의 정보


---

# 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.genesis.autify.com/features-ko/resources-context/resources-and-context-overview.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.
