> For the complete documentation index, see [llms.txt](https://docs.hackle.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hackle.io/en/sdk-link-info/sdk-info.md).

# SDK Integration Info

Click **`SDK Integration Info`** in the left menu of the Dashboard to see the screen below.

![](/files/fhvZDrPMY6xoXZLPU2Tx)

You can see that it provides overall SDK-related information. There is no difference in menu composition or content between the Production Environment and the Development Environment. More details are as follows.

## 1. SDK Integration Info

![](/files/WBscEtpiPUEqdRpFEl6s)

Clicking **`Learn More About the SDK`** takes you to the \[SDK]\(../개발자 문서/sdk-intro/index.md) documentation in this user guide. You can also click the **`Invite Developer`** button on the right to invite a team member to the Dashboard. Related details are covered in the [Invite Member](/en/workspace/invite-member.md) documentation.

## 2. SDK Keys by Environment

![](/files/gdyYnC8tv0f3MEzaW6OQ)

This section lets you view the SDK Keys for each environment. For more details, refer to the \[SDK Keys]\(../개발자 문서/sdk-intro/get-your-key.md) documentation.

## 3. SDK Integration Status by Environment

![](/files/z7TkmFGoGoEgBg18b8mM)

![](/files/W7Sryq3dko4YkBdYcK3x)

You can see whether the SDK integration is complete for each environment. By default, as shown in the image above, a gray X icon is displayed with the message **SDK Not Integrated**. Once the integration is complete, the message changes to **SDK Integration Complete** with a green checkmark icon.

## 4. View SDK Integration Guide

You can select a language and environment to view an SDK integration guide that matches your conditions.

![](/files/2WWxu6fEcBD83ma479qQ)

However, the guide provided here only covers essential content, so be sure to refer to the SDK documentation for each language for more detailed information.


---

# 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.hackle.io/en/sdk-link-info/sdk-info.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.
