> For the complete documentation index, see [llms.txt](https://docs.hyungpt.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hyungpt.app/getting-started/thanks-for-adding-hyungpt.md).

# Thanks for Adding hyunGPT!

Welcome to hyunGPT, YOUR All-in-One AI Assistant. Let's get started!

## What would you like to do with hyunGPT?

{% tabs %}
{% tab title="🤖 Use Chatbot" %}
**Using the chatbot is as easy as 1, 2, and 3!**

1. Type the `/session start` command in any channel.
2. Choose an AI personality from the options provided.
3. Once the session starts, just send your message and the AI will respond!

You can also ping the bot to talk, but it will be using the default hyunGPT personality, with less customization.

{% content-ref url="/pages/BsqUbSoVIJRMzYz1CbiH" %}
[Using the Chatbot](/fundamentals/using-the-chatbot.md)
{% endcontent-ref %}
{% endtab %}

{% tab title="📝  Generate Images" %}
Making images are easy as pie.

1. Type `/image generate` into any channel.
2. Describe the image you want to generate in the prompt section.
3. Configure additional options like model, style, and ratio.
4. And then just wait! The AI will generate your image within 30 seconds.

We also have other image features:

* `/image remix` - Modifies existing images
* `/image upscale` - Make your images higher resolution.
* `/image ask` - Ask questions about your image
* And a couple more!

{% content-ref url="/pages/stQqs5JWeg33YYnUntlN" %}
[IMAGE COMMANDS OVERVIEW](/image-commands/image-commands-overview.md)
{% endcontent-ref %}
{% endtab %}

{% tab title="🎵 Make Music" %}
Making music isn't hard either. It's similar to generating images!

1. Type `/music generate` in any channel.
2. Write out your prompt for your music.&#x20;
3. Select the "simple" or "premium" model!
4. And wait!&#x20;

{% content-ref url="/pages/V7DhU1HE3HpeXgPMyZp5" %}
[Music Generator](/music-commands/music-generator.md)
{% endcontent-ref %}
{% endtab %}

{% tab title="Something else!" %}
We have many other features, all for you to explore!

Just run the `/help` command in any channel, and you can check out all the cool features hyunGPT can offer.
{% endtab %}
{% endtabs %}

If you ever have ANY questions about hyunGPT or just want to talk to someone, we're available in <https://discord.gg/hyunGPT>. Don't hestitate to ask questions - that's what we're here for!


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.hyungpt.app/getting-started/thanks-for-adding-hyungpt.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
