> For the complete documentation index, see [llms.txt](https://docs.numer.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.numer.ai/numerai-signals/models.md).

# Models

There are plenty of tutorial models available from Numerai and its community:

* Numerai's basic example model can be found [on Github](https://github.com/numerai/signals-example-scripts).
* [Jason Rosenfeld](https://twitter.com/jrosenfeld13) ([jrAI](https://signals.numer.ai/jrai)) created an end-to-end notebook for Numerai Signals. It uses free data from Yahoo Finance to craft a dataset and train a simple model. You can find it on [Google Colab](https://colab.research.google.com/drive/1ECh69C0LDCUnuyvEmNFZ51l_276nkQqo) and watch [this video](https://colab.research.google.com/drive/1ECh69C0LDCUnuyvEmNFZ51l_276nkQqo) about it.
* [Surajp](https://twitter.com/parmarsuraj99), inspired by the example and notebook above, wrote [this article](https://parmarsuraj99.medium.com/lets-talk-about-signals-841934f24450) about Signals.
* You can find a list of data sources [on the forum](https://forum.numer.ai/t/free-or-cheap-data-and-tools-for-numerai-signals/350).


---

# 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.numer.ai/numerai-signals/models.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.
