# Overview

### Prices

The bot checks against real-time market prices when trades are submitted. To allow for volatility and time it takes to submit, the submitted price can be off by a small threshold based on our price tolerance system. This is to prevent traders manipulating stats and cheating ranks.<br>

This video will guide you through on how to properly use the Discord bot for submitting trades. This is an old version 1 video, and a lot has been added & changed since then but is still helpful for covering the basics and seeing it in action. All features and functionalities can be found in the articles below.

#### Stocks & Options Trade Tracking/Submitting - How To Video

{% embed url="<https://www.youtube.com/watch?v=k3iMAcHhzm0>" %}

{% hint style="danger" %}
This video was recorded during week 2 BETA (v0.2). Although it doesn't cover everything, it's a great short video to see how the bot works and the basics of submitting your trades.
{% endhint %}

#### Newer Quick Demonstration of Tracking/Submitting Stocks & Options Trades

{% embed url="<https://youtu.be/ipG9ghK45Yk>" %}

Here's a quick demo (no audio) of how tracking or submitting stocks & options trades work, averaging up/down, trimming or partially closing, using trade notes, etc. Video recorded October 2024.&#x20;


---

# 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/submit-stocks-options-trades-on-discord/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.
