# Join A Discord

## Objective Description

This objective requires a user to join a specific Discord.

## Objective Setup

### Required Fields

1. Server Name - Enter the name of the Discord server you want users to join. This is the name that will be displayed on the objective for the user.
2. Discord Server Invite URL - Enter the invite URL for the server you want users to join.
   1. Ex. [https://discord.gg/mvhq](https://discord.gg/KjsNeWvP)
3. Discord Server ID - Enter the server ID for the Discord server you want users to join.
   1. Ex. 000000000000000000

{% hint style="info" %}
For more information on how to retrieve your Discord's server, user, or specific role IDs, please visit the: [Discord Integration Guide](https://support.discord.com/hc/en-us/articles/206346498-Where-can-I-find-my-User-Server-Message-ID)
{% endhint %}

### Optional Fields

1. None

<mark style="background-color:yellow;">insert objective creation screenshot</mark>

## User Interaction

When the user clicks the "Join Discord" button they will be prompted to join the Discord linked to the objective.

When the user clicks the "Verify" button, MVHQ will verify that the user has already performed the action and mark the objective as "Completed." If the user has not performed the action, they will receive an error message and be prompted to perform the action.

<mark style="background-color:yellow;">insert live objective screenshot</mark>


---

# 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.mvhq.io/for-teams/create-a-misison/objectives/discord-objectives/join-a-discord.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.
