> For the complete documentation index, see [llms.txt](https://quandora.gitbook.io/quandora-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://quandora.gitbook.io/quandora-docs/home/quandora.md).

# Quandora

Quandora is the all-in-one plugin package in the Quandora plugin marketplace. Factor Mining is the first bundled skill.

## What Factor Mining Does

Quandora Factor Mining helps an agent:

1. Connect to the user's Quandora account through the host's MCP authorization flow.
2. List public factor-mining tasks or create a custom factor session.
3. Generate a valid `plugin.py` in the local workspace when file writes are available.
4. Submit the factor source inline to Quandora.
5. Wait for the backtest, retrieve available factor cards and chart artifacts, and summarize the result.
6. Save the local working files and returned results together.

## Result Files

When the host supports local files, Factor Mining archives each run under:

```
Quandora result/factor-mining/aggressive_flow_exhaustion_reversal/
```

The archive is named from the factor slug, preferably the generated `FACTOR_TYPE`. It contains the submitted `plugin.py`, a redacted `run_summary.json`, `factor_card_is.json` and `factor_card_all.json` when available, `artifact_manifest.json`, PNG charts under `artifacts/is/` and `artifacts/all/`, and the raw signal parquet at `signal_raw.parquet` when available. PNG API calls use the returned server `source_name`; local files are saved to `standard_local_path`. The agent prints the result, artifact, and chart folder paths after each run so the user can open the files directly.

## Skills

```
skills/
  factor-mining/
```


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://quandora.gitbook.io/quandora-docs/home/quandora.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
