# Recipes / Tutorials

- [Recipes Overview](https://docs.growthepie.com/recipes-tutorials/recipes.md): Practical recipes for common growthepie API tasks.
- [Fetch A Metric In curl](https://docs.growthepie.com/recipes-tutorials/recipes/fetch-a-metric-in-curl.md): Use curl to fetch a growthepie metric export and filter it locally.
- [Fetch growthepie Data In Python](https://docs.growthepie.com/recipes-tutorials/recipes/fetch-growthepie-data-in-python.md): Use Python requests to fetch growthepie data safely.
- [Fetch growthepie Data In JS Or TS](https://docs.growthepie.com/recipes-tutorials/recipes/fetch-growthepie-data-in-js-ts.md): Use JavaScript or TypeScript fetch to load growthepie data.
- [Load Into pandas](https://docs.growthepie.com/recipes-tutorials/recipes/load-into-pandas.md): Load growthepie fundamentals data into a pandas DataFrame.
- [Compare Chains Over Time](https://docs.growthepie.com/recipes-tutorials/recipes/compare-chains-over-time.md): Compare multiple chains over time with growthepie exports.
- [Plot A Timeseries](https://docs.growthepie.com/recipes-tutorials/recipes/plot-a-timeseries.md): Plot a growthepie time series with pandas and matplotlib.
- [Export To CSV](https://docs.growthepie.com/recipes-tutorials/recipes/export-to-csv.md): Export growthepie data to CSV for spreadsheet or notebook workflows.


---

# 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.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.
