# Personas

Personas will help you to make your chatbot come over as more human. It allows you to set up a personal profile with profile pictures so people are more inclined to talk with the chatbot since they feel it is a more personal experience.

### Creating and managing your Personas <a href="#creating-and-managing-your-personas" id="creating-and-managing-your-personas"></a>

To create a new persona you can go to **Contents** from the left-hand menu, then to the **Personas** tab.

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

From here you will have the main overview of all the personas you have created inside the chatbot.

If you want to create a new persona you can do so by pressing the top right button named **+ New Persona**.

From there a pop-up window will appear where you can set it all up.

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

Once created the persona will be available for you inside the main overview.

From here you can also manage your persona inside that main overview. You only have to press the pencil icon to be able to edit.

### How to use Personas <a href="#how-to-use-personas" id="how-to-use-personas"></a>

You can use personas by setting them inside your flows.

Just go to a flow and create an action block. From here select **Advanced actions**, then **Set persona**.

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

From here you can select any kind of persona you have created previously and the chatbot will then continue the conversation with that user with that profile.

<div align="left"><figure><img src="/files/vogGmBXDcnYU0AsHZom7" alt=""><figcaption></figcaption></figure></div>

Using personas is a good way to increase engagement and conversions as well. Female personas often do very well with men so you could start your flow by checking with a condition which gender the user is and then set the persona accordingly.

Below we have updated the chat with our customer success team Persona 🤓

<div align="left"><figure><img src="/files/9Z5HPuew9bzh0rxbiRmh" alt=""><figcaption></figcaption></figure></div>


---

# 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://help.flochat.ai/contents/personas.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.
