Skip to content

fix(acc): add file upload info #4913

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 22, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 10 additions & 2 deletions pages/account/how-to/open-a-support-ticket.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,16 @@ Example: “The Instance remains in "Starting" status for over 10 minutes and th

### Add supporting files

Attach screenshots (png, jpg), or files (pdf).
Examples:
You can drop or browse to attach files that might be relevant to understanding your issue. You can include screenshots, PDFs, and text files.
<Message type="important">
Keep in mind that:
- You can attach up to 4 files per message and 10 files per ticket.
- The size of each file cannot exceed 10 MB
- The following file formats are supported: `jpeg`, `jpg`, `png`, `pdf`, and `txt`.
- The uploaded data is exclusively intended to provide you with support in the use of Scaleway services. Do not transmit any inappropriate, or irrelevant sensitive data.
</Message>

**Examples:**
- Screenshot of the Scaleway console
- Screenshot of the network tab of your browser’s Developer Tools (right-click anywhere on the page and select **Inspect**. Go to the **Network tab** in the Developer Tools panel.)
- Logs
Expand Down
Loading