> ## Documentation Index
> Fetch the complete documentation index at: https://docs.yoinka.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Jobs feed

> Every role that matched one of your monitors, newest first.

The **Jobs** page shows every role any of your monitors has matched — newest first. It's the feed you scroll through each morning.

## What you see

Each job card shows:

* **Title and company** (with logo)
* **Location** (remote / on-site / hybrid)
* **Posted-at** — when Yoinka first saw it, not when the company posted it (close to the same)
* **Matched monitor** — which of your monitors caught it
* **Apply** — deep-link straight to the company's application page

Click a card to open the full description.

## Filters

Above the feed:

* **Search** — free-text across title, company, description.
* **Company** — narrow to one company.
* **Location** — remote, a city, or a country.
* **Monitor** — show only matches from a specific monitor.

## Livestream

New matches appear at the top in real-time — no refresh needed. The feed uses Server-Sent Events, so leaving the page open is a cheap way to catch roles within seconds of posting.

## Pagination

Scroll to the bottom to load older matches. The feed keeps \~30 days of history; anything older is still searchable via the filters.

## Dismissing / marking "not interested"

Click the **×** in the top right of a card to dismiss. Dismissed jobs stay out of your feed but your monitor's match counter keeps tracking them so tuning the monitor is still possible.

## Turning a match into an application

1. Click **Apply** on the card.
2. The application page opens in a new tab.
3. Click the Yoinka [extension](/extension/overview) icon — it fills the form.
4. Review, submit, and optionally track the application via the [tracker](/features/tracker).

## Keyboard shortcuts

When the jobs feed has focus:

| Key                         | Action                            |
| --------------------------- | --------------------------------- |
| <kbd>j</kbd> / <kbd>↓</kbd> | Next job                          |
| <kbd>k</kbd> / <kbd>↑</kbd> | Previous job                      |
| <kbd>Enter</kbd>            | Open the focused job              |
| <kbd>a</kbd>                | Apply (open the application page) |
| <kbd>x</kbd>                | Dismiss                           |
| <kbd>t</kbd>                | Add to tracker                    |
| <kbd>/</kbd>                | Focus the search box              |

## FAQ

<AccordionGroup>
  <Accordion title="Why is a job in the feed that doesn't match my monitor?">
    Usually the description body contains the keyword even though the title doesn't. If this is consistently wrong, tighten the monitor's keywords — e.g. `"senior backend"` instead of just `backend`.
  </Accordion>

  <Accordion title="Why is a job *not* in the feed that I can see on the company's careers page?">
    Three common reasons:

    1. The role was posted within the last few minutes and Yoinka hasn't polled the site yet — wait up to 30 min.
    2. The role doesn't match any of your monitors' filters.
    3. The company's careers page is not yet tracked by Yoinka. See [supported sites](/extension/supported-sites) for the extension coverage; the scraper covers a larger set.
  </Accordion>

  <Accordion title="Does dismissing a job stop it from being tracked for other users?">
    No — dismiss is personal. Each user has their own dismissed list.
  </Accordion>

  <Accordion title="Can I re-open a dismissed job?">
    Yes — filter the feed by **Status: Dismissed** and click **Undismiss** on any card.
  </Accordion>
</AccordionGroup>
