# Recipes Overview

This section turns the API reference into concrete tasks. Each recipe is complete and runnable, and each recipe uses real public endpoints instead of pseudo-code.

## Common Tasks

* Fetch one metric export
* Load daily exports into pandas
* Fetch data in Python or JavaScript
* Compare multiple chains over time
* Plot a time series
* Export to CSV

## Related Pages

* [Quickstart](/getting-started/getting-started/quickstart.md)
* [API Overview](/api-reference/api.md)


---

# 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.growthepie.com/recipes-tutorials/recipes.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.
