> For the complete documentation index, see [llms.txt](https://fantium-1.gitbook.io/fantium-faq/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://fantium-1.gitbook.io/fantium-faq/miscellaneous/personal-information.md).

# Personal information

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

### **How can I submit my personal information?**

To update your personal information you need to log into your FANtium account. Once logged in, click on “**Profile**” in the top right corner. This will guide you to a page where you can update your profile information. Don’t forget to save your changes once you are done.&#x20;

Ideally you do this right after signing in for the first time. This will save you time once you make the first purchase.

If you want to change your profile information after submission, please contact FANtium support.

### Do I need to provide personal data every time I make a purchase?

No, the personal information only needs to be completed once. Either you will be automatically prompted to fill in the information during the checkout process if your profile is not already filled in, or you can update your profile at any time in your personal settings.&#x20;

### What does it mean if I see an "error page" in the purchasing process after providing my personal information

An error message indicates that the Anti Money Laundering (AML) Check was unsuccessful and that the user cannot finalize the purchase of the token. We recommend that you send an email to <info@fantium.com> for further information and clarification.


---

# 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://fantium-1.gitbook.io/fantium-faq/miscellaneous/personal-information.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.
