# What is Boost?

Boost is a tool for Storage Providers to manage data onboarding and retrieval on the Filecoin network.

Boost exposes libp2p interfaces for making storage and retrieval deals, a web interface for managing storage deals, and a GraphQL interface for accessing and updating real-time deal information.

![Web UI - Storage Deals screen](https://437316145-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FfZMqMjrWeFXMBES7ehiI%2Fuploads%2Fx5BzRXgnUzh7kuYrIuix%2FBoost%20-%20storage%20deals.png?alt=media\&token=cf8061b4-e252-4d7d-b2cc-d0fe7c893ee7)

![Web UI - Storage Space screen](https://437316145-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FfZMqMjrWeFXMBES7ehiI%2Fuploads%2F8ek9kD4J9eRBbeM1y9bw%2FBoost%20-%20storage%20space.png?alt=media\&token=3f617a69-c959-45a5-858e-906cf8430fe2)

![Web UI - Sealing Pipeline screen](https://437316145-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FfZMqMjrWeFXMBES7ehiI%2Fuploads%2FiypFxTx2JnhDchegOGc4%2FBoost%20-%20sealing%20pipeline.png?alt=media\&token=bed249c9-dd03-4ec8-a7f5-21e3cb80af0d)


---

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