Skip to content

Commit cdf61a9

Browse files
committed
docs(gen): new trust and safety pages and faq reorder
1 parent 2fcc3ad commit cdf61a9

File tree

16 files changed

+411
-164
lines changed

16 files changed

+411
-164
lines changed

menu/navigation.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@
3636
"label": "Log in to the console",
3737
"slug": "log-in-to-the-console"
3838
},
39+
{
40+
"label": "Change account ownership",
41+
"slug": "change-ownership-organization"
42+
},
3943
{
4044
"label": "Change the language",
4145
"slug": "change-language"

pages/account/faq.mdx

Lines changed: 49 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,30 @@
22
title: Account FAQ
33
description: Get answers to your most common account-related questions.
44
dates:
5-
validation: 2025-03-11
5+
validation: 2025-08-18
66
productIcon: AccountExperienceProductIcon
77
---
88

9-
## Account access and security
9+
## Getting started
1010

11-
### My account is locked. What do I do?
12-
If your account is locked, [contact our support team](https://console.scaleway.com/support/tickets/create) to learn the reason for the blockage and discover how to regain access.
11+
### Where can I find my Organization ID?
12+
You can find your Organization ID by accessing the [Settings](https://console.scaleway.com/settings/organization/information) page of your Organization.
1313

14-
### I cannot access my account but I am still being billed
14+
You can also click the **Copy ID** button next to the Organization name to do so.
1515

16-
First you must contact the support to help you [unlock your account](/account/troubleshooting/cannot-log-into-my-account/). Once you have regained access, identify what resources are still running and delete them. You can also [close your account](/account/how-to/close-account), and have all your remaining resources automatically shutdown.
16+
### Can I move a Project to another account?
17+
At this moment, it is not possible to move a Project from one account to another.
1718

18-
### Can I reopen a closed account?
19-
Yes, you can [reopen a closed account](/account/how-to/close-account/#how-to-reopen-your-account). However, a closed account's resources are permanently deleted, and you cannot retrieve them.
19+
## Access and security
20+
21+
### My account is locked. What should I do?
22+
If your account is locked, [contact our support team](https://console.scaleway.com/support/tickets/create) to learn the reason for the blockage and discover how to regain access.
23+
24+
### I cannot access my account, but I am still being billed
25+
First, you must contact the support to help you [unlock your account](/account/troubleshooting/cannot-log-into-my-account/). Once you have regained access, identify what resources are still running and delete them. You can also [close your account](/account/how-to/close-account), and have all your remaining resources automatically shut down.
26+
27+
### What should I receive a message saying that you have detected unusual activity on my account?
28+
This type of error requires manual intervention from our agents. Contact our Support team via a ticket, informing the message you received and requesting details about the lock and how to solve the problem.
2029

2130
### How can I report spam content that I received?
2231
You can report spam easily by installing the Signal Spam plugin, which is available for web browsers, email clients, and iOS devices. The plugin, represented by an owl-shaped button, allows you to flag unwanted emails or malicious URLs (such as phishing or scams) directly from your inbox.
@@ -25,15 +34,29 @@ When you report spam, your information is processed in real-time and shared with
2534

2635
To get started, install the [plugin](https://www.signal-spam.fr/en/nos-modules/) (available for Firefox, Chrome, Safari, and Opera browsers and Mac Mail, Outlook, and Thunderbird mail clients) or follow the official reporting path at [Signal Spam](https://www.signal-spam.fr/en/parcours-signalant/) for further support.
2736

37+
### I don't seem to have access to my Organization's resources
38+
If you do not have access to certain Organization resources, you might not have the necessary [IAM](/iam/concepts/#iam) **permission set**.
39+
40+
[Read the documentation on permission sets](/iam/reference-content/permission-sets/) to learn more about the different access levels.
41+
42+
Contact an Organization owner or a member with the necessary permissions to request rights to the resources you require access to.
43+
44+
## Quotas and limitations
45+
46+
### How can I get more quotas?
47+
You can get more quotas by adding and verifying your [payment method](/billing/how-to/add-payment-method/) and [identity](/account/how-to/verify-identity/).
48+
49+
If you have already completed these two steps and still need an increase in quotas, contact our [support team](https://console.scaleway.com/support/tickets/create) and inform them which product you need more quotas for.
50+
2851
## Account management
2952

30-
### Can I change my Organizations country?
31-
If you need to change your Organization country and region, you must [create a support ticket](https://console.scaleway.com/support/tickets/create).
53+
### Can I change my Organization's country?
54+
If you need to change your Organization's country and region, you must [create a support ticket](https://console.scaleway.com/support/tickets/create).
3255

33-
To make the process faster, when creating your ticket, inform us of your Organizations new address, including: street address, city, postal code, region, and country.
56+
To make the process faster, when creating your ticket, inform us of your Organization's new address, including: street address, city, postal code, region, and country.
3457

3558
### Can I change the name of my Organization?
36-
If you have a Corporate, Startup, or Consultant account, you need to [create a support ticket](https://console.scaleway.com/support/tickets/create) to change your Organizations name. If you have a Personal project account type, you can change your Organizations name in the [Organization settings](https://console.scaleway.com/organization/settings). It may take a few minutes for the new name to be fully updated across the console.
59+
If you have a Corporate, Startup, or Consultant account, you need to [create a support ticket](https://console.scaleway.com/support/tickets/create) to change your Organization's name. If you have a Personal project account type, you can change your Organization's name in the [Organization settings](https://console.scaleway.com/organization/settings). It may take a few minutes for the new name to be fully updated across the console.
3760

3861
### How do I delete my Organization?
3962
[Closing your account](/account/how-to/close-account/#how-to-close-your-account) permanently deletes your Organization, along with its servers, resources, services, and backups.
@@ -42,46 +65,32 @@ If you have a Corporate, Startup, or Consultant account, you need to [create a s
4265
We recommend that you delete all resources before closing your account. Otherwise, the remaining resources will be billed for usage before their manual deletion, which can take up to 10 days.
4366
</Message>
4467

45-
### I would like to delete my personal data
46-
Refer to the [How to delete your account and personal data](/account/how-to/close-account/) documentation.
47-
48-
<Message type="note">
49-
Once you request the deletion of your account and personal data, you will no longer be able to access your account or invoices. The request will take at least 72 hours to be processed. You must make sure all your bills are paid, and that you have not used any resources since the beginning of the current calendar month.
50-
</Message>
51-
52-
### Where can I find my Organization ID?
53-
You can find your Organization ID by accessing the [Settings](https://console.scaleway.com/settings/organization/information) page of your Organization.
54-
55-
You can also click the **Copy ID** button next to the Organization name to do so.
68+
### Can I reopen a closed account?
69+
Yes, you can [reopen a closed account](/account/how-to/close-account/#how-to-reopen-your-account). However, a closed account's resources are permanently deleted, and you cannot retrieve them.
5670

5771
### How do I change my email address?
5872
To change your email address:
5973

60-
1. Access your account's [Profile Settings](https://console.scaleway.com/settings/account/profile).
74+
1. Access your account's [Profile](https://console.scaleway.com/settings/account/profile#profile-information).
6175
2. Under the section **User information**, click **Edit profile**.
6276
3. Enter a new address under **Email address**, then click **Confirm changes** to save your modification.
6377
4. Confirm your new email address by clicking the link sent to your inbox.
6478

65-
## Projects and resource management
66-
67-
### Can I move a Project to another account?
68-
At this moment, it is not possible to move a Project from one account to another.
79+
### Can I transfer my Organization to another Owner?
80+
There is no process for transferring an Organization between accounts. You can, however, change the email address of your Owner account to another Member's email address. They can then process to update their password and start using the Owner account as their own.
6981

7082
### I have created a resource in the wrong Project. Can I move it?
7183
At this moment, it is not possible to move a resource from one Project to another.
7284
If you need to move a resource, you must delete it and create it again in the right Project.
7385

74-
### How can I get more quotas?
75-
You can get more quotas by adding and verifying your [payment method](/billing/how-to/add-payment-method/) and [identity](/account/how-to/verify-identity/).
76-
77-
If you have already completed these two steps and still need an increase in quotas, contact our [support team](https://console.scaleway.com/support/tickets/create) and inform them which product you need more quotas for.
86+
## Privacy
7887

79-
### I don’t seem to have access to my Organization's resources
80-
If you do not have access to certain Organization resources, you might not have the necessary [IAM](/iam/concepts/#iam) **permission set**.
81-
82-
[Read the documentation on permission sets](/iam/reference-content/permission-sets/)​ to learn more about the different access levels.
88+
### I would like to delete my personal data
89+
Refer to the [How to delete your account and personal data](/account/how-to/close-account/) documentation.
8390

84-
Contact an Organization owner or a member with the necessary permissions to request rights to the resources you require access to.
91+
<Message type="note">
92+
Once you request the deletion of your account and personal data, you will no longer be able to access your account or invoices. The request will take at least 72 hours to be processed. You must make sure all your bills are paid, and that you have not used any resources since the beginning of the current calendar month.
93+
</Message>
8594

8695
## Support
8796

@@ -100,8 +109,7 @@ When you change your plan, the upgrade is applied immediately.
100109
### If I upgrade my support plan in the middle of the month, how will I be billed?
101110
You will be billed on a pro rata basis. For example, if you switch from the Advanced plan to the Business plan on the 20th of the month, you will be billed from the first to the 19th for the Advanced plan. Starting from the 20th until the end of the month, you will be charged for the Business plan.
102111

103-
### How do the Advanced, Business and Enterprise support plans pricing work?
104-
112+
### How do the Advanced, Business, and Enterprise support plans pricing work?
105113
Refer to the [Understanding support plans](/account/reference-content/understanding-support-plans) reference page for more details about how each plan works.
106114

107115
### Which language does the support team speak?
@@ -111,10 +119,10 @@ Our support team can assist you in English and French, via ticket and/or phone,
111119
You can create and track your support tickets from the Scaleway console. [Follow this how to](/account/how-to/open-a-support-ticket/) for more details.
112120

113121
### How do I report abuse or suspected abuse coming from the Scaleway network?
114-
To report abuse or suspicion of abuse from our network, open a new abuse report via [abuse.scaleway.com](https://abuse.scaleway.com). Include as many details as possible in your report such as logs, header, URL and any information you might find relevant in your report.
122+
To report abuse or suspicion of abuse from our network, open a new abuse report via [abuse.scaleway.com](https://abuse.scaleway.com). Include as many details as possible in your report, such as logs, header, URL, and any information you might find relevant in your report.
115123

116124
<Message type="tip">
117-
More information on how to report abuse can be found in [Scaleways Abuse notice](https://www.scaleway.com/en/abuse-notice/).
125+
More information on how to report abuse can be found in [Scaleway's Abuse notice](https://www.scaleway.com/en/abuse-notice/).
118126
</Message>
119127

120128
### How frequently can I benefit from an architecture review?
Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
---
2+
title: How to change the Ownership of an Organization
3+
description: Learn how to transfer the ownership of an Organization via the Scaleway console.
4+
tags: ownership account transfer
5+
dates:
6+
validation: 2025-08-18
7+
posted: 2025-08-18
8+
---
9+
import Requirements from '@macros/iam/requirements.mdx'
10+
11+
At Scaleway, each Organization can have only one Owner, who is usually the person who created the account.
12+
For several reasons, such as the departure of an employee or enterprise acquisition, you may need to change the Owner of your Organization, transferring the title to another person.
13+
14+
While there is no process for transferring an Organization between accounts or attributing that role to another Member, you do have some options to allow someone else to access the Organization as an Owner. This page shows you how to do so.
15+
16+
<Requirements />
17+
18+
- A Scaleway account logged into the [console](https://console.scaleway.com)
19+
- Be the [Owner](/iam/concepts/#owner) of the intended Organization
20+
21+
<Message type="important">
22+
- You cannot have more than one Owner per Organization.
23+
- It is not possible to be the Owner of more than one Scaleway Organization using the same email.
24+
- If the Owner of your Organization is an employee of your company who will be leaving soon, we recommend replacing their email with that of the new Owner before their departure.
25+
</Message>
26+
27+
The process of changing the Owner of an Organization depends on whether you have access to the Owner's account.
28+
29+
## I have access to the Owner account
30+
31+
1. Open the [Settings page](https://console.scaleway.com/settings/organization) of your Organization on the Scaleway console. You can find this option on the left-side navigation menu.
32+
Alternatively, click your **Profile avatar** on the right side of the header navigation, then click **Settings**. On the left-side navigation menu, scroll down to the **Account** section, and click **User information**.
33+
2. Go to the [User information](https://console.scaleway.com/settings/account/profile#profile-information) section of your Owner's **Profile** page and click **Edit**. A pop-up appears.
34+
3. Replace the current email with that of the desired new Owner in the **email address** field.
35+
You can also change the first and last names to those of the new Owners, if you wish.
36+
<Message type="important">
37+
- It is not possible to be the Owner of more than one Scaleway Organization using the same email.
38+
- If the person you want to transfer the ownership to has an Organization of their own, they will have to either create a new email address or delete their personal Organization before you make the update.
39+
</Message>
40+
4. Click **Confirm** changes to save your modification(s).
41+
42+
The Owner account is now registered under the newly entered email address.
43+
44+
### Ownership transition
45+
Ensure you communicate the current password to the new Owner and [disable MFA](/account/how-to/use-2fa/#how-to-disable-mfa), if enabled, so they can easily access the Owner account and re-enable multifactor authentication on their personal device later on.
46+
47+
If the old Owner must still have access to the Organization, you can [create a Member account](/iam/how-to/manage-members/#how-to-create-a-member) using their email address.
48+
Then, using permission sets, you can grant them rights to view, edit, and manage resources within the Organization. [Learn more about permission sets](/iam/reference-content/permission-sets/#scoped-by-project)
49+
50+
## I have no access to the Owner account
51+
52+
If you need to change the Owner information of an Organization but have no access to their account, you must [reach out to our Support team via a ticket](https://console.scaleway.com/support/tickets/create) and provide them with the following information:
53+
54+
- Organization ID
55+
- Current Organization Owner's first and last name
56+
- Current Organization Owner's email address
57+
- New Organization Owner's first and last name
58+
- New Organization Owner's email address
59+
If the Organization is a Corporate account, you must also attach a copy of the company's **Kbis/registration**.

pages/account/how-to/verify-identity.mdx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: How to verify your identity
33
description: Verify your identity for secure Scaleway account access.
44
tags: verification identify account id id-verification
55
dates:
6-
validation: 2025-02-11
6+
validation: 2025-08-18
77
posted: 2021-06-11
88
---
99
import Requirements from '@macros/iam/requirements.mdx'
@@ -47,3 +47,8 @@ Verifying your identity allows you to [unlock resource quotas](/organizations-an
4747
8. Frame your face in the designated areas as requested by the validation process.
4848

4949
Once the verification is complete, a confirmation message appears in the Organization dashboard.
50+
51+
<Message type="important">
52+
You must complete the verification process within 15 minutes.
53+
Once that period elapses, you should [contact our Support team](https://console.scaleway.com/support/tickets/create) for a manual verification.
54+
</Message>
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
title: I can't validate my phone number
3+
description: Learn how to solve issues that might occur when trying to verify your phone number on the Scaleway console.
4+
tags: account review safety
5+
dates:
6+
validation: 2025-08-18
7+
posted: 2025-08-18
8+
---
9+
10+
## Problem
11+
I can't validate my phone number on the Scaleway console.
12+
13+
### Symptoms
14+
- You received the error message 'An error occurred' when trying to validate your phone number
15+
- You get stuck at step 2/4 of the phone number validation process
16+
- Your account is locked due to a lack of phone number validation that can't be completed
17+
18+
### Possible causes
19+
- You have made too many attempts at validating your phone number in a short period, and the service was temporarily blocked
20+
- Your phone number is from a country not currently supported by Scaleway
21+
22+
### Solutions
23+
- Ensure you are entering your phone number with the correct country code
24+
- Use the correct format containing the country code with two digits, followed by all the phone number digits, with no dashes or spaces: `+00 123456789`.
25+
- Ensure your phone number is from a [country supported by Scaleway](/billing/troubleshooting/cannot-find-my-country)
26+
- If none of these work, [contact our Support team](https://console.scaleway.com/support/tickets/create) for a manual unlock.

0 commit comments

Comments
 (0)