# Discord

### Webhooks

Webhooks are required for sharing your trades to Discord. To do this go to [Accounts & Sharing](https://nvst.ly/settings/sharing) within your account settings. Under the webhooks section click Add Webhook > Discord to be prompted with the New Webhook interface. \
\
Select a name for the webhook that will act as a username in Discord, an image that will be used for the avatar, and the webhook URL. An optional note can be added to help keep track of webhooks.\
\
You can limit which markets and style of trades you want sent to webhooks by selecting them under Markets and Trade Styles. You need to select at least 1 market, and if no Trade Styles are selected it will send all trades regardless of style.

#### Role Pings & @mentions

If you intend on @mentioning or sending a ping with your shared trade, they should be set with each individual webhook rather than in the custom message/embed builder- *as those mentions/pings would be used across all webhooks.*

<figure><img src="https://1979700980-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7y9NJ86ay9CegkK2t71u%2Fuploads%2FyOoKB186zVyzIUL3Bspb%2Fimage.png?alt=media&#x26;token=c252dbf3-4891-4720-9cb2-518fe3ec22de" alt=""><figcaption><p>You can have an unlimited number of webhooks</p></figcaption></figure>

#### Creating Webhooks on Discord

To create webhooks on Discord, right click on the desired channel you want trades to be shared in and click `Edit Channel.` In the settings click on `Integrations` then `Webhooks` and click `New Webhook`. You can set the webhook name and avatar here, but the webhook name and avatar set in the web app will over-ride these settings.

## Enable/Disable Sharing Trades to Webhooks

To share your trades to Discord via webhooks, you can either enable it in the [Accounts & Sharing](https://nvst.ly/settings/sharing) section of account settings, or just check the *Share to Discord* box when submitting a trade through the New Trade interface. You will need to link Discord to your account to access this feature.<br>

![](https://1979700980-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7y9NJ86ay9CegkK2t71u%2Fuploads%2FdiWb8Y5bBudghFFrGPDa%2Fimage.png?alt=media\&token=d5cc9d4d-94fa-4d5e-b2e6-4bc7b27855bd)![](https://1979700980-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7y9NJ86ay9CegkK2t71u%2Fuploads%2FeEITUNGjmj9A0PqE2yhb%2Fimage.png?alt=media\&token=fbbbb545-5774-4e45-962b-a8185ffefd5d)

{% hint style="info" %}
When enabled in settings, it will always be enabled in New Trade.
{% endhint %}

You have full customization of how your message or embed content looks when sent. We've built a no-code message builder for sharing trades to Discord, scope it out in the [Accounts & Sharing](https://nvst.ly/settings/sharing) section of account settings by clicking the `Customize` button next to your linked Discord account info. See [customize-messages-or-embeds](https://docs.nvstly.com/trade-sharing/customize-messages-or-embeds "mention")for more info.

**You can customize each trade event message:**

* Open
* Average
* Trim/Partial
* Closing

**With every data property of the trade, and more:**

* Direction (long/short)
* Ticker (and ticker logo)
* Expiration date
* Strike Price
* Call/put
* Notes
* Link to Trade Insight page
* Styles & flags
* Curent market price of ticker
* Daily high/low price of ticker
* Volume
* [And so much more](https://docs.nvstly.com/trade-sharing/customize-messages-or-embeds)

## Your Bot

COMING SOON

## Our Bot

COMING SOON


---

# 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.nvstly.com/trade-sharing/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.
