# Website Interface

**Left column**

* First block: This section is dedicated to posting.
* Second block: Here you can switch between the different views for the right column.
* Third block: This is the Notifications block, here you will get notified whenever somebody mentions you, follows you, repeats or favorites one of your statuses.

#### Right column

This is where the interesting stuff happens! There are different views depending on what you choose in the second block of the left panel.

* **Timelines** Depending on the timeline you will see different statuses, but each status has a standard structure:
  * Profile pic, name and link to profile. An optional left-arrow if it's a reply to another status (hovering will reveal the reply-to status). Clicking on the profile pic will uncollapse the user's profile where you can find information about the account and can [follow, mute or block the account](https://docs-develop.pleroma.social/frontend/user_guide/users_follow_mute_block/).
  * An arrow icon on the right side allows you to open the status on the instance where it's originating from.
  * A `+` button on the rightmost side allows you to Expand/Collapse an entire discussion thread.
  * The text of the status, including mentions and attachments. If you click on a mention, it will automatically open the profile page of that person.
  * Four buttons (left to right): Reply, Repeat, Favorite and Add Reaction. The three dots next to it are a dropdown menu for extra options including simple moderation, bookmarking, deleting posts, pinning your own posts to your profile and more.
* **Interactions** shows all interactions you've had with people on the network, basically same as notifications except grouped in convenient way.
* **Chats** is the chat feature. You can find your friends and start chatting with them.
* **About** is the about-page and lists the staff, the TOS, activated MRF's, and enabled features

#### Top right

* The magnifier icon opens the search screen
  * You can search for statuses, people and hashtags.
  * You can import statuses from remote servers by pasting the URL to the post in the search field.
  * If you want to search for users that your instance doesn't know about yet, you can search for them using the full `name@instance.tld` handle. You can also use the full URL from their remote profile.
* The gear icon opens the Settings screen.
* The last icon is to log out


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://support.fgc.network/usage/website-interface.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
