User control: Describe the problem before attaching data should be explained in plain language before a user is expected to make a privacy or permission choice. A permission can often be denied, limited or changed later through browser or Android settings.
Data-minimization principle: Privacy when contacting customer support should use only the information needed for the stated purpose. Users should avoid sharing secrets or unrelated personal information simply because a form, screenshot or upload makes it technically possible.
Describe the problem before attaching data
Start with product name, version, device or browser and the action that failed.
A clear description often reduces the need for broad screenshots or logs.

Never send authentication secrets
Passwords, one-time codes, recovery codes and session tokens should remain private.
A legitimate support process should not require those secrets in an ordinary ticket.

Use test or redacted examples
A bug can often be shown with a test account or cropped screenshot.
Replace personal values with safe examples where the exact real data is not necessary.
Share logs selectively
Diagnostic logs can contain URLs, identifiers and user content.
Review and redact before sending outside the authorized development environment.

Use official contact routes
Impersonated support can ask for dangerous information.
Reach support through the official domain or verified product channel.
Common mistakes to avoid
- Sending a password to prove login failure.
- Attaching an entire private screen for one small error.
- Using an unverified support account.

Practical checklist
- Describe first.
- Redact screenshots.
- Remove secrets from logs.
- Use test data.
- Use official support routes.
Frequently asked questions
Should support ever ask for my password?
Ordinary product support should not need your password.
What device information is useful?
Model, OS version, app version and browser can help without revealing account secrets.
Can logs contain private data?
Yes. Review them before sharing.
