> For the complete documentation index, see [llms.txt](https://docs.dfinery.ai/user-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dfinery.ai/user-guide/begin-to-use-dfinery.md).

# 디파이너리 시작하기

- [회원가입하기](https://docs.dfinery.ai/user-guide/begin-to-use-dfinery/sign-up.md): DFN 2.0 콘솔에 계정을 생성하고, 기본적인 조직 세팅에 참고가 되는 설명을 담은 문서입니다.
- [조직 및 서비스 생성하기](https://docs.dfinery.ai/user-guide/begin-to-use-dfinery/create-org-and-svc.md)
- [보안 설정하기](https://docs.dfinery.ai/user-guide/begin-to-use-dfinery/security.md)
- [2단계 인증 설정하기](https://docs.dfinery.ai/user-guide/begin-to-use-dfinery/security/2fa.md)
- [CSV 다운로드 설정하기](https://docs.dfinery.ai/user-guide/begin-to-use-dfinery/security/csv.md)
- [조직 관리 및 권한](https://docs.dfinery.ai/user-guide/begin-to-use-dfinery/manage-org.md)
- [초대 및 권한 설정하기](https://docs.dfinery.ai/user-guide/begin-to-use-dfinery/manage-org/invitation-and-authority.md)
- [자주 묻는 질문 FAQ](https://docs.dfinery.ai/user-guide/begin-to-use-dfinery/manage-org/faq.md)
- [이벤트 및 속성 생성](https://docs.dfinery.ai/user-guide/begin-to-use-dfinery/event-and-property.md)
- [이벤트 택소노미 설계하기](https://docs.dfinery.ai/user-guide/begin-to-use-dfinery/event-and-property/taxonomy.md)
- [SDK 연동 테스트하기](https://docs.dfinery.ai/user-guide/begin-to-use-dfinery/event-and-property/sdk-test.md)
- [S2S API 연동 테스트하기](https://docs.dfinery.ai/user-guide/begin-to-use-dfinery/event-and-property/s2s-api-test.md)
- [자주 묻는 질문 FAQ](https://docs.dfinery.ai/user-guide/begin-to-use-dfinery/event-and-property/faq.md)
- [파트너 통합](https://docs.dfinery.ai/user-guide/begin-to-use-dfinery/partner-setting.md)
- [파트너 싱크 (Export)](https://docs.dfinery.ai/user-guide/begin-to-use-dfinery/partner-setting/export.md)
- [파이프라인 생성하기](https://docs.dfinery.ai/user-guide/begin-to-use-dfinery/partner-setting/export/create-pipeline.md)
- [자주 묻는 질문 FAQ](https://docs.dfinery.ai/user-guide/begin-to-use-dfinery/partner-setting/export/faq.md)
- [HTTP API (Export)](https://docs.dfinery.ai/user-guide/begin-to-use-dfinery/partner-setting/http-api-export.md)
- [콘솔 화면 가이드](https://docs.dfinery.ai/user-guide/begin-to-use-dfinery/console-screen.md): 디파이너리 CRM의 콘솔 화면 구성에 관한 기본적인 안내를 제공하는 문서입니다.


---

# 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://docs.dfinery.ai/user-guide/begin-to-use-dfinery.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.
