# Tutorials

- [How to store files with Boost on Filecoin](https://boost.filecoin.io/v1/tutorials/how-to-store-files-with-boost-on-filecoin.md): This tutorial goes through all the steps required to make a storage deal with Boost on Filecoin.
- [Using filters for storage and retrieval deals](https://boost.filecoin.io/v1/tutorials/using-filters-for-storage-and-retrieval-deals.md)
- [Setting up a monitoring stack for Boost](https://boost.filecoin.io/v1/tutorials/setting-up-a-monitoring-stack-for-boost.md): This tutorial goes through the steps required to run our Docker monitoring setup to collect and visualize metrics for various Boost processes


---

# 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://boost.filecoin.io/v1/tutorials.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.
