# Get Member

**Introduction**&#x20;

This step retrieves information about a specific user in a guild, if they are a member.

**Description**&#x20;

Useful for obtaining member details within a guild. Outputs nothing (null value) if the provided user is not a member of the specified guild.

**Configuration**

1. **Guild**: Select the guild where you want to check for the member. This is a required field.
2. **User**: Choose the user whose membership status and details you want to verify. This is a required field.

**Outputs**

* **Member**: Information about the guild member, if they exist. This variable is nullable and will be empty if the user is not a member of the guild.

**Usage**&#x20;

Useful for retrieving member details when you have Guild and User variables available.

**Permissions**

* No specific permissions are required for this step.


---

# 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.flexy.bot/modules/discord/steps/get-member.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.
