# Welcome to Filebase!

![](https://3861818989-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-Lyjw7dWpiQtUFDa1pO0%2F-MlVccvpdRHiuI8WKdYJ%2F-MlVe8-6AtNdNhXyY1iH%2Fimage.png?alt=media\&token=03e10634-f274-453c-b076-4ccf8194b167)

## Getting Started

To get started with Filebase, [sign-up](https://console.filebase.com/signup) for a free 5GB account, then check out our Getting Started Guides:

{% content-ref url="getting-started/getting-started-guides/pin-your-first-file-to-ipfs" %}
[pin-your-first-file-to-ipfs](https://docs.filebase.com/getting-started/getting-started-guides/pin-your-first-file-to-ipfs)
{% endcontent-ref %}

{% content-ref url="getting-started/getting-started-guides/developer-quick-start-guide" %}
[developer-quick-start-guide](https://docs.filebase.com/getting-started/getting-started-guides/developer-quick-start-guide)
{% endcontent-ref %}

Have a question? The answer can likely be found in our FAQ section:

{% content-ref url="getting-started/faq" %}
[faq](https://docs.filebase.com/getting-started/faq)
{% endcontent-ref %}

## New Features

### Sites

Deploy and host static websites on IPFS with automatic IPNS names and custom domain support. Perfect for dApps, landing pages, and documentation sites.

{% content-ref url="sites/sites" %}
[sites](https://docs.filebase.com/sites/sites)
{% endcontent-ref %}

### NFT Backup

Preserve your NFT collections on IPFS with support for 24+ blockchain networks including Ethereum, Polygon, Solana, and more.

{% content-ref url="nft-backup/nft-backup" %}
[nft-backup](https://docs.filebase.com/nft-backup/nft-backup)
{% endcontent-ref %}

### Unlimited Plan

Our new Unlimited plan at $500/month includes 25TB storage, unlimited bandwidth, 10 dedicated gateways with CDN, and 100 sites. Ideal for high-traffic applications.

{% content-ref url="<https://github.com/filebase/gitbook/blob/main/billing/README.md>" %}
<https://github.com/filebase/gitbook/blob/main/billing/README.md>
{% endcontent-ref %}

## IPFS Concepts

When working with IPFS, it can be helpful to have an understanding of basic IPFS concepts. We've put together a few guides that give a brief overview on some of these concepts.

Learn more about IPFS here:

{% content-ref url="ipfs-concepts/what-is-ipfs" %}
[what-is-ipfs](https://docs.filebase.com/ipfs-concepts/what-is-ipfs)
{% endcontent-ref %}

{% content-ref url="ipfs-concepts/what-is-an-ipfs-cid" %}
[what-is-an-ipfs-cid](https://docs.filebase.com/ipfs-concepts/what-is-an-ipfs-cid)
{% endcontent-ref %}

{% content-ref url="ipfs-concepts/what-is-ipfs-pinning" %}
[what-is-ipfs-pinning](https://docs.filebase.com/ipfs-concepts/what-is-ipfs-pinning)
{% endcontent-ref %}

Filebase offers a public IPFS gateway for testing and development purposes. Dedicated gateways are included and available to users with paid subscriptions.

All content stored on IPFS through Filebase can be accessed through a Filebase gateway with faster response times than accessing the content through any other gateway. This is because the Filebase gateways peer directly with our IPFS nodes.

{% content-ref url="dedicated-ipfs-gateways/managing-dedicated-gateways" %}
[managing-dedicated-gateways](https://docs.filebase.com/dedicated-ipfs-gateways/managing-dedicated-gateways)
{% 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://docs.filebase.com/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.
