> For the complete documentation index, see [llms.txt](https://coinsafe.gitbook.io/coinsafe-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://coinsafe.gitbook.io/coinsafe-docs/tools/how-to-use-savesense-saving-suggestions.md).

# How to Use SaveSense Saving Suggestions

SafeSense AI helps you create a personalized savings plan in just a few steps.\
Here’s how to do it directly from your CoinSafe dashboard:

***

#### 1️⃣ Go to Your Dashboard

Start by going into[ coinsafe.network](https://coinsafe.network).\
On your dashboard, you’ll see a prompt or modal inviting you to Get Started with SafeSense AI.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXdXX1r8EQpCn-PD_tPaeXGkJXGeZo1Dh_B9oLTc2lk4fLiHF0d0hkO1SAxIiGzV8zVSXq4z2AQwi7psbNWdm9yJZ1RCvx8oNemftQvIfYXIHXjzckfHnpaky9QtGcDMIiS8te366A?key=duUHq43OJdE0_r8tKZn4ow" alt=""><figcaption></figcaption></figure>

***

#### 2️⃣ Click “Get Started”

Click the Get Started button to begin the process.\
This tells SafeSense AI to start analyzing your past transaction history from your connected wallet.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXeaGmJOkRmAvHRor27YKI7m5JeBxXXy7vU3rR5cg3FUOVCiUA5I8keTzOqU2mLAE4WsXWY60GtA7NBOh6Qszr9TSQHQJ2P-B6fUJNLvy830M5hOv8brOebtzGo_EYBf0zT7noj6?key=duUHq43OJdE0_r8tKZn4ow" alt=""><figcaption></figcaption></figure>

***

#### 3️⃣ AI Reviews Your Transaction History

SafeSense AI quickly scans your recent transactions (e.g., last 10–100) to understand:

* Your saving habits
* Typical deposit sizes
* How often you should save

This analysis only takes a moment and helps build a truly personalized plan. After analyzing, SafeSense AI presents you with a modal showing:

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXeFUCvHYLg23gTmRxeZyDC6_ORWj9oZ78tXVdepYig0QNIAYA80NWqSSErXyvgYht51hcrZYDKIQQTgbJLQcKffISD-iINIvlQHSvNJESy9dtBBLTGrZlQD5qxdDkuRyC6EsdZr?key=duUHq43OJdE0_r8tKZn4ow" alt=""><figcaption></figcaption></figure>

***

#### 5️⃣ Or Start from the “Save” Button

You can also start anytime by clicking the Save button on your dashboard.\
A modal appears with two choices:

* Manual Saving – Enter your deposit manually
* Personalized Saving – Click Personalized Saving to activate SafeSense AI.\
  It will instantly analyze your transaction history and generate a recommended savings plan tailored to your habits<br>

  <figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXc8R0ou_T1FpXHgbqDgQoiRzRhv6m2LKshfyWhfPdTeYsWAB8PbTG0DrwmDzQoWDGtg6zJP86YpPxPstZ28j4wHkMW25MPvpGJv37aficHQQuJnn-buztTjApBn0EGBSA1iRu-y?key=duUHq43OJdE0_r8tKZn4ow" alt=""><figcaption></figcaption></figure>

***

#### ✅ Ready to Save Smarter

With just a few clicks, you transform your past saving data into a smart, AI-backed strategy — keeping you on track and helping you save consistently.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXf7rxlPMsCS3bj6tk_Vz5mJf88VWP40EyMpI4-ckex83VNrLdF9m0jICwNdMRKdyaAWgJ1NAknQDPj9S25UArAg8Ow5EVCE8xahhnply0nKuN2DKMMA5MCpY8MLHqrj5_TDQzFI8w?key=duUHq43OJdE0_r8tKZn4ow" alt=""><figcaption></figcaption></figure>


---

# 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://coinsafe.gitbook.io/coinsafe-docs/tools/how-to-use-savesense-saving-suggestions.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.
