# Python

- [Getting started](https://docs.quadratichq.com/python/getting-started.md): Get started writing rich Python code inside the spreadsheet.
- [Reference cells](https://docs.quadratichq.com/python/reference-cells.md): Reference cells from Python.
- [Return data to the sheet](https://docs.quadratichq.com/python/return-data-to-the-sheet.md): Return the data from your Python code to the spreadsheet.
- [Packages](https://docs.quadratichq.com/python/packages.md): Using and installing Python packages.
- [Make an API request](https://docs.quadratichq.com/python/make-an-api-request.md): Get the data you want, when you want it.
- [Clean data](https://docs.quadratichq.com/python/clean-data.md): Get your data ready for analysis.
- [Charts/visualizations](https://docs.quadratichq.com/python/charts-visualizations.md): Glean insights from your data, visually.
- [Manipulate data](https://docs.quadratichq.com/python/manipulate-data.md): Perform novel analysis on your data.


---

# 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.quadratichq.com/python.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.
