# Are there any file storage limitations?

No, ScoreDetect does not have any storage limitations when uploading files to the dashboard or the API or any of the integrations that are provided.

### How does the "no file storage limitation" work?

In the ScoreDetect Web Dashboard, your uploaded file stays untouched **and stays locally on your browser**. We only process the [hash](https://docs.scoredetect.com/certificates/what-is-a-certificate#hash) locally on your browser. Since it is a 64-character string. Only the hash gets sent to our [ScoreDetect API](/api/scoredetect-api.md).

## How many certificates can I store?

[View our documentation here](https://docs.scoredetect.com/certificates/how-many-certificates-can-i-create) on how many certificates you can store.


---

# 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.scoredetect.com/faq/are-there-any-file-storage-limitations.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.
