> For the complete documentation index, see [llms.txt](https://pycaret.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pycaret.gitbook.io/docs/get-started.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://pycaret.gitbook.io/docs/get-started.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
