> 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/dev-en/api-sdk/api-integration.md).

# API Integration Guide

- [SSO Integration Guide](https://docs.archisketch.com/guide/dev-en/api-sdk/api-integration/sso-integration.md): This guide walks you through integrating your partner authentication server with Archisketch via SSO (Single Sign-On).
- [Obtaining an API Authentication Token](https://docs.archisketch.com/guide/dev-en/api-sdk/api-integration/api-token.md): Issue an authentication token and try calling the API.
- [Integrating 3D Products](https://docs.archisketch.com/guide/dev-en/api-sdk/api-integration/3d-product-integration.md): This guide explains the overall workflow that partner developers should follow when integrating the Archisketch Open API for the first time.
- [Register Modeling](https://docs.archisketch.com/guide/dev-en/api-sdk/api-integration/3d-product-integration/modeling.md): This guide explains how to create modeling assets by uploading 3D model files.
- [Register Component](https://docs.archisketch.com/guide/dev-en/api-sdk/api-integration/3d-product-integration/component.md): This guide explains how to create and manage components based on modeling.
- [Register Parametric Component](https://docs.archisketch.com/guide/dev-en/api-sdk/api-integration/3d-product-integration/parametric.md): This guide explains how to create and manage parametric components that allow dynamic combinations of parameters such as dimensions and colors.
- [Register Product](https://docs.archisketch.com/guide/dev-en/api-sdk/api-integration/3d-product-integration/product.md): This guide explains how to create and manage products (Sales) based on components.
- [MCP Integration Guide](https://docs.archisketch.com/guide/dev-en/api-sdk/api-integration/mcp-integration.md): This guide provides instructions on integrating the MCP server to directly search Archisketch API documentation within AI coding tools.
- [Change History](https://docs.archisketch.com/guide/dev-en/api-sdk/api-integration/changelog.md)


---

# 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/dev-en/api-sdk/api-integration.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.
