> For the complete documentation index, see [llms.txt](https://docs.archisketch.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.archisketch.com/guide/faq-1/partner-developer/sso.md).

# SSO integration

## What is SSO?

SSO (Single Sign-On) is a feature that lets users log in to the Archisketch service with accounts registered with a partner company. Users of the partner company can log in directly with their partner company account without a separate Archisketch account.

## Is SSO integration required?

No, it is optional. 3D product registration and API integration are available without SSO. SSO is needed when you want users of the partner company to use the Archisketch editor directly within the partner company’s service.

## How do I get started with SSO integration?

SSO integration requires developer work. For more details, [\[SSO Integration Guide\]](/dev-kr/api-sdk/api-integration/sso-integration.md)please refer to it or contact the person in charge.


---

# 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.archisketch.com/guide/faq-1/partner-developer/sso.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.
