> For the complete documentation index, see [llms.txt](https://docs.bdb.ai/feature-list/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bdb.ai/feature-list/8.x/team-feature/data-science-lab/auto-forecasting-requirements/user-input.md).

# User Input

Input required form Users:

* Target column
* Date Column
* Forecast Horizon
* Static features :  The time-independent attributes (metadata) of a time series. These may include information such as:
  * location, where the time series was recorded (country, state, city)
  * fixed properties of a product (brand name, color, size, weight)
  * store ID or product ID
* Known Covariates :  are known for the entire forecast horizon, such as
  * holidays
  * day of the week, month, year
  * promotions
* Past Covariates : are only known up to the start of the forecast horizon, such as
  * sales of other products
  * temperature, precipitation
  * transformed target time series
* Handling Missing Data :&#x20;
  * Completely ignore the time index
  * Extend the index and fill missing values

>


---

# 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:

```
GET https://docs.bdb.ai/feature-list/8.x/team-feature/data-science-lab/auto-forecasting-requirements/user-input.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.
