# Frequently Asked Questions (FAQ)

## What exactly is a session and how is it different from pinging the bot?

A session is created by running the `/session start` command, and will respond to every message in the channel. It is different than pinging the bot in several ways:

* Memory is stored on our databases, rather than simply fetching the previous messages in the channel
  * This way, if you wanted to reset hyunGPT's memory, you can do so using `/session restart`. If you are simply pinging the bot, you cannot reset the bot's memory with a command.
* Advanced customisation
  * By running the `/session settings` command, you have opportunities to customize hyunGPT further, for settings such as `respond_to_pings_only` and `vc_voice`
  * When creating a session, you also have the choice to select a personality. If you are simply pinging the bot, there is only the default hyunGPT personality.

## How do I make it so hyunGPT only speaks in one channel?

To make hyunGPT reply to all messages in a specific channel, run the /session start command in that channel. hyunGPT will then respond to every message sent in that channel!

<figure><img src="/files/aBYvPWUi89cMpqMWmTD8" 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/frequently-asked-questions-faq.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.
