> For the complete documentation index, see [llms.txt](https://theblockchainchief.gitbook.io/web3stash/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://theblockchainchief.gitbook.io/web3stash/welcome.md).

# Welcome!

## Welcome to Web3Stash Guide

Welcome to Web3Stash! Here you'll find all the documentation you need to get up and running with the Web3Stash NPM package.

Web3Stash is a standard library to get a single API to connect to multiple decentralized storage service providers. If you are looking to connect to blockchain services like ipfs, nft.storage, pinata, arweave, bundlr, etc but don't want to read their docs and set them up individually, You can use this package to connect to any of these services. The best part is all the configuration settings and uploads functions are almost the same across all the services.

## Want to jump right in?

Feeling like an eager beaver? Jump into the quick start docs and get making your first request:

{% content-ref url="/pages/L8QtOxO3Iy5rRfXlIYhO" %}
[Quick Start](/web3stash/quick-start.md)
{% endcontent-ref %}

## Want to Contribute?

Want to contribute to Web3Stash: Head to our Contribution Guidelines Reference

{% content-ref url="/pages/nnK4uFPyqU31mA4rULyH" %}
[Guidelines](/web3stash/contributing/guidelines.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, and the optional `goal` query parameter:

```
GET https://theblockchainchief.gitbook.io/web3stash/welcome.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
