# Options Flow Bot

[**Add Laminar to your channel**](https://discord.com/api/oauth2/authorize?client_id=949038953313476648\&permissions=534723950656\&scope=bot%20applications.commands)

### Get Started

1. Click the link above & add the bot to your server.
2. Create a channel within your Discord server for the bot.&#x20;
3. Register the bot in the created channel with command `/laminar-register`
4. Below these instructions you will notice a list of commands. **At least two filters must be set**
5. We recommend `/exclude-etfs` & `/min-value`
6. Once filters have been set bot will auto post during market hours. (9:45 AM - 4:15 PM EST)

<table><thead><tr><th width="180" align="center">Commands</th><th>Explanation</th></tr></thead><tbody><tr><td align="center">/laminar-register</td><td>Registers the bot in channel</td></tr><tr><td align="center">/min-value</td><td> The minimum value of an order you want to be shown</td></tr><tr><td align="center">/exclude-etfs</td><td>Exclude all ETFs</td></tr><tr><td align="center">/exclude-tickers</td><td>Comma separated list of tickers you do not want to be included (no spaces in between commas)</td></tr><tr><td align="center">/filter-ask</td><td>Filter based on whether the buy was above or below the ask</td></tr><tr><td align="center">/filter-bid</td><td>Filter based on whether the buy was above or below the bid</td></tr><tr><td align="center">/filter-oi</td><td>Only show trades where position size is above the Open Interest</td></tr><tr><td align="center">/include-tickers</td><td>Comma separated list of tickers you want to be included (no spaces in between commas)</td></tr><tr><td align="center">/max-value</td><td>The maximum value of an order you want to be shown</td></tr><tr><td align="center">/reset-filters</td><td> Removes all existing filters</td></tr><tr><td align="center">/toggle</td><td>Turns off bot posting</td></tr><tr><td align="center">/top-flow</td><td>Get the top 10 tickers with the most bullish/bearish flow</td></tr><tr><td align="center">/laminar-unregister</td><td>Removes this channel from receiving alerts. This does not effect the bots status in other channels.</td></tr></tbody></table>

**Help**

For help, please reach out in our [<mark style="color:purple;">**Discord**</mark>](https://discord.gg/AwKkBXpstU)


---

# 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://help.tradearies.com/discord-data-bots/options-flow-bot.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.
