# Trade Sharing Overview

The ability to share your trades and flex your stats is one of the more popular appealing features. We've aimed to deliver this functionality to fit the needs of various traders seeking this capability. Whether you're a guru spreading your wisdom and signals on social media or Discord, or looking for that credibility on the banger you mentioned last month, or just to share with your followers what you're buying and selling. You can share your trades to Discord via webhooks automatically with the option to customize the message or embed content. Currently, trades can be tweeted upon submitting them, and will have automatic tweets for sharing trades in the near future.

By default, we have pre-set message content for sharing to Discord and Twitter, but you can change 100% of their appearance and deck them out however you'd like!

## How It Works

Sharing to Discord instantly occurs via your webhooks after submitting a trade. The message or embed that is sent to the webhook(s) can be fully customized with many features and market data to help.\
\
With Twitter, as soon as you submit a trade a new browser window will open up with a pre-filled out tweet for you to send. This default tweet content can also be fully customized. We plan to work with Twitter's API to provide automatic tweets for trade sharing in the near future.

{% hint style="info" %}
Check out how to get started sharing your trades to Discord through this page [discord](https://docs.nvstly.com/trade-sharing/discord "mention")\
\
There is no setup required for Twitter, but you can still customize how your preset tweets will look by building your own, see [customize-messages-or-embeds](https://docs.nvstly.com/trade-sharing/customize-messages-or-embeds "mention")
{% endhint %}


---

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