> For the complete documentation index, see [llms.txt](https://whitepaper.anttime.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.anttime.net/products-and-services/anttime/get-start/app-settings.md).

# App Settings

<figure><img src="/files/S9epU2uqz0AvK5q29hKv" alt=""><figcaption></figcaption></figure>

## 1. Changing PIN number

By clicking on the "Reset PIN" button, you can set a new PIN number. An authentication email will be sent to the email address associated with your account. Please check your inbox and click on the link provided in the email to proceed with setting a new PIN number.

<figure><img src="/files/WqSSAH2hZAM8aszvaZdn" alt=""><figcaption></figcaption></figure>

## 2. Notification Settings

You can enable or disable app notifications, and when it's set to "Off," you won't receive any push notifications from the app.

<figure><img src="/files/5a4uwAOKIupC2MA86nyg" alt=""><figcaption></figcaption></figure>

## 3. Sound And Vibration

You can turn the vibration on or off. Sound will be enabled in a future app update.

<figure><img src="/files/8tm6a9gTTUWiPRQo0Epr" alt=""><figcaption></figcaption></figure>

## 4. Other settings

In the Settings tab, you can manage all the necessary settings when using ANTTIME.

<figure><img src="/files/EtmygHmGrpHL4dA407x5" alt=""><figcaption></figcaption></figure>

## 5. Account Deletion

By clicking the "Delete Account" button, you will initiate the account deletion process. Please enter your PIN number and type "Agree" to confirm the account deletion.

<figure><img src="/files/hM1dwC08GeK1RHStsnup" alt=""><figcaption></figcaption></figure>

📌 *Once you delete your account, it will not be possible to recover the assets in your Spending. Additionally, please note that once you have withdrawn from the service, rejoining with the same account is not possible. Please keep these points in mind before proceeding with the account deletion.*


---

# 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://whitepaper.anttime.net/products-and-services/anttime/get-start/app-settings.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.
