> 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/adding-hyungpt-to-your-server.md).

# Adding hyunGPT to your Server

## Don't have a Discord server?

If you don't yet own a Discord server, make sure to create one! This is where you'll be able to use hyunGPT.

1. Once logged into your Discord account, press the "Add a Server" button

<figure><img src="/files/gN64o8XAQTFMdi7oIEGx" alt="" width="176"><figcaption></figcaption></figure>

2. Press the "Create My Own" button.

<figure><img src="/files/VBxSwvh9NWLIuDOMetvm" alt="" width="188"><figcaption></figcaption></figure>

3. Fill in the information needed and press Create!

<figure><img src="/files/ptpBlgx2NvSNxDc74pgu" alt="" width="188"><figcaption></figcaption></figure>

## Once you have a server...

1. Head over to [hyungpt.app](https://hyungpt.app)
2. Press the "Invite Now" button

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

3. You'll then be redirected to the default Discord authorization page. Select your server in which you want to hyunGPT to be invited to:

<figure><img src="/files/olCG3YnpFa4tTyXR6DpL" alt="" width="188"><figcaption></figcaption></figure>

4. After selecting a server and clicking the "continue" button, **you'll have to grant hyunGPT the listed permissions which is required for hyunGPT to talk and work correctly.**&#x20;

<figure><img src="/files/968WD5OtriEQFsqAAkRr" alt="" width="188"><figcaption></figcaption></figure>

5. After clicking **"Authorize"**, you may be prompted to complete a captcha which ensures you're a real human. Click on the "I am a human" button to verify and once complete, you should receive an "Authorized" message meaning you've successfully invited hyunGPT to the server! &#x20;


---

# 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/adding-hyungpt-to-your-server.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.
