# Joins And Leaves

This plugin allows you to track who joins and leaves your server, showing you information about them.

### Enabling The Plugin

To enable the plugin, use **/utility joinsleaves** , select the plugin to be enabled, and enter a channel of your choice.

* You need either manage server or administrator to use this command

Example

/utility joinsleaves enabled:true channel:#joins-and-leaves

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

If you ever wish to disable the plugin, run the same command, and change the enabled parameter to FALSE

### How does it look?

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

Once a user leaves or joins your server, this embed will be sent to the channel, providing some information on the user.

{% hint style="info" %}
More information will be avalible in a future update, including how many times they have joined your server before.
{% endhint %}

The embed also features 2 buttons:

**Look Up User**: Redirects to discordlookup.com to their user look up page. The Joining user’s id is Pre-Filled

**Discord Profile:** Opens up their discord profile on your client (if you have access to do so).


---

# 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.olilz.xyz/modules/joins-and-leaves.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.
