# API 연동 가이드

- [SSO 연동 가이드](https://docs.archisketch.com/dev/api-2/sso.md): 파트너사 인증 서버와 아키스케치를 SSO로 연동하는 방법을 안내해요.
- [API 인증 토큰 발급받기](https://docs.archisketch.com/dev/api-2/api.md): 인증 토큰을 발급받고 API를 호출해보세요.
- [3D 상품 연동하기](https://docs.archisketch.com/dev/api-2/3d-product-integration.md): 파트너사 개발자가 Archisketch Open API를 처음 연동할 때 따라야 할 전체 흐름을 설명합니다.
- [모델링 등록하기](https://docs.archisketch.com/dev/api-2/3d-product-integration/modeling.md): 3D 모델 파일을 업로드하여 모델링을 생성하는 방법을 안내합니다.
- [컴포넌트 등록하기](https://docs.archisketch.com/dev/api-2/3d-product-integration/component.md): 모델링을 기반으로 컴포넌트를 생성하고 관리하는 방법을 안내합니다.
- [파라메트릭 컴포넌트 등록하기](https://docs.archisketch.com/dev/api-2/3d-product-integration/parametric.md): 파라미터로 치수·색상 등을 동적으로 조합할 수 있는 파라메트릭 컴포넌트를 생성하고 관리하는 방법을 안내합니다.
- [상품 등록하기](https://docs.archisketch.com/dev/api-2/3d-product-integration/product.md): 컴포넌트를 기반으로 상품을 생성하고 관리하는 방법을 안내합니다.
- [MCP 연동 가이드](https://docs.archisketch.com/dev/api-2/mcp.md): AI 코딩 도구에서 아키스케치 API 문서를 직접 검색할 수 있는 MCP 서버 연동 방법을 안내합니다.
- [변경이력](https://docs.archisketch.com/dev/api-2/changelog.md)


---

# 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.archisketch.com/dev/api-2.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.
