# SSO 연동

<details>

<summary>Q. SSO가 무엇인가요?</summary>

A. SSO(Single Sign-On)는 파트너사에 등록된 계정으로 아키스케치 서비스에 로그인할 수 있도록 연동하는 기능입니다. 파트너사 사용자가 별도의 아키스케치 계정 없이 파트너사 계정으로 바로 로그인할 수 있습니다.

</details>

<details>

<summary>Q. SSO 연동은 필수인가요?</summary>

A. 아니요, 선택 사항입니다. 3D 상품 등록 및 API 연동은 SSO 없이도 가능합니다. SSO는 파트너사 사용자가 아키스케치 에디터를 파트너사 서비스 내에서 직접 사용하게 하려는 경우에 필요합니다.

</details>

<details>

<summary>Q. SSO 연동을 시작하려면 어떻게 해야 하나요?</summary>

A. SSO 연동은 개발자 작업이 필요합니다. 자세한 내용은 [SSO 연동 가이드](https://archisketch-docs.gitbook.io/archisketch/dev/api-2/sso)를 참고하거나 담당자에게 문의해주세요.

</details>


---

# 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/help/readme/sso.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.
