# Reloading Discord Client

{% hint style="info" %}
Occasionally, after making changes to servers, you might experience a delay in using certain slash commands or their arguments. No need to stress! To resolve this issue, simply restart your Discord client. We appreciate your patience and happy chatting! 🌟
{% endhint %}

## How to Reload Your Discord Client

### On Windows:

* Press `Ctrl + R` to Refresh Your Discord&#x20;

### On macOS:

* Press `Cmd + R` to Refresh Your Discord&#x20;

### On Mobile (iOS and Android):

1. Close Discord:
   * Swipe away the Discord app from the recent apps list.
2. Reopen Discord:
   * Tap on the Discord app icon to launch it again.

### On Web Browsers (Chrome, Firefox, Edge, etc.):

1. **Close Discord:**
   * Close the tab or window where Discord is open.
2. **Reopen Discord:**
   * Open a new tab or window.
   * Type in the Discord web address (e.g., [https://discord.com](https://discord.com/)) and press Enter to launch Discord again.


---

# 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://dlp.hapangama.com/resolving-issues/reloading-discord-client.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.
