> For the complete documentation index, see [llms.txt](https://docs.nighty.one/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nighty.one/troubleshooting/rich-presence-doesnt-show-up.md).

# Rich Presence doesn't show up

If your Rich Presence isn't appearing in Discord, follow these steps to troubleshoot:

1. **Check Your Discord Status**\
   Make sure your Discord status is set to **Online / Do Not Disturb / Idle**. Rich Presence won’t show if you're **Invisible** or **Offline**.
2. **Verify Custom Image URLs**\
   If you're using custom images (large/small), upload them to [Imgur](https://imgur.com/).\
   After uploading, **right-click the image → Open in new tab → Copy the URL** from the address bar. It starts with i.imgur and ends with image extension (eg. .jpg/.png).
3. **Enable Activity Settings in Discord**\
   Go to **User Settings → Activity Privacy** and **enable all options**.
4. **Enable Server-Specific Activity Privacy**\
   In each server where you want Rich Presence visible:\
   **Click the server name (above the channel list) → Privacy Settings → Enable both options.**

#### Still Not Working?

Open a support ticket at [nighty.support](https://nighty.support/) and attach the following files:

* `profile.json`
* `presets.json`

You can find them here:\
Press **Win + R →** type `%appdata%/Nighty Selfbot/data` → **OK**


---

# 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:

```
GET https://docs.nighty.one/troubleshooting/rich-presence-doesnt-show-up.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.
