> For the complete documentation index, see [llms.txt](https://docs.graphite-note.com/graphite-note-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.graphite-note.com/graphite-note-documentation/~/changes/E2AMshWWxt1bMPRlFt2a/models/introduction.md).

# Introduction

Now that you have imported your CSV file, or connected to your database, you can create your model.

To create your model:

1. Select a model type from our templates.

<figure><img src="/files/CzuaO981tHivOPoAhVyM" alt=""><figcaption></figcaption></figure>

*In this example, we are going with a Timeseries Model to predict our future sales!*

2. Select a source Dataset for this Model. Pay attention to the required columns which are different from model to model.

<figure><img src="/files/XFtixV15gKP39dEXSRXJ" alt=""><figcaption></figcaption></figure>

*If you don't have a time-related column like dates in your Dataset, you cannot perform a time-series forecasting*

3. Define the name and description of the Model and put a [tag ](/graphite-note-documentation/~/changes/E2AMshWWxt1bMPRlFt2a/account-and-team-setup/faq.md#what-is-a-tag)on it if you like

<figure><img src="/files/hSIFR3yyQKTsbvjzbvns" alt=""><figcaption></figcaption></figure>

4. In the Model Scenario, identify all parameters and relevant columns from your dataset, it depends on the model that you chose (which column in your dataset contains dates, which one you want to predict, and so on...)
5. Run the model and enjoy insights.&#x20;

*Don't forget to explore the Prediction, Trend, Seasonality, and Details Tab for additional insights.*

And that’s it, your first Model is created and ready for exploration.


---

# 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://docs.graphite-note.com/graphite-note-documentation/~/changes/E2AMshWWxt1bMPRlFt2a/models/introduction.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.
