# Python / Data Science

- [Data Science Foundation](https://docs.heavy.ai/v8.5.0/python-data-science/omnisci-data-science-foundation.md): An overview of HEAVY.AI Integrated Data Science Foundation
- [JupyterLab Installation and Configuration](https://docs.heavy.ai/v8.5.0/python-data-science/get-started-jupyter.md)
- [Using HEAVY.AI with JupyterLab](https://docs.heavy.ai/v8.5.0/python-data-science/using-omnisci-with-jupyterlab.md)
- [Python User-Defined Functions (UDFs) with the Remote Backend Compiler (RBC)](https://docs.heavy.ai/v8.5.0/python-data-science/python-user-defined-functions-udfs-with-the-remote-backend-compiler-rbc.md)
- [Installation](https://docs.heavy.ai/v8.5.0/python-data-science/python-user-defined-functions-udfs-with-the-remote-backend-compiler-rbc/installation.md): Install RBC and get started
- [Registering and Using a Function](https://docs.heavy.ai/v8.5.0/python-data-science/python-user-defined-functions-udfs-with-the-remote-backend-compiler-rbc/registering-and-using-a-function.md): Register a function and then use it
- [User-Defined Table Functions](https://docs.heavy.ai/v8.5.0/python-data-science/python-user-defined-functions-udfs-with-the-remote-backend-compiler-rbc/user-defined-table-functions.md)
- [RBC API Reference](https://docs.heavy.ai/v8.5.0/python-data-science/python-user-defined-functions-udfs-with-the-remote-backend-compiler-rbc/rbc-api-reference.md)
- [Ibis](https://docs.heavy.ai/v8.5.0/python-data-science/introduction-to-ibis.md): Explore large datasets in HEAVY.AI with the full power of SQL, with a pandas-like API
- [Interactive Data Exploration with Altair](https://docs.heavy.ai/v8.5.0/python-data-science/interactive-data-exploration-with-altair.md)
- [Additional Examples](https://docs.heavy.ai/v8.5.0/python-data-science/additional-examples.md)
- [Forecasting with HEAVY.AI and Prophet](https://docs.heavy.ai/v8.5.0/python-data-science/additional-examples/forecasting-with-omnisci-and-prophet.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.heavy.ai/v8.5.0/python-data-science.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.
