# Welcome

Welcome to **GoFigr**—the platform for zero-effort reproducibility in data science and scientific computing.

## What is GoFigr?

GoFigr automatically captures every figure you create in Python, R, or Jupyter notebooks, along with the complete context: source code, data transformations, and execution environment. This enables:

* **Instant reproducibility** — Every figure is linked to the code that created it
* **Effortless collaboration** — Share figures with full provenance
* **AI-powered presentations** — Transform figure collections into polished stories
* **Complete traceability** — Track figures from exploration to publication

## Quick Links

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Get Started</strong></td><td>Install GoFigr and capture your first figure</td><td><a href="/pages/bTQzlB1qOPigd0rrsSaU">/pages/bTQzlB1qOPigd0rrsSaU</a></td></tr><tr><td><strong>Explore Features</strong></td><td>Discover AI Story Mode, Git import, and more</td><td><a href="/pages/6UqWXhqLwbiw8ZvukRkJ">/pages/6UqWXhqLwbiw8ZvukRkJ</a></td></tr><tr><td><strong>What's New</strong></td><td>See the latest features and improvements</td><td><a href="/pages/2eifJqjEIoI3SMxCWO5c">/pages/2eifJqjEIoI3SMxCWO5c</a></td></tr></tbody></table>

## Supported Platforms

| Platform         | Install                          | Status   |
| ---------------- | -------------------------------- | -------- |
| Python / Jupyter | `pip install gofigr && gfconfig` | ✅ Stable |
| R                | `install.packages("gofigR")`     | ✅ Stable |

## Getting Help

* **Documentation**: You're here! Browse the sidebar.
* **Support**: <support@gofigr.io>
* **Website**: [gofigr.io](https://gofigr.io)


---

# 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.gofigr.io/readme.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.
