title: Using the network features description: Follow and talk to anyone from any server. menu: docs:
weight: 40
parent: user
{{< figure src="assets/timeline.jpg" caption="Posts within a public timeline" >}}
To allow you to discover potentially interesting content, Mastodon provides a way to browse all public posts. Well, there is no global shared state between all servers, so there is no way to browse all public posts. When you browse the federated timeline, you see all public posts that the server you are on knows about. There are various ways your server may discover posts, but the bulk of them will be from people that other users on your server follow.
There is a way to filter the federated timeline to view only public posts created on your server: The local timeline. Mind that “local” here refers to the server, not to a geographical location.
{{< figure src="assets/status.jpg" caption="An expanded view can be loaded by clicking a status in the timeline." >}}
You can perform quick actions on a post directly from the timeline, or you can click on the post to load an expanded view that shows extra information, such as a full timestamp, interaction counts, and threaded replies, if any. The following actions can be performed on a post:
{{< figure src="assets/notifications.jpg" caption="Notifications column" >}}
When other people interact with you or your posts, you will receive a notification depending on the type of the event. Your notifications column allows you to view all notifications in the same stream, or to filter for specific types of notifications:
When unread notifications are present, a checkmark will appear in the column header. Clicking this checkmark will mark notifications as read.
{{< figure src="assets/profile.jpg" caption="Overview of a profile." >}}
As long as you encounter a person within your app’s user interface, e.g. the web interface on your home server, or your mobile app, you can just click “follow” and you won’t notice a difference if that person is on your server or not.
However if you come across someone’s public profile hosted on a different server, there’s an obstacle: That server sees you as just another anonymous visitor. Not to worry! You can copy the URL of that profile, or of one of their posts, and then paste that URL into the search function.
If you are visiting a public page on another Mastodon site, see Using Mastodon outside of your site.
{{< figure src="assets/bell.jpg" caption="An example of a profile that you are following." >}}
If you are following someone, you also have the option to receive a notification every time they post. To opt into this functionality, click the bell icon.
{{< figure src="assets/search.jpg" caption="The search function can be accessed from the sidebar." >}}
Mastodon's basic search allows logged-in users to find posts containing a specific hashtag, or to load a user or status directly if they know the URL or address. Searching for a term will show profiles whose username or display name contains that term, as well as hashtags that match or contain that term.
{{< figure src="assets/direct-url.jpg" caption="An example of a post being loaded directly by its URL." >}}
{{< figure src="assets/search-accounts.jpg" caption="An example of accounts returned when searching for "cats"." >}}
{{< figure src="assets/search-hashtags.jpg" caption="An example of hashtags returned when searching for "cats"." >}}
Admins may optionally install full-text search. Mastodon’s full-text search allows logged-in users to find results from their own posts, their favourites, their bookmarks and their mentions. It deliberately does not allow searching for arbitrary strings in the entire database, in order to reduce the risk of abuse by people searching for controversial terms to find people to dogpile.
The following operators are supported:
"look at my cluckers"
to find posts explicitly telling you to look at someone's cluckers.animals -cats
to find posts about animals without posts about cats.cat +dog
to find posts about both cats and dogs.{{< figure src="assets/dm-column.jpg" caption="A list of conversations containing direct messages." >}}
In Mastodon, direct messages are just posts that have the "direct" visibility selected. Visibility can be selected per-post, which allows changing the privacy level later in a thread. The direct messages column currently shows a list of all conversations containing a direct post. Clicking on a conversation will load the associated thread.
{{< figure src="assets/dm-thread.jpg" caption="A direct message in a thread." >}}
Lists are subsets of your home timeline. You can create a list, give it a name, and add users that you follow to that list.
{{< figure src="assets/lists.jpg" caption="A list of lists" >}}
Opening a list will load that list's timeline. List timelines contain only posts by members of that list, as well as replies to you or to other members of the list. This can be changed to show replies to all people you follow, or to no one.
{{< figure src="assets/list.jpg" caption="A list timeline" >}}