# Welcome

Xact offers a set of solutions for Hedera Hashgraph, including a Wallet. [**Xact Wallet**](https://wallet.xact.ac) allows users to manage their Hedera Hashgraph assets, and, in addition, to interface securely to applications built on the Hashgraph network using our [SDK](/xact/sdk/about-our-sdk.md).

If you are a developer willing to develop an application on Hedera Hashgraph, you are in the right place. We provide a free SDK for you to add functionality to your app.

#### Why Xact Wallet?

Xact Wallet allows users to manage their Hedera assets, including HBAR. But beyond this, it also allows to authorize (or not) certain operations on the account, without exposing the private key of the user.

For wallet users, this is an additional guarantee of security. For developers, it is a way to integrate a simple and fast interfacing solution to a Hedera user account.

#### Have questions? Suggestions?

We are working actively on our products, if you do have questions, do not hesitate to join our [Discord server](https://discord.com/invite/s9KkuhPSJc).


---

# 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://xact.gitbook.io/xact/master.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.
