# GET STARTED

- [Installation](https://pycaret.gitbook.io/docs/get-started/installation.md): A step-by-step guide to install PyCaret in Python
- [Quickstart](https://pycaret.gitbook.io/docs/get-started/quickstart.md): Get Up and Running in No Time: A Beginner's Guide to PyCaret
- [Tutorials](https://pycaret.gitbook.io/docs/get-started/tutorials.md): Tutorials developed and maintained by the core developers of PyCaret
- [Modules](https://pycaret.gitbook.io/docs/get-started/modules.md): Machine Learning use-cases supported in PyCaret
- [Data Preprocessing](https://pycaret.gitbook.io/docs/get-started/preprocessing.md): Data preprocessing and Transformations available in PyCaret
- [Data Preparation](https://pycaret.gitbook.io/docs/get-started/preprocessing/data-preparation.md)
- [Scale and Transform](https://pycaret.gitbook.io/docs/get-started/preprocessing/scale-and-transform.md)
- [Feature Engineering](https://pycaret.gitbook.io/docs/get-started/preprocessing/feature-engineering.md)
- [Feature Selection](https://pycaret.gitbook.io/docs/get-started/preprocessing/feature-selection.md)
- [Other setup parameters](https://pycaret.gitbook.io/docs/get-started/preprocessing/other-setup-parameters.md): All other setup related parameters
- [Functions](https://pycaret.gitbook.io/docs/get-started/functions.md): All functions in PyCaret
- [Initialize](https://pycaret.gitbook.io/docs/get-started/functions/initialize.md): Initialize experiment in PyCaret
- [Train](https://pycaret.gitbook.io/docs/get-started/functions/train.md): Training functions in PyCaret
- [Optimize](https://pycaret.gitbook.io/docs/get-started/functions/optimize.md): Optimization functions in PyCaret
- [Analyze](https://pycaret.gitbook.io/docs/get-started/functions/analyze.md): Analysis and model explainability functions in PyCaret
- [Deploy](https://pycaret.gitbook.io/docs/get-started/functions/deploy.md): MLOps and deployment related functions in PyCaret
- [Others](https://pycaret.gitbook.io/docs/get-started/functions/others.md): Other functions in PyCaret


---

# 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://pycaret.gitbook.io/docs/get-started.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.
