# Guides

This section provides guidance on features, solution walkthrus, and other topics.

## Getting Started

Kick off your journey with Tisane by learning how to quickly set up and start using Tisane:

* [Get Started](/quickstart/quickstart)


## Supported Features

* [List of Supported Languages](/guides/features/languages)
* [Full List of Supported NLP Functions](/guides/features/functionality)
* [Feature: Entity Extraction](/guides/features/entities)
* [Feature: Topic Extraction](/guides/features/topics)
* [Feature: Sentiment Analysis](/guides/features/sentiment)
* [Feature: Built-in Translation](/guides/features/translation)
* [Does Tisane Support My Programming Language?](/guides/features/programminglanguages)
* [What does Tisane do when problematic content is detected?](/guides/features/actupon)
* [Algospeak and Adversarial Text Manipulations](/guides/features/algospeak)
* [Explainability and Transparency](/guides/features/explainability)


## Types of Problematic Content

This section covers the concepts relevant to detection of concept of interest to moderators or, in law enforcement applications, of investigators.

* [Bullying / Insult (Personal Attack)](/guides/abuse/personalattack)
* [Hate Speech (Bigotry)](/guides/abuse/hatespeechandbigotry)
* [Attempts to Establish External Contact](/guides/abuse/externalcontact)
* [Sexual Solicitation (Sexual Advances)](/guides/abuse/sexualadvances)
* [Adult-Only Content](/guides/abuse/adultonly)
* [Allegations](/guides/abuse/allegation)
* [Criminal Activity](/guides/abuse/criminalactivity)
  - [Difference between Criminal Activity, Allegation, and Disturbing](/guides/abuse/criminalallegationdisturbing)
* [Self-harm / Mental Health (Mental Issues)](/guides/abuse/mental)
* [Profanities](/guides/abuse/profanity)
* [Privacy Violations (Data Leaks)](/guides/abuse/dataleak)
* [Contentious Content](/guides/abuse/contentious)
* [Disturbing Content](/guides/abuse/disturbing)
* [Meaningless Content](/guides/abuse/nomeaningfulcontent)
* [Assertion of Social Hierarchy](/guides/abuse/socialhierarchy)
* [Spam](/guides/abuse/spam)
* [Tags](/guides/abuse/tags)
* [2-Factor Moderation](/guides/abuse/whatis2fm)


## How-to Topics

Guides to help you implement and fine-tune Tisane for various content moderation scenarios:

* [Migrating from Perspective API to Tisane API](/guides/how-tos/perspectivemigration)
* [Filtering By Keyword Blocklists](/guides/how-tos/blocklists)
* [Locating a Text Snippet Using Location Data](/guides/how-tos/locateasnippet)
* [Moderating Live Chat](/guides/how-tos/liveusercontent)
* [Moderating Usernames](/guides/how-tos/aliases)
* [Detecting Threats](/guides/how-tos/threats)
* [Detecting Problematic Content](/guides/how-tos/detectabuse)
* [Detecting Names of Countries](/guides/how-tos/extractnamesofcountries)
* [Processing Competitive Language In Game And Sports Chats](/guides/how-tos/gamingchat)
* [Considering Previously Processed Messages](/guides/how-tos/usingmemory)


## Distribution and Deployment

* [What Happens When My Monthly Quota Is Exceeded?](/guides/deployment/exceedquota)
* [On-Premise Deployment](/guides/deployment/onprem)
* [Can Tisane Be Embedded In My Application Deployed On A Standalone Machine?](/guides/deployment/embedded)


## Design Philosophy

* [The Free Speech Debate](/guides/features/freespeech)
* [Why Deploy Automatic Moderation if it's not 100% accurate?](/guides/features/why-deploy)
* [Why Don't You Provide A Score On A Fixed Or Floating-Point Scale For Your Sentiment?](/guides/features/score)
* [Is There a Confidence Value?](/guides/features/confidencevalue)