# 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="quick-start" %}
[quick-start](https://theblockchainchief.gitbook.io/web3stash/quick-start)
{% endcontent-ref %}

## Want to Contribute?

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

{% content-ref url="contributing/guidelines" %}
[guidelines](https://theblockchainchief.gitbook.io/web3stash/contributing/guidelines)
{% endcontent-ref %}


---

# 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://theblockchainchief.gitbook.io/web3stash/welcome.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.
