# Editing Investor Details

***

{% hint style="success" %}
Your personal details are saved in your Investor Profile. These are used for your investments
{% endhint %}

## Accessing Your Investor Profile Details

Go to the [Details](https://invest.issuance.com/profile/edit/details) tab of your Investor Profile. From there, you can view and update your investor details.

## Information You Can Update

• First and Last Name\
• Citizenship (United States or non-US)\
• Date of Birth\
• Phone Number\
• Accredited Investor Status (you may still need to provide proof of accreditation separately)\
• Annual Income and Net Worth (collected to meet regulatory requirements)\
• Physical Address (street address, city, state, postal code, country)

## Changing Social Security or Taxpayer Identification Numbers

Under most circumstances, these numbers remain locked. If you do need to update your Social Security Number or Tax ID Number, please [create a Support Ticket](/investor-documentation/investments/contact-support.md) through our [Support Page](https://invest.issuance.com/support) so our team can assist you.

## ID Verification

If we can’t automatically verify your identity, you will receive a [Notification](/investor-documentation/investor-profile/notifications.md) to to correct your information or to upload supporting documents. You can access this through the link in your [Notifications](/investor-documentation/investor-profile/notifications.md) or by clicking the blue banner that appears at the top of your dashboard.

## Saving Your Changes

When you’ve finished making updates, scroll to the bottom of the page and click the Save Changes button to confirm your edits. Your new details will only be applied after you take this step.


---

# 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://kb.issuance.com/investor-documentation/investor-profile/investor-profile-settings/editing-investor-details.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.
