# 계정 / 대시보드

<details>

<summary>Q. API 키는 어디서 발급받나요?</summary>

A. Archisketch 대시보드에 로그인한 후 API 키 발급 메뉴에서 발급받을 수 있습니다. 발급받은 `x-api-key`는 모든 API 요청 헤더에 포함해야 합니다.

{% hint style="warning" %}
API 키는 외부에 노출되지 않도록 안전하게 보관하세요.
{% endhint %}

</details>

<details>

<summary>Q. 대시보드 접근 권한은 어떻게 받나요?</summary>

A. 아키스케치 파트너사 계약 후 담당자를 통해 대시보드 접근 계정을 발급받을 수 있습니다. 문의는 [연동/개발 문의](https://www.archisketch.com/ko/enterprisetrial/)를 통해 남겨주세요. 아키스케치 담당자와 질의를 주고 받을 수 있어요.

</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/account.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.
