# Runs

To monitor Context Engine jobs, open the Admin Console and go to the Context Engine Runs page. At the top, review the tiles that show the total jobs, running jobs, total tokens, and total cost.

<figure><img src="/files/lx8YkeeNyo4LJaidAGze" alt=""><figcaption></figcaption></figure>

To focus on jobs in a particular state, use the status bar under the tiles. Click “All”, “Not Run”, “Running”, “Completed”, or “Failed” to filter the table to that state.

<figure><img src="/files/KHpToUbFSmEIdr7xziMm" alt=""><figcaption></figcaption></figure>

To inspect the details of a specific run, look for it in the table. You can review the data source, analyzer, status, creation time, start time, tokens, and team columns for each row.

To find runs for a specific repository or depot, type its name into the search field above the table where it says Search data sources…. Scroll the table to review historical runs and confirm that new configuration changes are being picked up as expected.

Re-running and Cancelling

You can also rerun a status check by navigating to the three dots on the far right side of each data source row. Click and select Re-run. You can also cancel by pressing the three dots before the run is complete and pressing Cancel.


---

# 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.tabnine.com/main/administering-tabnine/managing-your-team/context-engine/runs.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.
