# Tutorials

- [How to upgrade from Boost v1 to Boost v2](https://boost.filecoin.io/tutorials/how-to-migrate-boost-v1-to-boost-v2.md): Migrate from Boost version 1 to version 2
- [How to re-index unsealed pieces that are flagged by LID in Boost v2](https://boost.filecoin.io/tutorials/how-to-re-index-unsealed-pieces-that-are-flagged-by-lid-in-boost-v2.md): This pages explains how to re-index unsealed pieces flagged by the Piece Doctor in the Local Index Directory so that they are retrievable
- [How to upgrade from v2.0.0 to v2.1.0](https://boost.filecoin.io/tutorials/how-to-upgrade-from-v2.0.0-to-v2.1.0.md): This is a step by step guide to upgrade from Boost v2.0.0 to Boost v2.1.0
- [How to upgrade from v2.1.x to v2.2.0](https://boost.filecoin.io/tutorials/how-to-upgrade-from-v2.1.x-to-v2.2.0.md): This is a step by step guide to upgrade from Boost v2.1.x to Boost v2.2.0
- [Start and stop Boost processes](https://boost.filecoin.io/tutorials/start-and-stop-boost-processes.md): This pages describes the order in which different boost processes must be started and stopped
- [How to store files with Boost on Filecoin](https://boost.filecoin.io/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/tutorials/using-filters-for-storage-and-retrieval-deals.md)
- [Migrate from Lotus to Boost](https://boost.filecoin.io/tutorials/upgrade-from-lotus-to-boost.md): This section describes how to upgrade your lotus-miner markets service to boostd v2.x.x
- [How to onboard data using DDO deals](https://boost.filecoin.io/tutorials/how-to-onboard-data-using-ddo-deals.md): This is a step by step guide of how to make verified DDO deals with Boost


---

# 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/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.
