# Customize Your FictionLab Experience

## User Settings

Under your User Profile, you can click User Settings to set a few things that will affect what you see when navigating FictionLab.

<figure><img src="/files/coSBcQ7du0CIO36awkcH" alt=""><figcaption><p>Options that can be found under User Profile's Settings</p></figcaption></figure>

Here is an explanation for each option:

* Public Favorite Scenarios - When toggled on, this allows your favorite scenarios (the ones which you clicked Favorite on) to be displayed on your Profile Overview for others to see.
* Hide from Leaderboard - When toggled on, this hides your profile from appearing on the Leaderboard. This also affects visibility of Leaderboard badges.
* Open Keyboard After Response - When toggled on, this sets focus to the chat box after the AI has finished generating its reply. On mobile, this will open up the keyboard.
* Show Mature Content (18+) - When toggled on, this will first ask if you are 18+ and then open up Content Preferences. Read more about this on the next section.

## Show Mature Content Option

On FictionLab, the default view is non-Mature or SFW (safe for work) scenarios. To view Mature or NSFW (not safe for work) scenarios, you need to click the *Show Mature Content toggle* either under User Settings or on FictionLab's homepage.

<figure><img src="/files/zVDOrmcvJN7m8yFEAltO" alt=""><figcaption><p>FictionLab will ask you to confirm your age. Mature content is 18+ only.</p></figcaption></figure>

<figure><img src="/files/XaHlCVdMR5ah0EeCzNSi" alt=""><figcaption><p>After confirming your age, FictionLab will ask for your content preferences.</p></figcaption></figure>

<figure><img src="/files/I5gFYIEgZfoKSWOKrvJm" alt=""><figcaption><p>Under Customize Preferences, you can choose which themes to block,<br>where they are checked and how they are handled.</p></figcaption></figure>

Using the content preferences:

* Mature Content is not limited to sexual themes. It also covers violence, gore and other dark themes.
* You can choose to hide scenarios by their Mature cover images only, or you can hide any Mature content that can be found in the scenario details as well.
* Filtering content gives you the options to fully hide them, fully blur them, or to allow viewing when you hover over the scenario.
* These preferences can be changed any time when you toggle Show Mature Content.

## Feed Preferences

Under User Profile's Settings, you can also manage what you see on your homepage.

<figure><img src="/files/mazJW6gZykQiOpbnSUU0" alt=""><figcaption></figcaption></figure>

Here is an explanation for each option:

* Genre Preferences - You can choose which scenarios will appear on your homepage based on their scenario tags. Read more about this in the next section.
* Blocked Users - When you block a FictionLab User, their scenarios will not appear on your homepage including Featured Scenarios. However, you can still access their profile overview or view their scenarios via a direct link. And as of writing, you will still be able to see their comments.
* Hidden Scenarios - You can hide a scenario by clicking "Not Interested" under a scenario's options.

## Genre Preferences

On FictionLab, you can use scenario tags to populate your homepage with whatever you prefer to see and interact with.

<figure><img src="/files/P3Gb9lr16NfrakvNp3a8" alt=""><figcaption><p>Interface to set your Genre Preferences</p></figcaption></figure>

Preferences are set by tapping on the tags:

* First tap - Set as Preferred.
* Second tap - Set as Disliked.
* Third tap - Reset selection.


---

# 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://fictionlab.gitbook.io/fictionlab/getting-started/customize-your-fictionlab-experience.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.
