# Spot opportunities

## Overview

You can ask Obside to **scan the market** and identify assets matching your criteria — fundamental, technical, macroeconomic or sectoral. It's useful to prepare a shortlist, spot weak signals, or refine your selection before opening a position.

## How to phrase your request

Describe the **selection criteria** (asset universe, technical filters, financial ratios, sectors, geography…) and, when relevant, **the context you're looking for** (breakout, reversal, momentum, undervaluation…).

## Example requests

{% hint style="info" %}
**Example #1 — Short candidates**

"Find European stocks with declining YoY revenue, P/E above 30 and debt/EBITDA above 4."
{% endhint %}

{% hint style="info" %}
**Example #2 — Beat & cheap**

"Find stocks that beat earnings this week and whose P/E is below the sector average."
{% endhint %}

{% hint style="info" %}
**Example #3 — Undervalued stocks**

"Find European stocks with a P/E below 12 and a dividend yield above 3%."
{% endhint %}

***

{% hint style="success" %}
Once you have the shortlist, you can chain it with a [smart alert](/obside-chat/get-alerted/create-a-smart-alert.md) on those assets, or jump directly to creating a [trading bot](/obside-chat/automate-your-trading/create-a-trading-bot.md) targeting that shortlist.
{% 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.obside.com/obside-chat/get-alerted/spot-opportunities.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.
