# Chat Personalities

## Changing the Persona

If you are outside of a session (are pinging the bot/using "hyungpt") there is no way to change the personality. However, you can do so in a session.

To change the personality within a session, run `/session end` to end the session. Then, run `/session start`, and in the `persona` option, select the personality you would like to use.&#x20;

It's as easy as that! We're working on creating more and more personalities, and you can suggest new ones in our [Discord server](https://discord.gg/hyunGPT).

## Choosing From a Pre-Made Personality

When creating a brand new session in a channel with `session start`, you're provided with an option to choose from personalities.&#x20;

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

There is a growing list of a massive amount of personalities that we've pre-made for you to choose from! If you don't see it at first, it might just not be on the first page. You can start typing to search for who you want to talk to.

If you can't find a personality you would like to, don't worry! You can set a custom personality.

## Setting Custom Personalities

If you are a Patreon Supporter ([patreon.com/hyunGPT](https://patreon.com/hyunGPT/membership)) you have the option to create a custom personality!

Here are the steps to do so...

1. **Start a session.** It doesn't matter what personality you choose, just choose any! We're going to be changing it anyways..

<figure><img src="/files/It4M3Xn6gYZdSbuPcZ7m" alt="" width="375"><figcaption></figcaption></figure>

2. Once you have the chatbot session started, type in `/session settings`. But don't press enter! Select the `setting_name` option and choose `persona_name`

<figure><img src="/files/8Wvh8kJW91t4Xva2YZ8F" alt=""><figcaption></figcaption></figure>

3. Next, press the `new_value` option. You'll see that no options show up, and this is so you can type the name of who you want to talk to!

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

4. Once you have that done, press enter, and continue.&#x20;

<figure><img src="/files/rzJyobwYFIQDa3AAbrDE" alt="" width="375"><figcaption></figcaption></figure>

Congratulations! You have set the name of your personality.

By default, it will chat in a human-like manner.&#x20;

![](/files/inrmRg327CbBTmFCoLQf)&#x20;

However, if you would like to configure the way it talks, it's backstory, and other information, keep reading!

5. Now, run `/session settings` again, but this time, instead of choosing the `persona_name` option, choose `persona_info`. Fill in whatever you would like: backstory, how it talks, etc!

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

6. Now, press enter once you're satisfied, and again, press the green "Continue" button to save your changes.

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

Congratulations (again)! You have now set the custom personality entirely. You've changed the name AND the personality information for your new character!&#x20;

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


---

# 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://docs.hyungpt.app/fundamentals/advanced-customization/chat-personalities.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.
