# Member Lookup

Member Lookup helps moderators **pull up key information about a user** using their Discord ID. It’s designed for moments when you need clarity fast: reviewing behavior, resolving disputes, or handling reports — without guesswork or digging through logs.

This tool is especially useful when:

* A user has left the server but moderation is still needed
* You’re reviewing reports tied to an ID
* You need to confirm past actions or notes

***

#### <mark style="color:purple;">🧭 What Member Lookup Shows</mark>

Using the lookup command, Mochi can display:

* The user linked to the Discord ID (if available)
* Relevant moderation history (where applicable)
* Notes or context tied to that member

It gives moderators **just enough information to act thoughtfully**, without overexposing private data.

***

#### <mark style="color:purple;">🛠️ How to Use Member Lookup</mark>

#### Command

Type the following command:

```
/lookup
```

Replace `{discord_id}` with the user’s Discord ID.

Mochi will return the available details associated with that ID.

***

#### <mark style="color:purple;">⚙️ How to Get a Discord ID (Enable Developer Mode)</mark>

To use Member Lookup, you’ll need the user’s **Discord ID**. This requires **Developer Mode** to be enabled in Discord.

#### <mark style="color:$primary;">🖥️ Desktop</mark>

1. Click the ⚙️ **User Settings** icon (bottom-left, next to your name)
2. Go to **Advanced**
3. Enable **Developer Mode**

Once enabled, you can:

* Right-click a user
* Click **Copy ID**

***

#### <mark style="color:$primary;">📱 Mobile App</mark>

1. Tap your profile picture (bottom-right)
2. Go to **User Settings**
3. Tap **Advanced**
4. Enable **Developer Mode**

You can now long-press users, channels, or messages to copy IDs.

***

#### <mark style="color:purple;">🧠 Best Practices</mark>

* Use Member Lookup only when moderation context is needed
* Avoid sharing lookup results publicly
* Pair this tool with moderation logs for full clarity
* Keep notes factual and neutral

***

#### <mark style="color:purple;">🌱 Why It Matters</mark>

Good moderation isn’t about reacting — it’s about understanding.

Member Lookup:

* Saves time during investigations
* Reduces misidentification
* Helps moderators act with confidence
* Supports fair, informed decisions

It’s a quiet but powerful tool — designed to support judgment, not replace it.

***


---

# 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://docs.mochi.bot/safety-and-moderation/moderation-commands/member-lookup.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.
