# Building a Model

- [Predict](https://docs.akkio.com/akkio-docs/building-a-model/predict.md)
- [Insights Report - Classification](https://docs.akkio.com/akkio-docs/building-a-model/predict/insights-report-classification.md): Statistical Report of Model Training Performance (Standard Predictive)
- [Insights Report - Regression](https://docs.akkio.com/akkio-docs/building-a-model/predict/insights-report-regression.md): Descriptions of report types that are not in the standard example pages
- [Forecasting](https://docs.akkio.com/akkio-docs/building-a-model/forecasting.md)
- [Insights Report - Forecasting](https://docs.akkio.com/akkio-docs/building-a-model/forecasting/insights-report-forecasting.md)
- [Model Types](https://docs.akkio.com/akkio-docs/building-a-model/model-types.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.akkio.com/akkio-docs/building-a-model.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.
