# Setup

## Get started

First you need to clone the repo to your account

## Personalization

Firstly you need to join the [Discord Server](https://discord.fish/undefined) so the Bot can get your activity, otherwise it will be stuck in the loading screen\
Then edit the user ID and put in your user ID&#x20;

<figure><img src="/files/Ot7ra1vOoDEG5OHuEMEf" alt=""><figcaption><p>/js/api.js:2 | Replace the ID with your DIscord ID </p></figcaption></figure>

### Link Preview

Please head to the first index.html lines and edit it to your needs like description | [DISCLAIMER](/important.md)

<figure><img src="/files/9fSZ1h5x1qsjoTRkHZOi" alt=""><figcaption></figcaption></figure>

### Background

Head over to /img/discordpf and take any image you want and place it in the folder

{% hint style="danger" %}
The filename must be "bg.png"
{% endhint %}

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

### About me&#x20;

To edit the about me head over to the index.html file and head to line 103. There you can make it yours.

### Buttons (CURRENTLY BROKEN)

To edit the buttons please head to index.html between line 61-65. There you can edit the Button text.\
\
To edit the button link please head to /js/switchPage.js and change the links\
\
To remove the buttons simply delete the code line of the button you want to remove in the index.html file

### Favicon

To replace the favicon head to /img and replace the favicon.ico with your own file


---

# 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://discordrpc-wiki.stuffmaker.dev/setup.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.
