---
title: Percorso
permalink: /percorso
redirect_from: ["/it/path", "/path-it", "/it-path", "/path/it"]
lang: it
ref: path
description: "Troppe informazioni ti disorientano? Prenditi un po' di tempo, respira, e segui questo percorso verso la libertà sul web."
layout: page
anchor: false
---
Non dovresti fare di corsa (anche perché probabilmente nemmeno vuoi): non eliminare alcun account immediatamente.
Prima di arrivarci, se ci arriverai, è importante seguire un percorso di consapevolezza.
- Livello 0: cos'è questo sito e qual è il suo fine
{% for level in site.pages %}
{% if level.level != nil and level.lang == page.lang %}
- Livello {{ level.level }}: {{ level.title }} - {{ level.description }}
{% endif %}
{% endfor %}
{% comment %}
## About
First of all, you should aknowledge [the purpose](/about) of this website, who created it, and why it's much needed.
## Why
[Why](/why) should you quit Social Media?
More importantly, are they that bad? The short answer is yes, they do. They're awesome for some things, but there are many other terrifying aspects to consider which objectively strongly overweight the pros.
The [why page](/why) is too long? Start from [here](/quick)
{:.blue .box}
## Act
You
## Free Software
Finding out more about what's wrong with Social Media made you more aware of all of the other big problems that “free” services provided by big cosporations have?
You may be interested in learning about [Free Software](https://fsfe.org/freesoftware/freesoftware.en.html) and in considering Free Software alternatives to non-free proprietary software you are using. How to find alternative software and choose the one which fits you? There are a ton of wabsites which accomplish this task perfectly, the most famous are below.
- [AlternativeTo](https://alternativeto.net/)
- [PrivacyTools](https://privacytools.io/)
- [Switching Software](https://switching.software/)
{% endcomment %}