> For the complete documentation index, see [llms.txt](https://docs-cn.filswan.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs-cn.filswan.com/filswan-platform/core-modules/find-storage-providers.md).

# 寻找存储提供商

On the Dashboard, type in a W3SS ID into the search bar to search for a specific storage provider’s profile. Always click on the W3SS ID to view their profile. The storage provider's profile will provide additional information about their data storage capabilities.

![](/files/-MhyUuQt1uoVi1r5P0om)

To search for the storage provider’s status (active or offline), you can use the drop-down box to the left of the W3SS ID search bar.

![](/files/-MhyUm17DeF1mETnlaAG)

There is another dropdown box to filter storage providers by their location. The available location options are Asia, Africa, North America, South America, Europe, Oceania, and Global. Storage providers who have listed their location as Global have no fixed location for storing your data.

![](/files/-MhyUcpGcKDL8CIf7HDC)

All of the storage provider’s information categories are displayed on the Dashboard and can be viewed by scrolling to the right. However, if you are only interested in viewing certain categories, you can use the filter function to view certain columns.

![](/files/-MhyW6W4yxmRqrEJLN3b)

Below are all the available categories that can be displayed on the Dashboard when you click on the filter function. You can select the boxes to display the categories relevant to you. The default setting of the Dashboard will be to always display all the categories.

![](/files/-MhyWrRc8A5A5EymDcsN)


---

# 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://docs-cn.filswan.com/filswan-platform/core-modules/find-storage-providers.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.
