> 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/storage-provider-details.md).

# 存储提供商详情

To view a storage provider’s profile, go to the dashboard and click on the storage provider ID, which is in blue text.

\*\*Storage Provider Profile \*\*

The storage provider profile provides more background information to a storage provider. Profile Header and Summary are two sections of the profile that does not appear on the Dashboard. Profile headline is a section you can use to highlight a distinguishing feature of yourself as a storage provider. In the example below, the highlighted feature is “10TB daily sealing power.”

Following the Profile Headline is the Summary, which is used to go further into detail about your capabilities as a miner, such as sealing power, location, fiber and, etc.

Contact Info is used to contact the storage provider if any problems arise during the data storage deal. Users can put any contact method, but most users put their slack username or email.

The more detailed you can be on your profile the more you differentiate yourself from other storage providers. Clients can make better informed decisions with the more volunteered information they have access to.

![Example of Storage Provider Profile](https://firebasestorage.googleapis.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MauK7Ig3eWeXC35bZV7%2Fuploads%2Fzb9xcmv2GMq9XUOdhL4m%2Ffile.png?alt=media)

**Storage Provider** \*\*Data \*\*

Storage Provider Data shows all the information that is displayed on the Dashboard. Mining Data history can be shown for the past 24 hours, 7 days, 30 days, and 1 year. The past 24 hours are always the default data. To view past data, select the desired time frame that’s listed next to Mining Data.

Hovering or clicking on the question mark adjacent to the “Score” will provide more information about how a miner’s score is calculated. The score is calculated using a reputation system.

![Example of Mining Data](https://firebasestorage.googleapis.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MauK7Ig3eWeXC35bZV7%2Fuploads%2FguMM5vFuygaH3KbtBHvG%2Ffile.png?alt=media)

\*\*Graphs \*\*

The graphs in Storage Provider Details give a visual representation of the changes in a Storage Provider Score, Adjusted Storage Power, and Adjusted Storage Growth. The Adjusted Storage Power Growth is often found on the x-axis of the Power Change graph.

The graphs display up to one month of changes.

![Example of Miner Graphs](https://firebasestorage.googleapis.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MauK7Ig3eWeXC35bZV7%2Fuploads%2FgeFcW9DqwqBDua3hvk5X%2Ffile.png?alt=media)


---

# 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/storage-provider-details.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.
