> For the complete documentation index, see [llms.txt](https://docs.caraml.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.caraml.dev/tutorial-and-examples/07_examples.md).

# Model Sample Notebooks

Examples of using Merlin for different purposes are available to be tried out as Jupyter notebooks in the links below. You may want to clone the examples to your local directory and run them using Jupyter notebook.

{% content-ref url="/pages/twls97uJkZuoajQyPjTG" %}
[Deploy Standard Models](/tutorial-and-examples/07_examples/01_standard_model.md)
{% endcontent-ref %}

{% content-ref url="/pages/avpSoRZ45Tpt7RL1Z8uY" %}
[Deploy PyFunc Model](/tutorial-and-examples/07_examples/02_pyfunc_model.md)
{% endcontent-ref %}

{% content-ref url="/pages/msFdiaLC999yDV8ppYhb" %}
[Using Transformers](/tutorial-and-examples/07_examples/03_transformer.md)
{% endcontent-ref %}

{% content-ref url="/pages/iRwPmF8pDCJCi4YVqGHr" %}
[Run Batch Prediction Job](/tutorial-and-examples/07_examples/04_batch_prediction.md)
{% endcontent-ref %}

{% content-ref url="/pages/h0CRJvbifboW9irxZijr" %}
[Others examples on Models](/tutorial-and-examples/07_examples/05_others.md)
{% endcontent-ref %}


---

# 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.caraml.dev/tutorial-and-examples/07_examples.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.
