# Create a Private SMB File Storage

## Overview <a href="#tong-quan" id="tong-quan"></a>

SMB (Server Message Block) is a popular protocol used to share files and folders on Windows server environments. SMB implementations can use two main authentication methods: **Basic Authentication** and **Active Directory (AD) Authentication** . Below are the differences and applications of each method.

## Detail <a href="#chi-tiet" id="chi-tiet"></a>

* SMB with Basic Authentication: Users log in to SMB File Storage using **the username/password** manually configured when initializing the File Storage.
* **SMB with AD Authentication:** Users authenticate through **Active Directory** accounts that the user creates through Windows servers.

## Overview <a href="#tong-quan" id="tong-quan"></a>

SMB (Server Message Block) is a popular protocol used to share files and folders on Windows server environments. SMB implementations can use two main authentication methods: **Basic Authentication** and **Active Directory (AD) Authentication** . Below are the differences and applications of each method.

## Detail <a href="#chi-tiet" id="chi-tiet"></a>

* SMB with Basic Authentication: Users log in to SMB File Storage using **the username/password** manually configured when initializing the File Storage.
* **SMB with AD Authentication:** Users authenticate through **Active Directory** accounts that the user creates through Windows servers.


---

# 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.vngcloud.vn/vng-cloud-document/vstorage/filestorage/bat-dau-voi-filestorage/create-a-private-smb-file-storage-coming-soon.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.
