> For the complete documentation index, see [llms.txt](https://archive-ko.docs.klaytn.foundation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://archive-ko.docs.klaytn.foundation/content/dapp/developer-tools/getting-started/klaytn-safe/design.md).

# Klaytn Safe Design

Currently, Klaytn Safe is a collection of tools to create and manage multi-signature wallets, viz:

* **Safe React:** This is a react web app to create and interact with a multi-sig wallet.
* **Safe Transaction Service:** This keeps track of transactions sent via safe contracts and listens to events from recent blocks in Cypress and Baobab. Transactions can also be sent to the service to allow off-chain collecting of signatures or to inform the owners about a transaction that is pending to be sent to the blockchain.
* **Safe Config Service:** This provides configuration information of the Klaytn Safe clients environment, e.g configs of all chain details and APIs.
* **Safe Client Gateway:** This is a gateway between the Klaytn Safe client and the backend services (transaction service and Klaytn Nodes)
* **Safe Infrastructure:** This is a cluster setup to deploy the backend services (Safe-Transaction, Safe-Config, Safe-Client gateway).

Please refer to this [link](https://github.com/klaytn/klaytn-safe-react) to get more 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://archive-ko.docs.klaytn.foundation/content/dapp/developer-tools/getting-started/klaytn-safe/design.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.
