# Tags and Search Feature

## Scenario Tags

Scenario tags communicate the content of your scenario to Users. Tagging your scenario correctly will help it reach the audience that may be interested in it.

<figure><img src="/files/YU5EvkkunXVWO7JkZb6I" alt=""><figcaption><p>Scenario Tags section on the full scenario creation UI</p></figcaption></figure>

Here are a few things to remember:

* Keep your tags relevant to the contents of your scenario. *Wrong tags are not against FictionLab's Terms of Service* but your scenario's visibility may be negatively affected if it is taken down for manual review.
* Each scenario can have five (5) tags attached to it.
* Scenario tags can be selected from the dropdown list. The scenario creation UI will also recommend some tags depending on the content of your scenario.
* Custom tags are not available as of writing. More scenario tags become available based on community suggestions at the [FictionLab Discord](https://discord.com/invite/SKcb2C7HjH), under the suggest-tags channel.

<figure><img src="/files/BKB7jRHB2qmffETPyAxw" alt=""><figcaption><p>Scenario Tags that were suggested by the AI</p></figcaption></figure>

Here are some examples of scenario tags that are based on genre:

* :motorcycle:Action
* :joy:Comedy
* :performing\_arts:Drama
* :ghost:Horror
* :rose: Romantic

Here are some examples of scenario tags that are based on the story characters:

* :innocent:Angel
* :cat:Demihuman
* :woman:Female Lead
* :people\_holding\_hands:Mixed Cast
* :knife:Yandere

Here are scenario tags that are based on User's point of view:

* :eye:Any POV
* :woman\_gesturing\_ok:Female POV
* :man\_gesturing\_ok:Male POV

And here are some other scenario tags that have specific sources or purposes:

* ✨AI Assistant
* :cherry\_blossom:Anime
* :video\_game:Game
* 📝Tutorial

## Search Feature

Search on FictionLab can accessed from the top of the page on a web browser, or from the Search option at the bottom menu on the Android app.

<figure><img src="/files/4dqGgrK53olCop5j3N8D" alt=""><figcaption><p>FictionLab Search on a web browser</p></figcaption></figure>

Here are the many ways to use the Search Feature:

* Type the keyword for any content that you want to search for. It can be the name of an existing show or just some general keywords. The default search is "Scenarios".
* Type the name of a User/Scenario Creator and click the "Users" tab on the Search feature. This will show you a list of Users with a name that is similar to what you typed.

<figure><img src="/files/0N2F6NLAMRcd0PDEjNb1" alt=""><figcaption><p>Expanded Search on FictionLab</p></figcaption></figure>

You can also use the Expanded Search feature by clicking "View All Results" under your initial Search, then click the Expanded options on the leftmost side of the Search bar. It will then show this expanded menu with more options for searching, including searching by scenario tags.


---

# 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/tags-and-search-feature.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.
